Searched refs:osi_event_bind (Results 1 – 8 of 8) sorted by relevance
| /hal_espressif-latest/components/bt/common/osi/include/osi/ |
| D | thread.h | 104 bool osi_event_bind(struct osi_event* event, osi_thread_t *thread, int queue_idx);
|
| /hal_espressif-latest/components/bt/common/osi/ |
| D | thread.c | 402 bool osi_event_bind(struct osi_event* event, osi_thread_t *thread, int queue_idx) in osi_event_bind() function
|
| /hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/ |
| D | btc_a2dp_sink.c | 728 …osi_event_bind(data_event, a2dp_sink_local_param.btc_aa_snk_task_hdl, BTC_A2DP_SNK_DATA_QUEUE_IDX); in btc_a2dp_sink_thread_init()
|
| D | btc_a2dp_source.c | 1627 …osi_event_bind(poll_data, a2dp_source_local_param.btc_aa_src_task_hdl, BTC_A2DP_SRC_DATA_QUEUE_IDX… in btc_a2dp_source_thread_init()
|
| /hal_espressif-latest/components/bt/host/bluedroid/hci/ |
| D | hci_layer.c | 115 …osi_event_bind(hci_host_env.downstream_data_ready, hci_host_thread, HCI_DOWNSTREAM_DATA_QUEUE_IDX); in hci_start_up()
|
| D | hci_hal_h4.c | 131 …osi_event_bind(hci_hal_env.upstream_data_ready, hci_hal_env.hci_h4_thread, HCI_UPSTREAM_DATA_QUEUE… in hci_hal_env_init()
|
| /hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/ |
| D | btc_gap_ble.c | 2426 osi_event_bind(p_env->adv_rpt_ready, btc_get_current_thread(), BTC_GAP_BLE_ADV_RPT_QUEUE_IDX); in btc_gap_ble_init()
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
| D | btm_ble_gap.c | 4584 osi_event_bind(p_cb->adv_rpt_ready, btu_get_current_thread(), 0); in btm_ble_init()
|