Home
last modified time | relevance | path

Searched refs:notify_host_recv (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-latest/components/bt/host/nimble/esp-hci/src/
Desp_nimble_hci.c275 .notify_host_recv = host_rcv_pkt,
280 .notify_host_recv = dummy_host_rcv_pkt,
/hal_espressif-latest/components/bt/porting/transport/driver/vhci/
Dhci_driver_standard.c117 return host_recv_cb->notify_host_recv(data, len); in hci_driver_vhci_host_recv_cb()
/hal_espressif-latest/components/bt/include/esp32c2/include/
Desp_bt.h335 …int (*notify_host_recv)(uint8_t *data, uint16_t len); /*!< callback used to notify that the cont… member
/hal_espressif-latest/components/bt/include/esp32c6/include/
Desp_bt.h323 …int (*notify_host_recv)(uint8_t *data, uint16_t len); /*!< callback used to notify that the cont… member
/hal_espressif-latest/components/bt/include/esp32h2/include/
Desp_bt.h327 …int (*notify_host_recv)(uint8_t *data, uint16_t len); /*!< callback used to notify that the cont… member
/hal_espressif-latest/components/bt/include/esp32h4/include/
Desp_bt.h277 …int (*notify_host_recv)(uint8_t *data, uint16_t len); /*!< callback used to notify that the cont… member
/hal_espressif-latest/components/bt/include/esp32/include/
Desp_bt.h656 …int (*notify_host_recv)(uint8_t *data, uint16_t len); /*!< Callback to notify the Host that the … member
/hal_espressif-latest/zephyr/esp32/include/bt/
Desp_bt.h563 …int (*notify_host_recv)(uint8_t *data, uint16_t len); /*!< Callback to notify the Host that the … member
/hal_espressif-latest/components/bt/include/esp32c3/include/
Desp_bt.h865 …int (*notify_host_recv)(uint8_t *data, uint16_t len); /*!< callback used to notify that the Cont… member
/hal_espressif-latest/zephyr/esp32c3/include/bt/
Desp_bt.h619 …int (*notify_host_recv)(uint8_t *data, uint16_t len); /*!< callback used to notify that the cont… member
/hal_espressif-latest/zephyr/esp32s3/include/bt/
Desp_bt.h619 …int (*notify_host_recv)(uint8_t *data, uint16_t len); /*!< callback used to notify that the cont… member
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_hal_h4.c627 .notify_host_recv = host_recv_pkt_cb,
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c77 int (*notify_host_recv)(uint8_t *data, uint16_t len); member
/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c102 int (*notify_host_recv)(uint8_t *data, uint16_t len); member
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c100 int (*notify_host_recv)(uint8_t *data, uint16_t len); member
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c137 …int (*notify_host_recv)(uint8_t *data, uint16_t len); /*!< callback used to notify that the cont… member
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c103 …int (*notify_host_recv)(uint8_t *data, uint16_t len); /*!< callback used to notify that the cont… member