Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_hal_h4.c73 osi_alarm_t *adv_flow_monitor; member
118 …hci_hal_env.adv_flow_monitor = osi_alarm_new("adv_fc_mon", hci_adv_flow_monitor, NULL, HCI_ADV_FLO… in hci_hal_env_init()
119 assert (hci_hal_env.adv_flow_monitor != NULL); in hci_hal_env_init()
154 osi_alarm_cancel(hci_hal_env.adv_flow_monitor); in hci_hal_env_deinit()
155 osi_alarm_free(hci_hal_env.adv_flow_monitor); in hci_hal_env_deinit()
156 hci_hal_env.adv_flow_monitor = NULL; in hci_hal_env_deinit()
318 osi_alarm_cancel(hci_hal_env.adv_flow_monitor); in hci_adv_credits_prep_to_release()
319 osi_alarm_set(hci_hal_env.adv_flow_monitor, HCI_ADV_FLOW_MONITOR_PERIOD_MS); in hci_adv_credits_prep_to_release()
335 osi_alarm_cancel(hci_hal_env.adv_flow_monitor); in hci_adv_credits_release()