Searched refs:busy_level (Results 1 - 10 of 10) sorted by relevance

/external/bluetooth/bluedroid/bta/include/
H A Dbta_av_co.h69 UINT8 busy_level; /* Busy level indicating the bit-rate to be used */ member in struct:__anon750
H A Dbta_api.h931 tBTA_DM_BUSY_LEVEL busy_level; /* System busy level */ member in union:__anon720
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_acl.c521 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;
2762 *p_level = btm_cb.busy_level;
[all...]
H A Dbtm_pm.c1057 BTM_BL_PAGING_STARTED == btm_cb.busy_level)
H A Dbtm_int.h98 BOOLEAN link_up_issued; /* True if busy_level link up has been issued */
920 UINT8 busy_level; /* the current busy level */ member in struct:__anon1264
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c1634 if (p_data->busy_level.level_flags & BTM_BL_INQUIRY_PAGING_MASK)
1636 if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_STARTED)
1642 else if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_CANCELLED)
1648 else if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_COMPLETE)
H A Dbtif_media_task.c276 UINT8 busy_level; member in struct:__anon1083
1853 btif_media_cb.busy_level, btif_media_cb.TxAaMtuSize, pInitAudio->MtuSize);
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c3298 p_msg->busy_level = p_data->update.busy_level;
3463 conn.busy_level.level = p_data->acl_change.busy_level;
3464 conn.busy_level.level_flags = p_data->acl_change.busy_level_flags;
H A Dbta_dm_int.h385 UINT8 busy_level; member in struct:__anon495
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h870 UINT8 busy_level;/* when paging or inquiring, level is 10. member in struct:__anon1418

Completed in 242 milliseconds