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.cc318 p_cb->is_le_device = true; in bta_hh_start_sdp()
479 if (p_cb->is_le_device) { in bta_hh_api_disc_act()
533 conn.le_hid = p_cb->is_le_device; in bta_hh_open_cmpl_act()
538 "%s initiator:%s", (p_cb->is_le_device) ? "le" : "classic", in bta_hh_open_cmpl_act()
541 if (!p_cb->is_le_device) in bta_hh_open_cmpl_act()
548 && !p_cb->is_le_device in bta_hh_open_cmpl_act()
836 (p_cb->is_le_device) ? "le" : "classic", in bta_hh_close_act()
907 if (p_cb->is_le_device) { in bta_hh_get_dscp_act()
937 p_cb->is_le_device = true; in bta_hh_maint_dev_act()
974 if (p_cb->is_le_device) { in bta_hh_maint_dev_act()
[all …]
Dbta_hh_int.h215 bool is_le_device; member
Dbta_hh_utils.cc118 if (p_cb->is_le_device) in bta_hh_clean_up_kdev()
Dbta_hh_le.cc1109 p_cb->is_le_device = true; in bta_hh_gatt_open()