Searched defs:notify_host_recv (Results 1 – 14 of 14) sorted by relevance
/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/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/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/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
|