Searched refs:busy_level (Results 1 – 7 of 7) sorted by relevance
476 uint8_t busy_level; in btm_acl_update_busy_level() local478 busy_level = 10; in btm_acl_update_busy_level()480 busy_level = BTM_GetNumAclLinks(); in btm_acl_update_busy_level()482 if ((busy_level != btm_cb.busy_level) || in btm_acl_update_busy_level()485 evt.busy_level = busy_level; in btm_acl_update_busy_level()486 btm_cb.busy_level = busy_level; in btm_acl_update_busy_level()1760 if (p_level) *p_level = btm_cb.busy_level; in BTM_RegBusyLevelNotif()
779 uint8_t busy_level; /* the current busy level */ member
909 BTM_BL_PAGING_STARTED == btm_cb.busy_level) { in btm_pm_device_in_scan_state()
672 tBTA_DM_BUSY_LEVEL busy_level; /* System busy level */ member
1760 if (p_data->busy_level.level_flags & BTM_BL_INQUIRY_PAGING_MASK) { in btif_dm_upstreams_evt()1761 if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_STARTED) { in btif_dm_upstreams_evt()1765 } else if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_CANCELLED) { in btif_dm_upstreams_evt()1769 } else if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_COMPLETE) { in btif_dm_upstreams_evt()
2659 static void send_busy_level_update(uint8_t busy_level, in send_busy_level_update() argument2665 conn.busy_level.level = busy_level; in send_busy_level_update()2666 conn.busy_level.level_flags = busy_level_flags; in send_busy_level_update()2866 p_data->update.busy_level, in bta_dm_bl_change_cback()
716 uint8_t busy_level; /* when paging or inquiring, level is 10. member