mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-05 16:50:01 +00:00
Added change to return success for API execution
This commit is contained in:
committed by
Abhinav Kudnar
parent
cdec8e6865
commit
413587cb93
@@ -2839,7 +2839,6 @@ ble_sm_inject_io(uint16_t conn_handle, struct ble_sm_io *pkey)
|
|||||||
|
|
||||||
case BLE_SM_IOACT_NUMCMP:
|
case BLE_SM_IOACT_NUMCMP:
|
||||||
if (!pkey->numcmp_accept) {
|
if (!pkey->numcmp_accept) {
|
||||||
res.app_status = BLE_HS_SM_US_ERR(BLE_SM_ERR_NUMCMP);
|
|
||||||
res.sm_err = BLE_SM_ERR_NUMCMP;
|
res.sm_err = BLE_SM_ERR_NUMCMP;
|
||||||
} else {
|
} else {
|
||||||
proc->flags |= BLE_SM_PROC_F_IO_INJECTED;
|
proc->flags |= BLE_SM_PROC_F_IO_INJECTED;
|
||||||
|
|||||||
Reference in New Issue
Block a user