uploaded 1 hour ago
A common layer to manage the BLE connection (stack-agnostic API)
8 examples
-
-
-
spp_client
This example demonstrates a BLE SPP implementation using ESP32 devices, allowing data exchange wirelessly between an SPP server and client.
6.53 KB
-
spp_server
This example demonstrates a BLE SPP server and client for emulating a serial port connection over Bluetooth using ESP32 devices.
6.34 KB
-
ble_ext_adv
This example sends a non-connectable, non-scannable extended advertising PDU of 1000 octets on primary 1M / secondary 2M PHY.
3.43 KB
-
ble_ext_scan
This example performs extended passive scanning on various PHYs, reassembling advertising data and verifying payloads.
4.05 KB
-
ble_periodic_adv
This example starts periodic advertising with non resolvable private address to understand BLE connection management APIs.
5.17 KB
-
ble_periodic_sync
This example establishes BLE periodic sync with advertisers and listens to periodic advertisements.
5.96 KB
-
-
l2cap_coc_central
This example performs passive scanning, connects to a matching peripheral, and creates an L2CAP CoC channel for periodic data transmission.
5.17 KB
-
l2cap_coc_peripheral
This example starts BLE advertising and creates an L2CAP CoC server for handling channel events.
4.81 KB