espressif/ble_conn_mgr

1.0.0~1

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

6 examples

  • ble_conn_mgr 4
    • ble_spp 2
      • spp_client
        This reference design features BLE SPP server and client demos for creating a virtual serial link over Bluetooth. It enables wireless data exchange and supports UART and other serial protocols.
        6.53 KB
      • spp_server
        The BLE SPP peripheral example demonstrates a vendor-specific custom profile that emulates a serial port connection over BLE with a server and client exchange.
        6.34 KB
    • ble_periodic_adv
      This example starts periodic advertising with a non-resolvable private address to understand BLE connection management APIs.
      5.17 KB
    • ble_periodic_sync
      This example performs passive scanning for BLE periodic sync 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 and creates an L2CAP CoC server, handling channel events for peripheral use.
      4.81 KB