spelling: response

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:35:45 -05:00
parent 0a6167953f
commit c42dfbcdfc
6 changed files with 12 additions and 12 deletions

View file

@ -96,15 +96,15 @@ typedef struct GattClientOpResponseHdr {
void *context;
} GattClientOpResponseHdr;
typedef struct GattClientOpReadReponse {
typedef struct GattClientOpReadResponse {
GattClientOpResponseHdr hdr;
uint16_t value_length;
uint8_t *value;
} GattClientOpReadReponse;
} GattClientOpReadResponse;
typedef struct GattClientOpWriteReponse {
typedef struct GattClientOpWriteResponse {
GattClientOpResponseHdr hdr;
} GattClientOpWriteReponse;
} GattClientOpWriteResponse;
// -- Gatt Data Structures