Searched refs:BTM_BleConfirmReply (Results 1 – 6 of 6) sorted by relevance
132 .BTM_BleConfirmReply = BTM_BleConfirmReply,
277 void BTM_BleConfirmReply(const RawAddress& bd_addr, uint8_t res) { in BTM_BleConfirmReply() function
226 extern void BTM_BleConfirmReply(const RawAddress& bd_addr, uint8_t res);
167 void (*BTM_BleConfirmReply)(const RawAddress& bd_addr, uint8_t res); member
144 void BTM_BleConfirmReply(const RawAddress& bd_addr, uint8_t res) { in BTM_BleConfirmReply() function
3650 BTM_BleConfirmReply(bd_addr, accept ? BTM_SUCCESS : BTM_NOT_AUTHORIZED); in bta_dm_ble_confirm_reply()