needShowNextPanel
abstract fun needShowNextPanel(bluetoothConnectivityFlowState: BluetoothConnectivityFlowState, selectedDeviceAddress: BluetoothDeviceAddress): Boolean
Called when a user clicks next on a panel.
Return
true
if the controller wants to show the next panel, false
otherwise.
Parameters
bluetoothConnectivityFlowState
The flow state of the Bluetooth frontend.
selectedDeviceAddress
The pairing device address of the selected device.