|
ELEC-C7222
Libraries for ELEC C7222 Course Work
|
This example demonstrates the minimal pattern for implementing a custom BLE service with a NOTIFY characteristic.
example-ble-custom-service-notifylibs/elec_c7222/examples/ble/custom-service-notify/main_ble_custom_service_notify.cpplibs/elec_c7222/examples/ble/custom-service-notify/app_profile.gatt.gatt fileCustom vendor service: 0xFFD0
| UUID | Name | Properties |
|---|---|---|
0xFFD1 | NotifyValue | READ + NOTIFY |
c7222-notify-demo)NotifyValueIf notifications are not enabled on the client (CCCD not set), Notify() calls will typically have no effect.