Searched refs:BTM_BleConfirmReply (Results 1 – 3 of 3) sorted by relevance
238 extern void BTM_BleConfirmReply(const RawAddress& bd_addr, uint8_t res);
359 void BTM_BleConfirmReply(const RawAddress& bd_addr, uint8_t res) { in BTM_BleConfirmReply() function
3991 BTM_BleConfirmReply(bd_addr, accept ? BTM_SUCCESS : BTM_NOT_AUTHORIZED); in bta_dm_ble_confirm_reply()