Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_client_interface.cc54 .BTM_ClearInqDb = BTM_ClearInqDb,
177 .BTM_ClearInqDb = BTM_ClearInqDb,
Dbtm_inq.cc729 tBTM_STATUS BTM_ClearInqDb(const RawAddress* p_bda) { in BTM_ClearInqDb() function
/system/bt/stack/include/
Dbtm_client_interface.h60 tBTM_STATUS (*BTM_ClearInqDb)(const RawAddress* p_bda); member
224 tBTM_STATUS (*BTM_ClearInqDb)(const RawAddress* p_bda); member
Dbtm_api.h481 tBTM_STATUS BTM_ClearInqDb(const RawAddress* p_bda);
/system/bt/test/mock/
Dmock_stack_btm_inq.cc87 tBTM_STATUS BTM_ClearInqDb(const RawAddress* p_bda) { in BTM_ClearInqDb() function
Dmock_main_shim_btm_api.cc157 tBTM_STATUS bluetooth::shim::BTM_ClearInqDb(const RawAddress* p_bda) { in BTM_ClearInqDb() function in bluetooth::shim
/system/bt/main/shim/
Dbtm_api.h263 tBTM_STATUS BTM_ClearInqDb(const RawAddress* p_bda);
Dbtm_api.cc867 tBTM_STATUS bluetooth::shim::BTM_ClearInqDb(const RawAddress* p_bda) { in BTM_ClearInqDb() function in bluetooth::shim
/system/bt/stack/test/common/
Dmock_main_shim_btm_api.cc161 tBTM_STATUS bluetooth::shim::BTM_ClearInqDb(const RawAddress* p_bda) { in BTM_ClearInqDb() function in bluetooth::shim
/system/bt/bta/dm/
Dbta_dm_act.cc829 BTM_ClearInqDb(nullptr); in bta_dm_search_start()