Added change to return success for API execution

This commit is contained in:
Rahul Tank
2024-02-20 12:22:49 +05:30
committed by Abhinav Kudnar
parent cdec8e6865
commit 413587cb93
-1
View File
@@ -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;