From 4c366451ae586d5b0b3f9a914da511ec293aab42 Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Fri, 1 Dec 2023 12:27:41 +0530 Subject: [PATCH] Added change to return success for API execution --- nimble/host/src/ble_sm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nimble/host/src/ble_sm.c b/nimble/host/src/ble_sm.c index e7e116d49..31d1096f3 100644 --- a/nimble/host/src/ble_sm.c +++ b/nimble/host/src/ble_sm.c @@ -2778,7 +2778,6 @@ ble_sm_inject_io(uint16_t conn_handle, struct ble_sm_io *pkey) case BLE_SM_IOACT_NUMCMP: if (!pkey->numcmp_accept) { - res.app_status = BLE_HS_SM_US_ERR(BLE_SM_ERR_NUMCMP); res.sm_err = BLE_SM_ERR_NUMCMP; } else { proc->flags |= BLE_SM_PROC_F_IO_INJECTED;