Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_hal_h4.c327 int credits_released = hci_hal_env.adv_credits_to_release; in hci_adv_credits_release() local
328 hci_hal_env.adv_credits += credits_released; in hci_adv_credits_release()
329 hci_hal_env.adv_credits_to_release -= credits_released; in hci_adv_credits_release()
337 return credits_released; in hci_adv_credits_release()
360 bool hci_adv_flow_try_send_command(uint16_t credits_released) in hci_adv_flow_try_send_command() argument
379 sent = btsnd_hcic_ble_update_adv_report_flow_control(credits_released, static_buffer); in hci_adv_flow_try_send_command()
381 sent = btsnd_hcic_ble_update_adv_report_flow_control(credits_released, NULL); in hci_adv_flow_try_send_command()
389 int credits_released = 0; in hci_adv_credits_try_release() local
391 credits_released = hci_adv_credits_release(); in hci_adv_credits_try_release()
392 if (credits_released > 0) { in hci_adv_credits_try_release()
[all …]