espressif/ble_hci

1.0.0

Latest
uploaded 9 months ago
ble hci component

readme

BLE HCI Component

中文版

Component Registry

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.

Plaintext

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

No README_ZH available for this version.

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 ~ 16.79 KB
  • Downloaded in total
    Downloaded in total 37 times
  • Downloaded this version
    This version: 37 times

Badge

espressif/ble_hci version: 1.0.0
|