Searched refs:bda_peer (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_hcic_hciblecmds.h | 95 std::function<void(uint8_t addr_type_peer, const RawAddress& bda_peer, 100 void operator()(uint8_t addr_type_peer, const RawAddress& bda_peer, in operator() 102 body(addr_type_peer, bda_peer, irk_peer, irk_local); in operator() 256 std::function<void(uint8_t addr_type_peer, const RawAddress& bda_peer)> body{ 258 void operator()(uint8_t addr_type_peer, const RawAddress& bda_peer) { in operator() 259 body(addr_type_peer, bda_peer); in operator() 278 std::function<void(uint8_t addr_type_peer, const RawAddress& bda_peer)> body{ 280 void operator()(uint8_t addr_type_peer, const RawAddress& bda_peer) { in operator() 281 body(addr_type_peer, bda_peer); in operator() 416 std::function<void(uint8_t addr_type_peer, const RawAddress& bda_peer, [all …]
|
D | mock_stack_hcic_hciblecmds.cc | 187 const RawAddress& bda_peer) { in btsnd_hcic_ble_read_resolvable_addr_peer() argument 190 addr_type_peer, bda_peer); in btsnd_hcic_ble_read_resolvable_addr_peer() 252 const RawAddress& bda_peer, in btsnd_hcic_ble_set_privacy_mode() argument 256 addr_type_peer, bda_peer, privacy_type); in btsnd_hcic_ble_set_privacy_mode()
|
/packages/modules/Bluetooth/system/stack/hcic/ |
D | hciblecmds.cc | 354 const RawAddress& bda_peer) { in btsnd_hcic_ble_read_resolvable_addr_peer() argument 364 BDADDR_TO_STREAM(pp, bda_peer); in btsnd_hcic_ble_read_resolvable_addr_peer()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | hcimsgs.h | 350 const RawAddress& bda_peer);
|