Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_hal_h4.c114 hci_hal_env.adv_credits = BLE_ADV_REPORT_FLOW_CONTROL_NUM; in hci_hal_env_init()
313 assert(hci_hal_env.adv_credits_to_release <= BLE_ADV_REPORT_FLOW_CONTROL_NUM); in hci_adv_credits_prep_to_release()
330 assert(hci_hal_env.adv_credits <= BLE_ADV_REPORT_FLOW_CONTROL_NUM); in hci_adv_credits_release()
346 assert(hci_hal_env.adv_credits_to_release <= BLE_ADV_REPORT_FLOW_CONTROL_NUM); in hci_adv_credits_release_rollback()
/hal_espressif-latest/components/bt/host/bluedroid/device/
Dcontroller.c123 …ort_flow_control(HCI_HOST_FLOW_CTRL_ADV_REPORT_ON, (uint16_t)BLE_ADV_REPORT_FLOW_CONTROL_NUM, (uin… in start_up()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h302 #define BLE_ADV_REPORT_FLOW_CONTROL_NUM UC_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM macro