uploaded 1 month ago
A common layer to manage the BLE connection, support both Bluedroid and Nimble

6 examples

  • ble_conn_mgr 4
    • ble_spp 2
      • spp_client
        This README provides a BLE SPP (Serial Port Profile) central example, which emulates a serial port connection over a Bluetooth wireless link. It…
        6.53 KB
      • spp_server
        This reference design includes BLE SPP server and client demos that connect wirelessly to exchange data, emulating a serial port over Bluetooth. It…
        6.34 KB
    • ble_periodic_adv
      This example starts periodic advertising with a non-resolvable private address using the Bluetooth controller based on BLE connection management. It…
      5.17 KB
    • ble_periodic_sync
      This example performs passive scanning for non-connectable, non-scannable extended advertisements, establishes a periodic sync with the advertiser,…
      5.96 KB
  • ble_l2cap_coc 2
    • l2cap_coc_central
      This example performs a passive scan, connects to a matching peripheral device, and creates an L2CAP CoC channel to send data periodically over the…
      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