mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: always
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
405717f0de
commit
4ed89321ff
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ typedef struct PACKED {
|
||||||
#define BT_PERSISTENT_STORAGE_FILE_SIZE (4096)
|
#define BT_PERSISTENT_STORAGE_FILE_SIZE (4096)
|
||||||
|
|
||||||
//! All of the actual pairings use a BTBondingID as a key. This is because with BLE pairings an
|
//! All of the actual pairings use a BTBondingID as a key. This is because with BLE pairings an
|
||||||
//! address is not alwaywas available, and it made it easier to have BT Classic and BLE pairings
|
//! address is not always available, and it made it easier to have BT Classic and BLE pairings
|
||||||
//! use the same type of key. When adding pairings there is no BTBondingID so a free key has to
|
//! use the same type of key. When adding pairings there is no BTBondingID so a free key has to
|
||||||
//! be found by iterating over all possible keys.
|
//! be found by iterating over all possible keys.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue