• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

main/11-Mar-2024-455339

CMakeLists.txtD11-Mar-2024407 107

MakefileD11-Mar-2024263 113

README.mdD11-Mar-2024558 106

sdkconfig.defaultsD11-Mar-2024259 1311

README.md

1| Supported Targets | ESP32 |
2| ----------------- | ----- |
3
4ESP-IDF Combined Bluetooth advertising and scanning
5===================================================
6
7This 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.
8
9In this example no host is used. But some of the functionalities of a host are implemented.
10