# PairedDevicesType
Dictionary passed by getPairedDevices
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# message
message :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
pairedDevices :Array<Modules.Bluetooth.BluetoothDevice>
The set of Modules.Bluetooth.BluetoothDevice objects that are paired to the local adapter.
# success
success :Boolean
Indicates whether able to get paired devices successfully. True for yes & false for failure or no paired devices.