Modules.Bluetooth.PairedDevicesType
Dictionary passed by getPairedDevices
Since: 1.0.0 · Platforms: android
Properties #
message#
Type: String
Description of the reason, if success value is false.
The message can either be 'Bluetooth is disabled' in case of Bluetooth is not enabled or it
can be 'No device Found' if there are no devices paired to the local adapter.
pairedDevices#
Type: Array<Modules.Bluetooth.BluetoothDevice>
The set of BluetoothDevice objects that are paired to the local adapter.
success#
Type: Boolean
Indicates whether able to get paired devices successfully. True for yes & false for failure or no paired devices.