Searched refs:osi_alarm_free (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/ |
D | btu_init.c | 163 hash_function_pointer, NULL, (data_free_fn)osi_alarm_free, NULL); in BTU_StartUp() 171 hash_function_pointer, NULL, (data_free_fn)osi_alarm_free, NULL); in BTU_StartUp() 179 … hash_function_pointer, NULL, (data_free_fn)osi_alarm_free, NULL); in BTU_StartUp()
|
/hal_espressif-latest/components/bt/common/osi/include/osi/ |
D | alarm.h | 52 void osi_alarm_free(osi_alarm_t *alarm);
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_timer.c | 50 (data_free_fn)osi_alarm_free, NULL); in bt_mesh_timer_init()
|
/hal_espressif-latest/components/bt/common/osi/ |
D | alarm.c | 215 void osi_alarm_free(osi_alarm_t *alarm) in osi_alarm_free() function
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/sys/ |
D | bta_sys_main.c | 176 … hash_function_pointer, NULL, (data_free_fn)osi_alarm_free, NULL); in bta_sys_init()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/ |
D | btc_hh.c | 204 osi_alarm_free(p_dev->vup_timer); in btc_hh_stop_vup_timer() 265 osi_alarm_free(p_dev->vup_timer); in btc_hh_start_vup_timer() 1255 osi_alarm_free(btc_hh_cb.devices[i].vup_timer); in btc_hh_cb_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/hci/ |
D | hci_layer.c | 216 osi_alarm_free(cmd_wait_q->command_response_timer); in hci_layer_deinit_env()
|
D | hci_hal_h4.c | 155 osi_alarm_free(hci_hal_env.adv_flow_monitor); in hci_hal_env_deinit()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/ |
D | btc_av.c | 392 osi_alarm_free(btc_av_cb.tle_av_open_on_rc); in btc_av_state_idle_handler() 1206 osi_alarm_free(btc_av_cb.tle_av_open_on_rc); in clean_up()
|
D | btc_a2dp_source.c | 1530 osi_alarm_free(a2dp_source_local_param.btc_aa_src_cb.media_alarm); in btc_a2dp_source_aa_stop_tx()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/ |
D | btc_l2cap.c | 250 osi_alarm_free(slot->close_alarm); in l2cap_free_slot() 855 osi_alarm_free(slot->close_alarm); in btc_l2cap_cb_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/ |
D | btc_spp.c | 290 osi_alarm_free(slot->close_alarm); in spp_free_slot() 1212 osi_alarm_free(slot->close_alarm); in btc_spp_cb_handler()
|