espressif/ble_conn_mgr

1.3.0

Latest
uploaded 2 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 BLE SPP example demonstrates a virtual serial link between a server and client using Bluetooth, allowing wireless data exchange.
        6.53 KB
      • spp_server
        The BLE SPP peripheral example enables wireless data exchange between a BLE SPP server and client, simulating a serial port over Bluetooth.
        6.34 KB
    • ble_ext_adv
      This example sends a non-connectable, non-scannable extended advertising PDU of 1000 octets on primary 1M / secondary 2M PHY.
      3.43 KB
    • ble_ext_scan
      This example performs extended passive scanning on 1M / 2M / Coded PHYs, verifying a 1000-byte payload.
      4.05 KB
    • ble_periodic_adv
      This example starts periodic advertising using a non resolvable private address and focuses on BLE connection management APIs.
      5.17 KB
    • ble_periodic_sync
      This example performs passive scanning for BLE periodic sync establishment and listens to periodic advertisements.
      5.96 KB
  • ble_l2cap_coc 2
    • l2cap_coc_central
      This example performs a passive scan, connects to a matching peripheral, and creates an L2CAP CoC channel to send data.
      5.17 KB
    • l2cap_coc_peripheral
      This example starts BLE advertising, waits for a connection, and creates an L2CAP CoC server for experiments.
      4.81 KB