Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_hal_h4.c74 int adv_credits; member
114 hci_hal_env.adv_credits = BLE_ADV_REPORT_FLOW_CONTROL_NUM; in hci_hal_env_init()
300 assert(hci_hal_env.adv_credits >= num); in hci_adv_credits_consumed()
301 hci_hal_env.adv_credits -= num; in hci_adv_credits_consumed()
328 hci_hal_env.adv_credits += credits_released; in hci_adv_credits_release()
330 assert(hci_hal_env.adv_credits <= BLE_ADV_REPORT_FLOW_CONTROL_NUM); in hci_adv_credits_release()
343 hci_hal_env.adv_credits -= num; in hci_adv_credits_release_rollback()
345 assert(hci_hal_env.adv_credits >=0); in hci_adv_credits_release_rollback()