uploaded 2 months 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 describes a Bluetooth SPP (Serial Port Profile) central example designed for ESP32 and similar devices, showcasing a BLE SPP server and…
        6.53 KB
      • spp_server
        This BLE SPP peripheral example allows for emulation of a serial port connection over a Bluetooth wireless connection using a vendor-specific custom…
        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 a passive scan for non-connectable, non-scannable extended advertisements. It establishes periodic sync with the advertiser and…
      5.96 KB
  • ble_l2cap_coc 2
    • l2cap_coc_central
      This example performs passive scanning, connects to a designated peripheral device, and creates an L2CAP CoC channel to send data periodically. It is…
      5.17 KB
    • l2cap_coc_peripheral
      This example starts BLE advertising and waits for a central to connect. Once connected, it creates an L2CAP CoC server and handles L2CAP CoC channel…
      4.81 KB