mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-10 03:57:55 +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:
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user