uploaded 6 days ago
A common layer to manage the BLE connection (stack-agnostic API)
6 examples
-
-
-
spp_client
This BLE SPP central example enables devices to connect wirelessly, emulating a serial port connection using a custom profile.
6.53 KB
-
spp_server
This example demonstrates a BLE SPP server and client that exchange data wirelessly, emulating a serial port connection over Bluetooth.
6.34 KB
-
ble_periodic_adv
This example starts periodic advertising with a non-resolvable private address, using BLE connection management APIs.
5.17 KB
-
ble_periodic_sync
This example performs passive scanning for non-connectable extended advertisement and establishes periodic sync with the advertiser.
5.96 KB
-
-
l2cap_coc_central
This example performs passive scanning, connects to a specified peripheral, and creates an L2CAP CoC channel for periodic data transmission.
5.17 KB
-
l2cap_coc_peripheral
This example starts BLE advertising as a simple peripheral template for L2CAP CoC experiments and waits for connections.
4.81 KB