#include <ble_gattc.h>
Initiate or continue a GATT Read (Long) Characteristic or Descriptor procedure.
This function initiates or resumes a GATT Read (Long) Characteristic or Descriptor procedure. If the Characteristic or Descriptor to be read is longer than ATT_MTU - 1, this function must be called multiple times with appropriate offset to read the complete value.
- Events generated
-
- Relevant Message Sequence Charts
-
- Parameters
-
| [in] | conn_handle | The connection handle identifying the connection to perform this procedure on. |
| [in] | handle | The handle of the attribute to be read. |
| [in] | offset | Offset into the attribute value to be read. |
- Return values
-