uploaded 4 hours ago
A common layer to manage the BLE connection (stack-agnostic API)
8 examples
-
-
-
spp_client
This BLE SPP example showcases a client-server architecture that enables wireless data exchange over a virtual serial link using Bluetooth.
6.53 KB
-
spp_server
This example demonstrates a BLE SPP peripheral setup, allowing devices to exchange data wirelessly using a custom serial port profile.
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, verifying a 1000-byte payload against a pattern.
4.05 KB
-
ble_periodic_adv
This example starts periodic advertising with non resolvable private address, using Bluetooth controller for BLE connection management.
5.17 KB
-
ble_periodic_sync
This example performs a passive scan for BLE periodic sync establishment 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 to send data.
5.17 KB
-
l2cap_coc_peripheral
This example starts BLE advertising, waits for a central to connect, and creates an L2CAP CoC server for experiments.
4.81 KB