Skip to content

Commit ec646b8

Browse files
add link to gattclient
1 parent a297fe7 commit ec646b8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/api/bluetooth/GattServer.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,7 @@ You can query the server by invoking the function `areUpdatesEnabled()` to find
1818

1919
#### Attribute Protocol Maximum Transmission Unit (ATT_MTU)
2020

21-
`ATT_MTU` is the maximum size of the attribute protocol packet. Operation on attributes too large to fit into a single packet are split across multiple operations.
22-
23-
This is independent of the data length, which controls the over-the-air packet payload size (which the GAP handles). An L2CAP packet containing the attribute protocol packet is fragmented over many packets if required.
24-
25-
Only `GattClient` can trigger the exchange of `ATT_MTU` between client and server. If an exchange happens, the biggest value possible across both devices will be used.
26-
27-
`ATT_MTU` is at least 23 octets by default. If a larger size is negotiated, the user application will be informed through the `onAttMtuChange` function called in the `GattServer::EventHandler`. (`GattClient::EventHandler` is also informed.)
21+
See [GattClient Documentation](../apis/gattclient.html).
2822

2923
#### Events
3024

0 commit comments

Comments
 (0)