bluetooth/cp/hosted_hci

Example of the component espressif/esp_hosted v3.0.0
# Bluetooth CP: hosted_hci (VHCI over ESP-Hosted transport)

Use this CP firmware with host examples under:

- `examples/bluetooth/host_mcu/*/examples/hosted_hci/*`

This profile enables ESP-Hosted BT feature with VHCI path (HCI frames carried
on Hosted transport: SPI/SDIO/SPI-HD/UART transport channel).

Build:

```bash
eh.py set-target <cp_chip>
eh.py build
```

To create a project from this example, run:

idf.py create-project-from-example "espressif/esp_hosted=3.0.0:bluetooth/cp/hosted_hci"

or download archive (~8.03 KB)