uploaded 2 weeks ago
BLE standard GATT services support

11 examples

  • ble_services 11
    • ble_ans
      This example creates a GATT server that advertises and allows interactions over a serial interface to manage alert notifications.
      8.12 KB
    • ble_bas
      This example creates a GATT server for the BLE Battery Service, allowing interaction via a serial interface.
      8.97 KB
    • ble_bcs
      This example creates a GATT server for the BLE Body Composition service, facilitating understanding of BLE connection management APIs.
      3.84 KB
    • ble_cts
      This example creates a GATT server for BLE and starts advertising, allowing a GATT client to connect.
      3.95 KB
    • ble_dis
      This example creates a GATT server that advertises and exposes device information via Bluetooth LE for various ESP32 chips.
      4.35 KB
    • ble_hrs
      This example creates a GATT server for heart rate monitoring using BLE, ideal for fitness applications.
      5.05 KB
    • ble_hts
      This example creates a GATT server to expose temperature data for healthcare applications via BLE connection management.
      5.41 KB
    • ble_ots
      This example creates a GATT server implementing the BLE Object Transfer Service and demonstrates BLE connection management.
      4.00 KB
    • ble_tps
      This example creates a GATT server to advertise and expose the current transmit power level of a device using BLE.
      3.57 KB
    • ble_uds
      This example creates a GATT server to advertise and connect with BLE clients, helping understand BLE user data service and connection management APIs.
      3.80 KB
    • ble_wss
      This example creates a GATT server for BLE Body Composition service and manages connections with BLE clients.
      3.68 KB