Skip to content

Commit b4fd1fb

Browse files
Update GattServer.md
1 parent a3e9ae1 commit b4fd1fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/api/bluetooth/GattServer.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## GattServer
22

3-
A GattServer is a collection of GattServices. These services contain characteristics that a peer connected to the device may read or write. These characteristics may also emit updates to subscribed clients when their values change.
3+
Generic Attribute Profile (GATT) is used to discover services, characteristics and descriptors and to perform operations on them. The interaction happens between two peers, one of which is the client (who initiates interactions) and the other the server (which responds). Attribute Protocol (ATT) is used to implement this interaction.
4+
5+
'GattServer' is a collection of GattServices. These services contain characteristics that a `GattClient` on the peer connected to the device may read or write. These characteristics may also emit updates to subscribed clients when their values change.
46

57
#### Server layout
68

0 commit comments

Comments
 (0)