ESP Component Registry
Open main menu
Docs
Blog
Sign in
espressif
/ble_conn_mgr
1.0.0
Latest
uploaded 5 hours ago
A common layer to manage the BLE connection (stack-agnostic API)
Readme
Changelog
Dependencies
2
Dependents
1
Examples
6
Versions
8
ble_conn_mgr/ble_periodic_adv
This example starts periodic advertising with a non-resolvable private address, utilizing the Bluetooth controller for BLE connection management. It…
Archive size ~ 5.17 KB
ble_conn_mgr/ble_periodic_sync
This example performs passive scanning for non-connectable, non-scannable extended advertisements and establishes periodic synchronization with the…
Archive size ~ 5.96 KB
ble_conn_mgr/ble_spp/spp_client
This reference design features two demos, a BLE SPP server and a BLE SPP client, enabling wireless data exchange that emulates a serial port…
Archive size ~ 6.53 KB
ble_conn_mgr/ble_spp/spp_server
This BLE SPP peripheral example creates a virtual serial link over Bluetooth Low Energy (BLE). It features a BLE SPP server and client that transmit…
Archive size ~ 6.34 KB
ble_l2cap_coc/l2cap_coc_central
This example performs passive scanning, connects to a matching peripheral device, and establishes an L2CAP CoC channel to send data periodically. It…
Archive size ~ 5.17 KB
ble_l2cap_coc/l2cap_coc_peripheral
This example starts BLE advertising and waits for a central to connect. After connection is established, it creates an L2CAP CoC server and handles…
Archive size ~ 4.81 KB