mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: connection
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
bd2c2ad356
commit
a29c01bf00
2 changed files with 2 additions and 2 deletions
|
@ -440,7 +440,7 @@ unlock:
|
||||||
return ret_val;
|
return ret_val;
|
||||||
}
|
}
|
||||||
|
|
||||||
//! extern for gap_le_connnection.c
|
//! extern for gap_le_connection.c
|
||||||
//! Cleans up any state and frees the associated memory of all the things this module might have
|
//! Cleans up any state and frees the associated memory of all the things this module might have
|
||||||
//! created for a given connection.
|
//! created for a given connection.
|
||||||
//! bt_lock() is assumed to be taken by the caller
|
//! bt_lock() is assumed to be taken by the caller
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
//! How often we'll go without some valid data from the smartstrap before sending a status message
|
//! How often we'll go without some valid data from the smartstrap before sending a status message
|
||||||
//! and disconnecting if the smartstrap doesn't reply. This is in seconds.
|
//! and disconnecting if the smartstrap doesn't reply. This is in seconds.
|
||||||
#define STATUS_CHECK_INTERVAL 5
|
#define STATUS_CHECK_INTERVAL 5
|
||||||
//! The minimum number of seconds between connnection requests to avoid spamming the smartstrap.
|
//! The minimum number of seconds between connection requests to avoid spamming the smartstrap.
|
||||||
#define MIN_CONNECTION_REQUEST_INTERVAL 1
|
#define MIN_CONNECTION_REQUEST_INTERVAL 1
|
||||||
//! The minimum number of seconds between status requests to avoid spamming the smartstrap
|
//! The minimum number of seconds between status requests to avoid spamming the smartstrap
|
||||||
#define MIN_STATUS_REQUEST_INTERVAL 5
|
#define MIN_STATUS_REQUEST_INTERVAL 5
|
||||||
|
|
Loading…
Add table
Reference in a new issue