Home
last modified time | relevance | path

Searched refs:BTM_UseLeLink (Results 1 – 12 of 12) sorted by relevance

/system/bt/stack/btm/
Dbtm_client_interface.cc141 .BTM_UseLeLink = BTM_UseLeLink,
Dbtm_inq.cc628 if (BTM_UseLeLink(p_inq->remname_bda)) { in BTM_CancelRemoteDeviceName()
1422 if (BTM_UseLeLink(p_inq->remname_bda)) { in btm_process_remote_name()
Dbtm_ble.cc634 bool BTM_UseLeLink(const RawAddress& bd_addr) { in BTM_UseLeLink() function
636 return bluetooth::shim::BTM_UseLeLink(bd_addr); in BTM_UseLeLink()
Dbtm_sec.cc901 transport = BTM_UseLeLink(bd_addr) ? BT_TRANSPORT_LE : BT_TRANSPORT_BR_EDR; in BTM_SecBond()
/system/bt/stack/include/
Dbtm_ble_api.h523 extern bool BTM_UseLeLink(const RawAddress& bd_addr);
Dbtm_client_interface.h182 bool (*BTM_UseLeLink)(const RawAddress& bd_addr); member
/system/bt/test/mock/
Dmock_stack_btm_ble.cc65 bool BTM_UseLeLink(const RawAddress& bd_addr) { in BTM_UseLeLink() function
Dmock_main_shim_btm_api.cc110 bool bluetooth::shim::BTM_UseLeLink(const RawAddress& raw_address) { in BTM_UseLeLink() function in bluetooth::shim
/system/bt/bta/hh/
Dbta_hh_act.cc317 if (BTM_UseLeLink(p_data->api_conn.bd_addr)) { in bta_hh_start_sdp()
936 if (BTM_UseLeLink(p_data->api_conn.bd_addr)) { in bta_hh_maint_dev_act()
/system/bt/main/shim/
Dbtm_api.h637 bool BTM_UseLeLink(const RawAddress& bd_addr);
Dbtm_api.cc1053 bool bluetooth::shim::BTM_UseLeLink(const RawAddress& raw_address) { in BTM_UseLeLink() function in bluetooth::shim
/system/bt/stack/test/common/
Dmock_main_shim_btm_api.cc114 bool bluetooth::shim::BTM_UseLeLink(const RawAddress& raw_address) { in BTM_UseLeLink() function in bluetooth::shim