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

  /external/bluetooth/bluedroid/bta/include/
bta_av_co.h 69 UINT8 busy_level; /* Busy level indicating the bit-rate to be used */ member in struct:__anon5375
bta_api.h 928 tBTA_DM_BUSY_LEVEL busy_level; \/* System busy level *\/ member in union:__anon5345
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_acl.c 521 UINT8 busy_level; local
569 busy_level = 10;
571 busy_level = (UINT8)btm_cb.num_acl;
573 if ((busy_level != btm_cb.busy_level) ||(old_inquiry_state != btm_cb.is_inquiry))
576 evt.busy_level = busy_level;
577 btm_cb.busy_level = busy_level;
    [all...]
btm_int.h 98 BOOLEAN link_up_issued; /* True if busy_level link up has been issued */
920 UINT8 busy_level; \/* the current busy level *\/ member in struct:__anon5889
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 273 UINT8 busy_level; member in struct:__anon5708
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 385 UINT8 busy_level; member in struct:__anon5120
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 870 UINT8 busy_level;\/* when paging or inquiring, level is 10. member in struct:__anon6043
    [all...]

Completed in 82 milliseconds