HomeSort by relevance Sort by last modified time
    Searched refs:is_le_device (Results 1 - 4 of 4) sorted by null

  /system/bt/bta/hh/
bta_hh_act.cc 490 if (p_cb->is_le_device)
539 conn.le_hid = p_cb->is_le_device;
542 if (!p_cb->is_le_device)
551 && !p_cb->is_le_device
902 if (p_cb->is_le_device) {
981 if (p_cb->is_le_device) {
    [all...]
bta_hh_int.h 248 bool is_le_device; member in struct:__anon1376
bta_hh_utils.cc 111 if (p_cb->is_le_device)
bta_hh_le.cc 230 p_cb->is_le_device = BTM_UseLeLink(remote_bda);
232 return p_cb->is_le_device;
    [all...]

Completed in 92 milliseconds