/hal_espressif-latest/components/bt/host/nimble/esp-hci/src/ |
D | esp_nimble_hci.c | 275 .notify_host_recv = host_rcv_pkt, 280 .notify_host_recv = dummy_host_rcv_pkt,
|
/hal_espressif-latest/components/bt/porting/transport/driver/vhci/ |
D | hci_driver_standard.c | 117 return host_recv_cb->notify_host_recv(data, len); in hci_driver_vhci_host_recv_cb()
|
/hal_espressif-latest/components/bt/include/esp32c2/include/ |
D | esp_bt.h | 335 …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/ |
D | esp_bt.h | 323 …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/ |
D | esp_bt.h | 327 …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/ |
D | esp_bt.h | 277 …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/ |
D | esp_bt.h | 656 …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/ |
D | esp_bt.h | 563 …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/ |
D | esp_bt.h | 865 …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/ |
D | esp_bt.h | 619 …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/ |
D | esp_bt.h | 619 …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/ |
D | hci_hal_h4.c | 627 .notify_host_recv = host_recv_pkt_cb,
|
/hal_espressif-latest/zephyr/esp32/src/bt/ |
D | esp_bt_adapter.c | 77 int (*notify_host_recv)(uint8_t *data, uint16_t len); member
|
/hal_espressif-latest/zephyr/esp32c3/src/bt/ |
D | esp_bt_adapter.c | 102 int (*notify_host_recv)(uint8_t *data, uint16_t len); member
|
/hal_espressif-latest/zephyr/esp32s3/src/bt/ |
D | esp_bt_adapter.c | 100 int (*notify_host_recv)(uint8_t *data, uint16_t len); member
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | bt.c | 137 …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/ |
D | bt.c | 103 …int (*notify_host_recv)(uint8_t *data, uint16_t len); /*!< callback used to notify that the cont… member
|