From 0a17a4a67c7dbe0d8ae45a6646bd184662cae2a9 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:09:30 -0500 Subject: [PATCH] spelling: pairability Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/common/bluetooth/pairability.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);