Home
last modified time | relevance | path

Searched refs:is_le_device (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/hh/
Dbta_hh_act.cc493 if (p_cb->is_le_device) in bta_hh_api_disc_act()
542 conn.le_hid = p_cb->is_le_device; in bta_hh_open_cmpl_act()
545 if (!p_cb->is_le_device) in bta_hh_open_cmpl_act()
554 && !p_cb->is_le_device in bta_hh_open_cmpl_act()
918 if (p_cb->is_le_device) { in bta_hh_get_dscp_act()
997 if (p_cb->is_le_device) { in bta_hh_maint_dev_act()
1035 if (p_cb->is_le_device) in bta_hh_write_dev_act()
Dbta_hh_int.h248 bool is_le_device; member
Dbta_hh_utils.cc113 if (p_cb->is_le_device) in bta_hh_clean_up_kdev()
Dbta_hh_le.cc229 p_cb->is_le_device = BTM_UseLeLink(remote_bda); in bta_hh_is_le_device()
231 return p_cb->is_le_device; in bta_hh_is_le_device()
1152 p_cb->is_le_device = true; in bta_hh_gatt_open()