Home
last modified time | relevance | path

Searched defs:bd_addr (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dbredr_connection_manager.cc740 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/
Dsmp.h289 DeviceAddressBytes bd_addr; member
/external/pigweed/pw_bluetooth_sapphire/host/testing/public/pw_bluetooth_sapphire/internal/host/testing/
Dfake_controller.h85 DeviceAddress bd_addr; member
/external/python/bumble/bumble/
Ddevice.py1805 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