Skip to content

Commit a7f8f18

Browse files
active voice
1 parent a517758 commit a7f8f18

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/reference/api/connectivity/bluetooth/GattServer.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ You can query the server by invoking the function `areUpdatesEnabled()` to find
1616

1717
#### Events
1818

19-
You can register several event handlers with the GattServer that will be used to notify you of client (remote application connected to the server) and server activities:
20-
21-
- `onDataSent`: Register an event handler with the GattServer that will be called by it when it sends a characteristic value update to a client.
22-
- `onDataWriten`: Register an event handler with the GattServer that will be called by it when a client has written an attribute of the server.
23-
- `onDataRead`: Register an event handler with the GattServer that will be called by it when a client has read an attribute of the server.
24-
- `onUpdatesEnabled`: Register an event handler with the GattServer that will be called by it when a client subscribes to updates for a characteristic.
25-
- `onUpdatesDisabled`: Register an event handler with the GattServer that will be called by it when a client unsubscribes from updates for a characteristic.
26-
- `onConfimationReceived`: Register an event handler with the GattServer that will be called by it when a client acknowledges a characteristic value notification.
19+
You can register several event handlers with the GattServer that it will call to notify you of client (remote application connected to the server) and server activities:
20+
21+
- `onDataSent`: Register an event handler with the GattServer that it will call to notify you when it sends a characteristic value update to a client.
22+
- `onDataWriten`: Register an event handler with the GattServer that it will call to notify you when a client has written an attribute of the server.
23+
- `onDataRead`: Register an event handler with the GattServer that it will call to notify you when a client has read an attribute of the server.
24+
- `onUpdatesEnabled`: Register an event handler with the GattServer that it will call to notify you when a client subscribes to updates for a characteristic.
25+
- `onUpdatesDisabled`: Register an event handler with the GattServer that it will call to notify you when a client unsubscribes from updates for a characteristic.
26+
- `onConfimationReceived`: Register an event handler with the GattServer that it will call to notify you when a client acknowledges a characteristic value notification.
2727

2828
The term characteristic value update represents Characteristic Value Notification and Characteristic Value Indication when the nature of the server initiated is not relevant.
2929

0 commit comments

Comments
 (0)