espressif/ble_conn_mgr

1.3.1

Latest
uploaded 14 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 implements a vendor-specific BLE SPP client and server for wireless serial data exchange.
        6.53 KB
      • spp_server
        A BLE SPP server and client exchange UART data wirelessly, creating a virtual serial link over BLE.
        6.34 KB
    • ble_ext_adv
      This example sends a non-connectable, non-scannable 1000-octet extended advertising PDU on primary 1M and secondary 2M PHY.
      3.43 KB
    • ble_ext_scan
      Performs extended passive scanning and verifies a reassembled 1000-byte advertising payload using FNV-1a.
      4.05 KB
    • ble_periodic_adv
      This example starts periodic advertising with a non-resolvable private address and demonstrates related BLE connection management APIs.
      5.17 KB
    • ble_periodic_sync
      This example passively scans for extended advertisements, establishes periodic synchronization, and listens to periodic advertisements. It demonstrates BLE periodic sync establishment and periodic advertisement reports.
      5.96 KB
  • ble_l2cap_coc 2
    • l2cap_coc_central
      This example scans for and connects to a matching BLE peripheral, then sends data over an L2CAP CoC channel.
      5.17 KB
    • l2cap_coc_peripheral
      This example starts BLE advertising, creates an L2CAP CoC server after connection, and handles channel events.
      4.81 KB