Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_client_interface.cc115 .BTM_SecBondCancel = BTM_SecBondCancel,
Dbtm_sec.h246 tBTM_STATUS BTM_SecBondCancel(const RawAddress& bd_addr);
Dbtm_sec.cc926 tBTM_STATUS BTM_SecBondCancel(const RawAddress& bd_addr) { in BTM_SecBondCancel() function
928 return bluetooth::shim::BTM_SecBondCancel(bd_addr); in BTM_SecBondCancel()
1267 BTM_SecBondCancel(bd_addr); in BTM_PasskeyReqReply()
/system/bt/test/mock/
Dmock_stack_btm_sec.cc149 tBTM_STATUS BTM_SecBondCancel(const RawAddress& bd_addr) { in BTM_SecBondCancel() function
Dmock_main_shim_btm_api.cc174 tBTM_STATUS bluetooth::shim::BTM_SecBondCancel(const RawAddress& bd_addr) { in BTM_SecBondCancel() function in bluetooth::shim
/system/bt/stack/include/
Dbtm_client_interface.h132 tBTM_STATUS (*BTM_SecBondCancel)(const RawAddress& bd_addr); member
/system/bt/main/shim/
Dbtm_api.h1551 tBTM_STATUS BTM_SecBondCancel(const RawAddress& bd_addr);
Dbtm_api.cc1241 tBTM_STATUS bluetooth::shim::BTM_SecBondCancel(const RawAddress& bd_addr) { in BTM_SecBondCancel() function in bluetooth::shim
/system/bt/stack/test/common/
Dmock_main_shim_btm_api.cc178 tBTM_STATUS bluetooth::shim::BTM_SecBondCancel(const RawAddress& bd_addr) { in BTM_SecBondCancel() function in bluetooth::shim
/system/bt/bta/dm/
Dbta_dm_act.cc759 ? bluetooth::shim::BTM_SecBondCancel(bd_addr) in bta_dm_bond_cancel()
760 : BTM_SecBondCancel(bd_addr); in bta_dm_bond_cancel()