diff --git a/src/fw/services/common/bluetooth/pairability.c b/src/fw/services/common/bluetooth/pairability.c index 81750791..eba3dc14 100644 --- a/src/fw/services/common/bluetooth/pairability.c +++ b/src/fw/services/common/bluetooth/pairability.c @@ -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);