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:
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.
f265f15afc55d64554d5aa6972326c5395944a79
idf.py add-dependency "espressif/ble_hci^1.0.0"