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.c524 if (p_cb->is_le_device) in bta_hh_api_disc_act()
571 conn.le_hid = p_cb->is_le_device; in bta_hh_open_cmpl_act()
574 if (!p_cb->is_le_device) in bta_hh_open_cmpl_act()
583 && !p_cb->is_le_device in bta_hh_open_cmpl_act()
953 if (p_cb->is_le_device) in bta_hh_get_dscp_act()
1045 if (p_cb->is_le_device) in bta_hh_maint_dev_act()
1087 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.h264 BOOLEAN is_le_device; member
Dbta_hh_le.c418 p_cb->is_le_device = BTM_UseLeLink (remote_bda); in bta_hh_is_le_device()
420 return p_cb->is_le_device; in bta_hh_is_le_device()
1319 p_cb->is_le_device = TRUE; in bta_hh_gatt_open()
2591 if (!p_dev_cb->is_le_device || in bta_hh_le_update_scpp()