Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_client_interface.cc114 .BTM_SecBond = BTM_SecBond,
Dbtm_sec.h231 tBTM_STATUS BTM_SecBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type,
Dbtm_sec.cc892 tBTM_STATUS BTM_SecBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTM_SecBond() function
896 return bluetooth::shim::BTM_SecBond(bd_addr, addr_type, transport, in BTM_SecBond()
/system/bt/test/mock/
Dmock_stack_btm_sec.cc143 tBTM_STATUS BTM_SecBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTM_SecBond() function
Dmock_main_shim_btm_api.cc167 tBTM_STATUS bluetooth::shim::BTM_SecBond(const RawAddress& bd_addr, in BTM_SecBond() function in bluetooth::shim
/system/bt/stack/include/
Dbtm_client_interface.h128 tBTM_STATUS (*BTM_SecBond)(const RawAddress& bd_addr, member
/system/bt/main/shim/
Dbtm_api.h1538 tBTM_STATUS BTM_SecBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type,
Dbtm_api.cc1188 tBTM_STATUS bluetooth::shim::BTM_SecBond(const RawAddress& bd_addr, in BTM_SecBond() function in bluetooth::shim
/system/bt/stack/test/common/
Dmock_main_shim_btm_api.cc171 tBTM_STATUS bluetooth::shim::BTM_SecBond(const RawAddress& bd_addr, in BTM_SecBond() function in bluetooth::shim
/system/bt/bta/dm/
Dbta_dm_act.cc721 ? bluetooth::shim::BTM_SecBond(bd_addr, addr_type, transport, in bta_dm_bond()
723 : BTM_SecBond(bd_addr, addr_type, transport, device_type, 0, NULL); in bta_dm_bond()