espressif/ble_conn_mgr

1.0.1

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

6 examples

  • ble_conn_mgr 4
    • ble_spp 2
      • spp_client
        The BLE SPP central example enables two devices to connect and exchange data wirelessly, creating a virtual serial link over Bluetooth.
        6.53 KB
      • spp_server
        This example demonstrates a BLE SPP server and client allowing data exchange over a virtual serial link, utilizing custom profiles for Bluetooth low energy.
        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 a passive scan 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 passive scanning, connects to a matching peripheral, and establishes an L2CAP CoC channel for data transmission.
      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