RECONNECT_DELAY_MS

const val RECONNECT_DELAY_MS: Long = 2000

Default delay in milliseconds before attempting to reconnect after a disconnection.

This delay (2000ms / 2 seconds) helps prevent rapid reconnection attempts that could overwhelm the Bluetooth stack or drain battery unnecessarily. It also gives the remote device time to stabilize after a disconnection.