From 413587cb934fa3570ddbbd0ea87c32d5acf376bc 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 e82181531..7409a9029 100644 --- a/nimble/host/src/ble_sm.c +++ b/nimble/host/src/ble_sm.c @@ -2839,7 +2839,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;