Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_acl.c497 UINT8 busy_level; in btm_acl_update_busy_level() local
536 busy_level = 10; in btm_acl_update_busy_level()
538 busy_level = BTM_GetNumAclLinks(); in btm_acl_update_busy_level()
540 if ((busy_level != btm_cb.busy_level) ||(old_inquiry_state != btm_cb.is_inquiry)) in btm_acl_update_busy_level()
543 evt.busy_level = busy_level; in btm_acl_update_busy_level()
544 btm_cb.busy_level = busy_level; in btm_acl_update_busy_level()
1838 *p_level = btm_cb.busy_level; in BTM_RegBusyLevelNotif()
Dbtm_pm.c963 BTM_BL_PAGING_STARTED == btm_cb.busy_level) in btm_pm_device_in_scan_state()
Dbtm_int.h880 UINT8 busy_level; /* the current busy level */ member
/system/bt/bta/include/
Dbta_av_co.h69 UINT8 busy_level; /* Busy level indicating the bit-rate to be used */ member
Dbta_api.h930 tBTA_DM_BUSY_LEVEL busy_level; /* System busy level */ member
/system/bt/btif/src/
Dbtif_dm.c1742 if (p_data->busy_level.level_flags & BTM_BL_INQUIRY_PAGING_MASK) in btif_dm_upstreams_evt()
1744 if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_STARTED) in btif_dm_upstreams_evt()
1750 else if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_CANCELLED) in btif_dm_upstreams_evt()
1756 else if (p_data->busy_level.level_flags == BTM_BL_INQUIRY_COMPLETE) in btif_dm_upstreams_evt()
Dbtif_media_task.c233 UINT8 busy_level; member
1622 btif_media_cb.busy_level, btif_media_cb.TxAaMtuSize, pInitAudio->MtuSize); in btif_media_task_enc_init()
/system/bt/bta/dm/
Dbta_dm_int.h314 UINT8 busy_level; member
Dbta_dm_act.c3110 p_msg->busy_level = p_data->update.busy_level; in bta_dm_bl_change_cback()
3277 conn.busy_level.level = p_data->acl_change.busy_level; in bta_dm_acl_change()
3278 conn.busy_level.level_flags = p_data->acl_change.busy_level_flags; in bta_dm_acl_change()
/system/bt/stack/include/
Dbtm_api.h840 UINT8 busy_level;/* when paging or inquiring, level is 10. member