mirror of
https://github.com/google/pebble.git
synced 2025-05-01 07:41:41 -04:00
spelling: pairability
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
3572d429b2
commit
0a17a4a67c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ static void evaluate_pairing_refcount(void *data) {
|
|||
return;
|
||||
}
|
||||
|
||||
PBL_LOG(LOG_LEVEL_DEBUG, "Pairabilty state: LE=%u, Classic=%u",
|
||||
PBL_LOG(LOG_LEVEL_DEBUG, "Pairability state: LE=%u, Classic=%u",
|
||||
s_allow_ble_pairing_refcount, s_allow_bt_pairing_refcount);
|
||||
|
||||
bool is_ble_pairable_and_discoverable = (s_allow_ble_pairing_refcount > 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue