Home
last modified time | relevance | path

Searched refs:BTM_ConfirmReqReply (Results 1 – 10 of 10) sorted by relevance

/system/bt/stack/btm/
Dbtm_client_interface.cc107 .BTM_ConfirmReqReply = BTM_ConfirmReqReply,
Dbtm_sec.h310 void BTM_ConfirmReqReply(tBTM_STATUS res, const RawAddress& bd_addr);
Dbtm_sec.cc1205 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/
Dmock_stack_btm_sec.cc207 void BTM_ConfirmReqReply(tBTM_STATUS res, const RawAddress& bd_addr) { in BTM_ConfirmReqReply() function
Dmock_main_shim_btm_api.cc319 void bluetooth::shim::BTM_ConfirmReqReply(tBTM_STATUS res, in BTM_ConfirmReqReply() function in bluetooth::shim
/system/bt/stack/include/
Dbtm_client_interface.h146 void (*BTM_ConfirmReqReply)(tBTM_STATUS res, const RawAddress& bd_addr); member
/system/bt/main/shim/
Dbtm_api.h1598 void BTM_ConfirmReqReply(tBTM_STATUS res, const RawAddress& bd_addr);
Dbtm_api.cc1261 void bluetooth::shim::BTM_ConfirmReqReply(tBTM_STATUS res, in BTM_ConfirmReqReply() function in bluetooth::shim
/system/bt/stack/test/common/
Dmock_main_shim_btm_api.cc323 void bluetooth::shim::BTM_ConfirmReqReply(tBTM_STATUS res, in BTM_ConfirmReqReply() function in bluetooth::shim
/system/bt/bta/dm/
Dbta_dm_act.cc792 bluetooth::shim::BTM_ConfirmReqReply( in bta_dm_confirm()
795 BTM_ConfirmReqReply(accept ? BTM_SUCCESS : BTM_NOT_AUTHORIZED, bd_addr); in bta_dm_confirm()