Site icon EfmSoft

What does macOS kernel return 0xE0020001 (kIOBluetoothDeviceResetError) mean?

 
Previous Next
kIOFWMessageTopologyChanged kIOBluetoothConnectionAlreadyExists

kIOBluetoothDeviceResetError

A controller reset invalidated the in-flight operation context

kIOBluetoothDeviceResetError is an IOBluetooth return value whose AllStat entry says that a device reset interrupted a pending operation. The important boundary is the reset: host-side state for commands, connections, discovery, and queued I/O may no longer describe the controller's current state.

This is not the same as an ATT error from a peripheral. It occurs at the macOS Bluetooth controller layer, before an application can safely reason from the earlier operation's expected completion. A reset can also be part of HCI transport recovery when the host and controller lose synchronization.

What to check

References


Looking for a different code? Search another status or error code.

Exit mobile version