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.c525 if (p_cb->is_le_device) in bta_hh_api_disc_act()
572 conn.le_hid = p_cb->is_le_device; in bta_hh_open_cmpl_act()
575 if (!p_cb->is_le_device) in bta_hh_open_cmpl_act()
584 && !p_cb->is_le_device in bta_hh_open_cmpl_act()
951 if (p_cb->is_le_device) in bta_hh_get_dscp_act()
1043 if (p_cb->is_le_device) in bta_hh_maint_dev_act()
1085 if (p_cb->is_le_device) in bta_hh_write_dev_act()
Dbta_hh_utils.c127 if (p_cb->is_le_device) in bta_hh_clean_up_kdev()
Dbta_hh_int.h269 BOOLEAN is_le_device; member
Dbta_hh_le.c297 p_cb->is_le_device = BTM_UseLeLink (remote_bda); in bta_hh_is_le_device()
299 return p_cb->is_le_device; in bta_hh_is_le_device()
1461 p_cb->is_le_device = TRUE; in bta_hh_gatt_open()
2815 if (!p_dev_cb->is_le_device || in bta_hh_le_update_scpp()