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

  /system/bt/bta/include/
bta_av_co.h 69 UINT8 busy_level; /* Busy level indicating the bit-rate to be used */ member in struct:__anon73056
bta_api.h 884 tBTA_DM_BUSY_LEVEL busy_level; \/* System busy level *\/ member in union:__anon73025
    [all...]
  /system/bt/stack/btm/
btm_acl.c 501 UINT8 busy_level; local
540 busy_level = 10;
542 busy_level = BTM_GetNumAclLinks();
544 if ((busy_level != btm_cb.busy_level) ||(old_inquiry_state != btm_cb.is_inquiry))
547 evt.busy_level = busy_level;
548 btm_cb.busy_level = busy_level;
    [all...]
btm_int.h 98 BOOLEAN link_up_issued; /* True if busy_level link up has been issued */
879 UINT8 busy_level; \/* the current busy level *\/ member in struct:__anon73604
    [all...]
  /system/bt/btif/src/
btif_media_task.c 319 UINT8 busy_level; member in struct:__anon73380
    [all...]
  /system/bt/bta/dm/
bta_dm_int.h 312 UINT8 busy_level; member in struct:__anon72805
    [all...]
  /system/bt/stack/include/
btm_api.h 838 UINT8 busy_level;\/* when paging or inquiring, level is 10. member in struct:__anon73753
    [all...]

Completed in 611 milliseconds