Home
last modified time | relevance | path

Searched refs:bluetooth_address (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_initiator_address_facade.cc83 auto bluetooth_address = new ::blueberry::facade::BluetoothAddress(); in GetCurrentInitiatorAddress() local
84 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() local
96 bluetooth_address->set_address(another.GetAddress().ToString()); in NewResolvableAddress()
98 response->set_allocated_address(bluetooth_address); in NewResolvableAddress()
/packages/modules/Bluetooth/system/blueberry/utils/
Dandroid_bluetooth_decorator.py722 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],
/packages/modules/Connectivity/nearby/service/proto/src/presence/
Dblefilter.proto113 optional bytes bluetooth_address = 5; field