uploaded 1 month 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 two demos, a BLE SPP server and a BLE SPP client, enabling wireless data exchange that emulates a serial port…
        6.53 KB
      • spp_server
        This BLE SPP peripheral example creates a virtual serial link over Bluetooth Low Energy (BLE). It features a BLE SPP server and client that transmit…
        6.34 KB
    • ble_periodic_adv
      This example starts periodic advertising with a non-resolvable private address, utilizing the Bluetooth controller for BLE connection management. It…
      5.17 KB
    • ble_periodic_sync
      This example performs passive scanning for non-connectable, non-scannable extended advertisements and establishes periodic synchronization with the…
      5.96 KB
  • ble_l2cap_coc 2
    • l2cap_coc_central
      This example performs passive scanning, connects to a matching peripheral device, and establishes an L2CAP CoC channel to send data periodically. It…
      5.17 KB
    • l2cap_coc_peripheral
      This example starts BLE advertising and waits for a central to connect. After connection is established, it creates an L2CAP CoC server and handles…
      4.81 KB