Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/hci/include/hci/
Dhci_hal.h44 adv_rpt_ready_cb adv_rpt_ready; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c60 struct osi_event *adv_rpt_ready; member
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()
2424 p_env->adv_rpt_ready = osi_event_create(btc_gap_ble_adv_pkt_handler, NULL); in btc_gap_ble_init()
2425 assert(p_env->adv_rpt_ready != NULL); in btc_gap_ble_init()
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()
2436 osi_event_delete(p_env->adv_rpt_ready); in btc_gap_ble_deinit()
2437 p_env->adv_rpt_ready = NULL; in btc_gap_ble_deinit()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h347 struct osi_event *adv_rpt_ready; member
/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()
4583 assert(p_cb->adv_rpt_ready != NULL); in btm_ble_init()
4584 osi_event_bind(p_cb->adv_rpt_ready, btu_get_current_thread(), 0); in btm_ble_init()
4611 osi_event_delete(p_cb->adv_rpt_ready); in btm_ble_free()
4612 p_cb->adv_rpt_ready = NULL; in btm_ble_free()
4785 osi_thread_post_event(p_cb->adv_rpt_ready, OSI_THREAD_MAX_TIMEOUT); in btm_ble_adv_pkt_ready()
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_hal_h4.c521 hci_hal_env.callbacks->adv_rpt_ready(linked_pkt); in hci_hal_h4_hdl_rx_adv_rpt()