Home
last modified time | relevance | path

Searched refs:bta_hh_is_le_device (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/hh/
Dbta_hh_int.h359 extern bool bta_hh_is_le_device(tBTA_HH_DEV_CB* p_cb,
Dbta_hh_act.cc320 if (bta_hh_is_le_device(p_cb, p_data->api_conn.bd_addr)) { in bta_hh_start_sdp()
949 if (bta_hh_is_le_device(p_cb, p_data->api_conn.bd_addr)) { in bta_hh_maint_dev_act()
Dbta_hh_le.cc228 bool bta_hh_is_le_device(tBTA_HH_DEV_CB* p_cb, const RawAddress& remote_bda) { in bta_hh_is_le_device() function