espressif/ble_hci

1.0.0

uploaded 2 weeks ago
ble hci component

readme

# BLE HCI Component
[中文版](./README_CN.md)

[![Component Registry](https://components.espressif.com/components/espressif/ble_hci/badge.svg)](https://components.espressif.com/components/espressif/ble_hci)

- [User Guide](https://docs.espressif.com/projects/esp-iot-solution/en/latest/bluetooth/ble_hci.html)

The ``ble_hci`` is used to operate the BLE Controller directly through the VHCI interface to realize broadcasting, scanning and other functions.

Compared to initiating broadcasts and scans through the Nimble or Bluedroid stacks, using this component has the following advantages:
- Smaller memory footprint
- Smaller firmware size
- Faster initialization process

## List of supported commands

- Send broadcast packets
- Scan broadcast packets
- Add/Remove whitelist
- Set local address

## Adding the component to your project

To add the `ble_hci` to your project's dependencies, please use the command `idf.py add-dependency`. During the `CMake` step, the component will be downloaded automatically.

```
idf.py add-dependency "espressif/ble_hci=*"
```

Links

Supports all targets

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/ble_hci^1.0.0"

or download archive

Stats

  • Archive size
    Archive size: 14.33 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

espressif/ble_hci version: 1.0.0
|