mirror of
https://github.com/google/pebble.git
synced 2025-05-29 22:43:12 +00:00
spelling: response
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
0a6167953f
commit
c42dfbcdfc
6 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue