You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/api/connectivity/bluetooth/GattServer.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The GattServer allows application code to register several event handlers that c
25
25
-`onUpdatesDisabled`: Register an event handler that is called when a client unsubscribes from updates for a characteristic.
26
26
-`onConfimationReceived`: Register an event handler that is called when a client acknowledges a characteristic value notification.
27
27
28
-
The term characteristic value update is used to represent Characteristic Value Notification and Characteristic Value Indication when the nature of the server initiated is not relevant.
28
+
The term characteristic value update represents Characteristic Value Notification and Characteristic Value Indication when the nature of the server initiated is not relevant.
0 commit comments