ESP Component Registry
Open main menu
Docs
Blog
Sign in
espressif
/ble_conn_mgr
0.1.6
Latest
uploaded 3 hours ago
A common layer to manage the BLE connection, support both Bluedroid and Nimble
Readme
Changelog
Dependencies
2
Dependents
1
Examples
6
Versions
7
ble_conn_mgr/ble_periodic_adv
This example starts periodic advertising with a non-resolvable private address using the Bluetooth controller based on 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, establishes a periodic sync with the advertiser,…
Archive size ~ 5.96 KB
ble_conn_mgr/ble_spp/spp_client
This README provides a BLE SPP (Serial Port Profile) central example, which emulates a serial port connection over a Bluetooth wireless link. It…
Archive size ~ 6.53 KB
ble_conn_mgr/ble_spp/spp_server
This reference design includes BLE SPP server and client demos that connect wirelessly to exchange data, emulating a serial port over Bluetooth. It…
Archive size ~ 6.34 KB
ble_l2cap_coc/l2cap_coc_central
This example performs a passive scan, connects to a matching peripheral device, and creates an L2CAP CoC channel to send data periodically over the…
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