espressif/ble_conn_mgr

1.1.0

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

6 examples

  • ble_conn_mgr 4
    • ble_spp 2
      • spp_client
        This BLE SPP central example enables devices to connect wirelessly, emulating a serial port connection using a custom profile.
        6.53 KB
      • spp_server
        This example demonstrates a BLE SPP server and client that exchange data wirelessly, emulating a serial port connection over Bluetooth.
        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 passive scanning for non-connectable extended advertisement and establishes periodic sync with the advertiser.
      5.96 KB
  • ble_l2cap_coc 2
    • l2cap_coc_central
      This example performs passive scanning, connects to a specified peripheral, and creates an L2CAP CoC channel for periodic data transmission.
      5.17 KB
    • l2cap_coc_peripheral
      This example starts BLE advertising as a simple peripheral template for L2CAP CoC experiments and waits for connections.
      4.81 KB