Searched refs:bluetooth_address (Results 1 – 3 of 3) sorted by relevance
83 auto bluetooth_address = new ::blueberry::facade::BluetoothAddress(); in GetCurrentInitiatorAddress() local84 bluetooth_address->set_address(current.GetAddress().ToString()); in GetCurrentInitiatorAddress()86 response->set_allocated_address(bluetooth_address); in GetCurrentInitiatorAddress()95 auto bluetooth_address = new ::blueberry::facade::BluetoothAddress(); in NewResolvableAddress() local96 bluetooth_address->set_address(another.GetAddress().ToString()); in NewResolvableAddress()98 response->set_allocated_address(bluetooth_address); in NewResolvableAddress()
722 def map_disconnect(self, bluetooth_address: str) -> bool:731 self._ad.sl4a.bluetoothMapClientDisconnect(bluetooth_address)735 func_args=[bluetooth_address, bt_constants.BluetoothProfile.MAP_MCE],
113 optional bytes bluetooth_address = 5; field