Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_api.h1211 extern tBTM_STATUS BTM_SecBondCancel(const RawAddress& bd_addr);
/system/bt/main/shim/
Dbtm_api.h1759 tBTM_STATUS BTM_SecBondCancel(const RawAddress& bd_addr);
Dbtm_api.cc1073 tBTM_STATUS bluetooth::shim::BTM_SecBondCancel(const RawAddress& bd_addr) { in BTM_SecBondCancel() function in bluetooth::shim
/system/bt/stack/btm/
Dbtm_sec.cc1016 tBTM_STATUS BTM_SecBondCancel(const RawAddress& bd_addr) { in BTM_SecBondCancel() function
1018 return bluetooth::shim::BTM_SecBondCancel(bd_addr); in BTM_SecBondCancel()
1367 BTM_SecBondCancel(bd_addr); in BTM_PasskeyReqReply()
/system/bt/bta/dm/
Dbta_dm_act.cc855 status = BTM_SecBondCancel(bd_addr); in bta_dm_bond_cancel()