Searched refs:bta_dm_ble_confirm_reply (Results 1 – 5 of 5) sorted by relevance
51 struct bta_dm_ble_confirm_reply bta_dm_ble_confirm_reply; variable134 void bta_dm_ble_confirm_reply(const RawAddress& bd_addr, bool accept) { in bta_dm_ble_confirm_reply() function136 test::mock::bta_dm_act::bta_dm_ble_confirm_reply(bd_addr, accept); in bta_dm_ble_confirm_reply()
181 struct bta_dm_ble_confirm_reply { struct188 extern struct bta_dm_ble_confirm_reply bta_dm_ble_confirm_reply; argument
256 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()
74 void bta_dm_ble_confirm_reply(const RawAddress& bd_addr, bool accept);
988 void bta_dm_ble_confirm_reply(const RawAddress& bd_addr, bool accept) { in bta_dm_ble_confirm_reply() function