Home
last modified time | relevance | path

Searched refs:bta_dm_ble_confirm_reply (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_act.cc51 struct bta_dm_ble_confirm_reply bta_dm_ble_confirm_reply; variable
134 void bta_dm_ble_confirm_reply(const RawAddress& bd_addr, bool accept) { in bta_dm_ble_confirm_reply() function
136 test::mock::bta_dm_act::bta_dm_ble_confirm_reply(bd_addr, accept); in bta_dm_ble_confirm_reply()
Dmock_bta_dm_act.h181 struct bta_dm_ble_confirm_reply { struct
188 extern struct bta_dm_ble_confirm_reply bta_dm_ble_confirm_reply; argument
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec_api.cc256 bta_dm_ble_confirm_reply(bd_addr, accept); in BTA_DmBleConfirmReply()
259 FROM_HERE, base::BindOnce(bta_dm_ble_confirm_reply, bd_addr, accept)); in BTA_DmBleConfirmReply()
Dbta_dm_sec_int.h74 void bta_dm_ble_confirm_reply(const RawAddress& bd_addr, bool accept);
Dbta_dm_sec.cc988 void bta_dm_ble_confirm_reply(const RawAddress& bd_addr, bool accept) { in bta_dm_ble_confirm_reply() function