Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_acl.c447 UINT8 busy_level; in btm_acl_update_busy_level() local
454 busy_level = (UINT8)btm_cb.num_acl; in btm_acl_update_busy_level()
466 busy_level = (UINT8)btm_cb.num_acl; in btm_acl_update_busy_level()
471 busy_level = BTM_BL_PAGING_STARTED; in btm_acl_update_busy_level()
476 busy_level = BTM_BL_PAGING_COMPLETE; in btm_acl_update_busy_level()
481 busy_level = BTM_BL_INQUIRY_STARTED; in btm_acl_update_busy_level()
486 busy_level = BTM_BL_INQUIRY_CANCELLED; in btm_acl_update_busy_level()
491 busy_level = BTM_BL_INQUIRY_COMPLETE; in btm_acl_update_busy_level()
495 if (busy_level != btm_cb.busy_level) in btm_acl_update_busy_level()
498 evt.busy_level = busy_level; in btm_acl_update_busy_level()
[all …]
Dbtm_int.h847 UINT8 busy_level; /* the current busy level */ member
/external/bluetooth/bluedroid/btif/src/
Dbtif_dm.c1195 UINT8 busy_level; in btif_dm_upstreams_evt() local
1196 busy_level = p_data->busy_level.level; in btif_dm_upstreams_evt()
1197 if (busy_level & BTM_BL_INQUIRY_PAGING_MASK) in btif_dm_upstreams_evt()
1199 if (busy_level == BTM_BL_INQUIRY_STARTED) in btif_dm_upstreams_evt()
1205 else if (busy_level == BTM_BL_INQUIRY_CANCELLED) in btif_dm_upstreams_evt()
1211 else if (busy_level == BTM_BL_INQUIRY_COMPLETE) in btif_dm_upstreams_evt()
Dbtif_media_task.c227 UINT8 busy_level; member
1432 btif_media_cb.busy_level, btif_media_cb.TxAaMtuSize, pInitAudio->MtuSize); in btif_media_task_enc_init()
/external/bluetooth/bluedroid/bta/include/
Dbta_av_co.h69 UINT8 busy_level; /* Busy level indicating the bit-rate to be used */ member
Dbta_api.h694 tBTA_DM_BUSY_LEVEL busy_level; /* System busy level */ member
/external/bluetooth/bluedroid/stack/include/
Duipc_msg.h828 UINT8 busy_level; /* Busy level indicating the bit-rate to be used */ member
Dbtm_api.h828 UINT8 busy_level;/* when paging or inquiring, level is as above. member
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_int.h355 UINT8 busy_level; member
Dbta_dm_act.c3076 p_msg->busy_level = p_data->update.busy_level; in bta_dm_bl_change_cback()
3221 conn.busy_level.level = p_data->acl_change.busy_level; in bta_dm_acl_change()