Searched refs:BTM_SecBond (Results 1 – 10 of 10) sorted by relevance
/system/bt/stack/btm/ |
D | btm_client_interface.cc | 114 .BTM_SecBond = BTM_SecBond,
|
D | btm_sec.h | 231 tBTM_STATUS BTM_SecBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type,
|
D | btm_sec.cc | 892 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/ |
D | mock_stack_btm_sec.cc | 143 tBTM_STATUS BTM_SecBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTM_SecBond() function
|
D | mock_main_shim_btm_api.cc | 167 tBTM_STATUS bluetooth::shim::BTM_SecBond(const RawAddress& bd_addr, in BTM_SecBond() function in bluetooth::shim
|
/system/bt/stack/include/ |
D | btm_client_interface.h | 128 tBTM_STATUS (*BTM_SecBond)(const RawAddress& bd_addr, member
|
/system/bt/main/shim/ |
D | btm_api.h | 1538 tBTM_STATUS BTM_SecBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type,
|
D | btm_api.cc | 1188 tBTM_STATUS bluetooth::shim::BTM_SecBond(const RawAddress& bd_addr, in BTM_SecBond() function in bluetooth::shim
|
/system/bt/stack/test/common/ |
D | mock_main_shim_btm_api.cc | 171 tBTM_STATUS bluetooth::shim::BTM_SecBond(const RawAddress& bd_addr, in BTM_SecBond() function in bluetooth::shim
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 721 ? 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()
|