esp-idf/examples/bluetooth/hci/ble_adv_scan_combined
Angus Gratton 66fb5a29bb Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo.

(Line endings, blank lines at end of file, trailing whitespace)
2020-11-11 07:36:35 +00:00
..
main Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
CMakeLists.txt bluetooth: Added HCI example for combined scanning and advertising. 2020-07-28 05:32:14 +00:00
Makefile bluetooth: Added HCI example for combined scanning and advertising. 2020-07-28 05:32:14 +00:00
README.md bluetooth: Added HCI example for combined scanning and advertising. 2020-07-28 05:32:14 +00:00
sdkconfig.defaults bluetooth: Added HCI example for combined scanning and advertising. 2020-07-28 05:32:14 +00:00

Supported Targets ESP32

ESP-IDF Combined Bluetooth advertising and scanning

This is a Bluetooth advertising and scanning demo with virtual HCI interface. Send Reset, ADV_PARAM, ADV_DATA and HCI_ADV_ENABLE command for BLE advertising. And SET_EVENT_MASK, SCAN_PARAMS and SCAN_START commands for BLE scanning. Scanned advertising reports from other devices are also displayed.

In this example no host is used. But some of the functionalities of a host are implemented.