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.cc491 if (p_cb->is_le_device) in bta_hh_api_disc_act()
540 conn.le_hid = p_cb->is_le_device; in bta_hh_open_cmpl_act()
543 if (!p_cb->is_le_device) in bta_hh_open_cmpl_act()
552 && !p_cb->is_le_device in bta_hh_open_cmpl_act()
916 if (p_cb->is_le_device) { in bta_hh_get_dscp_act()
995 if (p_cb->is_le_device) { in bta_hh_maint_dev_act()
1033 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.cc230 p_cb->is_le_device = BTM_UseLeLink(remote_bda); in bta_hh_is_le_device()
232 return p_cb->is_le_device; in bta_hh_is_le_device()
1155 p_cb->is_le_device = true; in bta_hh_gatt_open()