RoverBluetooth
The RoverBluetooth module tracks events when the user enables or disables Bluetooth on their device and adds isBluetoothEnabled
to each event that is tracked through the EventQueue
.
Assembler
Rover.initialize(assemblers: [
//...
BluetoothAssembler()
])
The BluetoothAssembler
doesn’t take any parameters.
Services
The following services are defined in the RoverBluetooth module and are registered by the BluetoothAssembler
:
- BluetoothManager