Searched defs:bd_addr (Results 1 – 4 of 4) sorted by relevance
/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
D | bredr_connection_manager.cc | 740 const DeviceAddressBytes& bd_addr) { in FindConnectionByAddress() 1575 DeviceAddressBytes bd_addr = DeviceAddressBytes(params.bd_addr()); in OnSimplePairingComplete() local 1597 DeviceAddressBytes bd_addr = DeviceAddressBytes(params.bd_addr()); in OnUserConfirmationRequest() local 1631 DeviceAddressBytes bd_addr = DeviceAddressBytes(params.bd_addr()); in OnUserPasskeyRequest() local 1667 DeviceAddressBytes bd_addr = DeviceAddressBytes(params.bd_addr()); in OnUserPasskeyNotification() local 2030 DeviceAddressBytes bd_addr, in SendIoCapabilityRequestReply() 2047 DeviceAddressBytes bd_addr, in SendIoCapabilityRequestNegativeReply() 2060 DeviceAddressBytes bd_addr, hci::ResultFunction<> cb) { in SendUserConfirmationRequestReply() 2069 DeviceAddressBytes bd_addr, hci::ResultFunction<> cb) { in SendUserConfirmationRequestNegativeReply() 2078 DeviceAddressBytes bd_addr, in SendUserPasskeyRequestReply() [all …]
|
/external/pigweed/pw_bluetooth_sapphire/host/sm/public/pw_bluetooth_sapphire/internal/host/sm/ |
D | smp.h | 289 DeviceAddressBytes bd_addr; member
|
/external/pigweed/pw_bluetooth_sapphire/host/testing/public/pw_bluetooth_sapphire/internal/host/testing/ |
D | fake_controller.h | 85 DeviceAddress bd_addr; member
|
/external/python/bumble/bumble/ |
D | device.py | 1805 def on_connection_request(self, bd_addr, class_of_device, link_type): argument 4192 def on_link_key(self, bd_addr, link_key, key_type): argument 4470 def on_connection_request(self, bd_addr, class_of_device, link_type): argument
|