espressif/ble_conn_mgr

1.2.0

Latest
uploaded 11 hours ago
A common layer to manage the BLE connection (stack-agnostic API)

8 examples

  • ble_conn_mgr 6
    • ble_spp 2
      • spp_client
        This example demonstrates a BLE Serial Port Profile (SPP) implementation with server and client demos, enabling wireless data exchange.
        6.53 KB
      • spp_server
        This example demonstrates a Bluetooth Low Energy Serial Port Profile (SPP) implementation for ESP32 devices, enabling wireless data exchange between a server and client.
        6.34 KB
    • ble_ext_adv
      This example sends a non-connectable, non-scannable extended advertising PDU of 1000 octets over Bluetooth.
      3.43 KB
    • ble_ext_scan
      This example performs extended passive scanning on various PHYs, reassembling extended advertising data and verifying a 1000-byte payload.
      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 performs passive scanning for BLE periodic advertisements and establishes a periodic sync with the advertiser.
      5.96 KB
  • ble_l2cap_coc 2
    • l2cap_coc_central
      This example performs a passive BLE scan, connects to a matching peripheral device, and creates an L2CAP CoC channel to send data.
      5.17 KB
    • l2cap_coc_peripheral
      This example starts BLE advertising and creates an L2CAP CoC server for simple peripheral experiments.
      4.81 KB