Searched refs:osi_thread_post_event (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/bt/common/osi/include/osi/ |
D | thread.h | 120 bool osi_thread_post_event(struct osi_event *event, uint32_t timeout);
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/ |
D | btc_a2dp_sink.c | 377 …osi_thread_post_event(a2dp_sink_local_param.btc_aa_snk_cb.data_ready_event, OSI_THREAD_MAX_TIMEOUT… in btc_a2dp_sink_data_ready() 690 …osi_thread_post_event(a2dp_sink_local_param.btc_aa_snk_cb.data_ready_event, OSI_THREAD_MAX_TIMEOUT… in btc_a2dp_sink_enque_buf()
|
D | btc_a2dp_source.c | 1570 … osi_thread_post_event(a2dp_source_local_param.btc_aa_src_cb.poll_data, OSI_THREAD_MAX_TIMEOUT); in btc_a2dp_source_alarm_cb()
|
/hal_espressif-latest/components/bt/common/osi/ |
D | thread.c | 429 bool osi_thread_post_event(struct osi_event *event, uint32_t timeout) in osi_thread_post_event() function
|
/hal_espressif-latest/components/bt/host/bluedroid/hci/ |
D | hci_layer.c | 147 return osi_thread_post_event(hci_host_env.downstream_data_ready, timeout); in hci_downstream_data_post()
|
D | hci_hal_h4.c | 257 return osi_thread_post_event(hci_hal_env.upstream_data_ready, timeout); in hci_upstream_data_post()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 631 osi_thread_post_event(p_env->adv_rpt_ready, OSI_THREAD_MAX_TIMEOUT); in btc_gap_ble_adv_pkt_handler() 679 osi_thread_post_event(p_env->adv_rpt_ready, OSI_THREAD_MAX_TIMEOUT); in btc_process_adv_rpt_pkt()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_gap.c | 4785 osi_thread_post_event(p_cb->adv_rpt_ready, OSI_THREAD_MAX_TIMEOUT); in btm_ble_adv_pkt_ready()
|