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

  /external/bluetooth/bluedroid/stack/btm/
btm_acl.c 440 btm_cb.num_acl++;
443 if (btm_cb.num_acl)
445 btm_cb.num_acl--;
446 BTM_TRACE_DEBUG1 ("BTM_BLI_ACL_DOWN_EVT", btm_cb.num_acl);
450 BTM_TRACE_ERROR0 ("BTM_BLI_ACL_DOWN_EVT issued, but num_acl already zero !!!");
483 busy_level = (UINT8)btm_cb.num_acl;
    [all...]
btm_int.h 875 UINT8 num_acl; \/* num of active ACL links *\/ member in struct:__anon3096
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_utils.c 2212 UINT16 num_acl = BTM_GetNumAclLinks(); local
    [all...]

Completed in 315 milliseconds