mirror of
https://github.com/google/pebble.git
synced 2026-02-10 23:47:19 -05:00
spelling: response
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user