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

  /system/bt/stack/btm/
btm_acl.cc 473 uint8_t busy_level; local
475 busy_level = 10;
477 busy_level = BTM_GetNumAclLinks();
479 if ((busy_level != btm_cb.busy_level) ||
482 evt.busy_level = busy_level;
483 btm_cb.busy_level = busy_level;
    [all...]
btm_int_types.h 82 bool link_up_issued; /* True if busy_level link up has been issued */
832 uint8_t busy_level; \/* the current busy level *\/ member in struct:__anon2186
    [all...]
  /system/bt/bta/include/
bta_api.h 681 tBTA_DM_BUSY_LEVEL busy_level; /* System busy level */ member in union:__anon1451
    [all...]
  /system/bt/stack/include/
btm_api_types.h 867 uint8_t busy_level; \/* when paging or inquiring, level is 10. member in struct:__anon2334
    [all...]

Completed in 386 milliseconds