mirror of
https://github.com/google/pebble.git
synced 2025-05-29 22:43:12 +00:00
spelling: advertisement
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
9ef3483674
commit
03349f2d2b
7 changed files with 13 additions and 13 deletions
|
@ -237,7 +237,7 @@ typedef struct __attribute__((__packed__)) BTDeviceInternal {
|
|||
_Static_assert(sizeof(BTDeviceInternal) == sizeof(BTDevice),
|
||||
"BTDeviceInternal should be equal in size to BTDevice");
|
||||
|
||||
//! Opaque data structure representing an advertisment report and optional
|
||||
//! Opaque data structure representing an advertisement report and optional
|
||||
//! scan response. Use the ble_ad... functions to query its contents.
|
||||
struct BLEAdData;
|
||||
|
||||
|
@ -257,10 +257,10 @@ struct BLEAdData;
|
|||
#define LL_CONN_INTV_MAX_SLOTS (3200) // 1.25ms / slot
|
||||
#define LL_SUPERVISION_TIMEOUT_MIN_MS (100)
|
||||
|
||||
//! Advertisment and scan response data
|
||||
//! Advertisement and scan response data
|
||||
//! @internal Exported as forward struct
|
||||
typedef struct BLEAdData {
|
||||
//! Lengths of the raw advertisment data
|
||||
//! Lengths of the raw advertisement data
|
||||
uint8_t ad_data_length;
|
||||
|
||||
//! Lengths of the raw scan response data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue