diff --git a/subsys/bluetooth/host/gatt.c b/subsys/bluetooth/host/gatt.c index cc4d37ec5f9..e44d7f91a61 100644 --- a/subsys/bluetooth/host/gatt.c +++ b/subsys/bluetooth/host/gatt.c @@ -182,7 +182,7 @@ static void sc_process(struct k_work *work) sc->params.data = &sc_range[0]; sc->params.len = sizeof(sc_range); - if (!bt_gatt_indicate(NULL, &sc->params)) { + if (bt_gatt_indicate(NULL, &sc->params)) { /* No connections to indicate */ return; }