Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c535 UINT8 busy_level; in btm_acl_update_busy_level() local
573 busy_level = 10; in btm_acl_update_busy_level()
575 busy_level = BTM_GetNumAclLinks(); in btm_acl_update_busy_level()
578 if ((busy_level != btm_cb.busy_level) || (old_inquiry_state != btm_cb.is_inquiry)) { in btm_acl_update_busy_level()
580 evt.busy_level = busy_level; in btm_acl_update_busy_level()
581 btm_cb.busy_level = busy_level; in btm_acl_update_busy_level()
1841 *p_level = btm_cb.busy_level; in BTM_RegBusyLevelNotif()
Dbtm_pm.c922 BTM_BL_PAGING_STARTED == btm_cb.busy_level) { in btm_pm_device_in_scan_state()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_co.h69 UINT8 busy_level; /* Busy level indicating the bit-rate to be used */ member
Dbta_api.h1015 tBTA_DM_BUSY_LEVEL busy_level; /* System busy level */ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_dm.c855 if (p_data->busy_level.level_flags & BTM_BL_INQUIRY_PAGING_MASK) { in btc_dm_sec_cb_handler()
856 btc_gap_bt_busy_level_updated(p_data->busy_level.level_flags); in btc_dm_sec_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h953 UINT8 busy_level; /* the current busy level */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c3395 p_msg->busy_level = p_data->update.busy_level; in bta_dm_bl_change_cback()
3550 conn.busy_level.level = p_data->acl_change.busy_level; in bta_dm_acl_change()
3551 conn.busy_level.level_flags = p_data->acl_change.busy_level_flags; in bta_dm_acl_change()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h521 UINT8 busy_level; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h930 UINT8 busy_level;/* when paging or inquiring, level is 10. member