Searched refs:BTM_ConfirmReqReply (Results 1 – 10 of 10) sorted by relevance
/system/bt/stack/btm/ |
D | btm_client_interface.cc | 107 .BTM_ConfirmReqReply = BTM_ConfirmReqReply,
|
D | btm_sec.h | 310 void BTM_ConfirmReqReply(tBTM_STATUS res, const RawAddress& bd_addr);
|
D | btm_sec.cc | 1205 void BTM_ConfirmReqReply(tBTM_STATUS res, const RawAddress& bd_addr) { in BTM_ConfirmReqReply() function 2740 BTM_ConfirmReqReply(status, p_bda); in btm_proc_sp_req_evt() 2797 BTM_ConfirmReqReply(status, p_bda); in btm_proc_sp_req_evt()
|
/system/bt/test/mock/ |
D | mock_stack_btm_sec.cc | 207 void BTM_ConfirmReqReply(tBTM_STATUS res, const RawAddress& bd_addr) { in BTM_ConfirmReqReply() function
|
D | mock_main_shim_btm_api.cc | 319 void bluetooth::shim::BTM_ConfirmReqReply(tBTM_STATUS res, in BTM_ConfirmReqReply() function in bluetooth::shim
|
/system/bt/stack/include/ |
D | btm_client_interface.h | 146 void (*BTM_ConfirmReqReply)(tBTM_STATUS res, const RawAddress& bd_addr); member
|
/system/bt/main/shim/ |
D | btm_api.h | 1598 void BTM_ConfirmReqReply(tBTM_STATUS res, const RawAddress& bd_addr);
|
D | btm_api.cc | 1261 void bluetooth::shim::BTM_ConfirmReqReply(tBTM_STATUS res, in BTM_ConfirmReqReply() function in bluetooth::shim
|
/system/bt/stack/test/common/ |
D | mock_main_shim_btm_api.cc | 323 void bluetooth::shim::BTM_ConfirmReqReply(tBTM_STATUS res, in BTM_ConfirmReqReply() function in bluetooth::shim
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 792 bluetooth::shim::BTM_ConfirmReqReply( in bta_dm_confirm() 795 BTM_ConfirmReqReply(accept ? BTM_SUCCESS : BTM_NOT_AUTHORIZED, bd_addr); in bta_dm_confirm()
|