Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/osi/include/osi/
Dthread.h93 struct osi_event *osi_event_create(osi_thread_func_t func, void *context);
/hal_espressif-latest/components/bt/common/osi/
Dthread.c378 struct osi_event *osi_event_create(osi_thread_func_t func, void *context) in osi_event_create() function
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_sink.c726 struct osi_event *data_event = osi_event_create(btc_a2dp_sink_data_ready, NULL); in btc_a2dp_sink_thread_init()
Dbtc_a2dp_source.c1625 struct osi_event *poll_data = osi_event_create(btc_a2dp_source_handle_timer, NULL); in btc_a2dp_source_thread_init()
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_layer.c166 struct osi_event *event = osi_event_create(hci_downstream_data_handler, NULL); in hci_layer_init_env()
Dhci_hal_h4.c128 struct osi_event *event = osi_event_create(hci_upstream_data_handler, NULL); in hci_hal_env_init()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c2424 p_env->adv_rpt_ready = osi_event_create(btc_gap_ble_adv_pkt_handler, NULL); in btc_gap_ble_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c4582 p_cb->adv_rpt_ready = osi_event_create(btm_adv_pkt_handler, NULL); in btm_ble_init()