Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nRF51822 by
User memory layout for Queued Writes
[Generic Attribute Profile (GATT) Server]
The following table shows the memory layout used by the SoftDevice to queue a Queued Write operation (Prepare Write ATT packet) in user memory: More...
The following table shows the memory layout used by the SoftDevice to queue a Queued Write operation (Prepare Write ATT packet) in user memory:
Parameter | Size (octets) | Description |
---|---|---|
Handle | 2 | Attribute Handle |
Offset | 2 | Value Offset |
Length | 2 | Value Length |
Value | Length | Attribute Value |
The application can parse the array of Queued Write instances at any time, but it is recommended to do so whenever an Execute Write ATT packet has been received over the air. See the GATT Server Queued Writes MSCs for more details. The array will be terminated by an Queued Write instance with its handle set to BLE_GATT_HANDLE_INVALID.
Generated on Tue Jul 12 2022 21:00:19 by
