# PairedDevicesType

Dictionary passed by getPairedDevices

Availability
1.0.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# message

Availability
1.0.0
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

Availability
1.0.0
pairedDevices :Array<Modules.Bluetooth.BluetoothDevice>

The set of Modules.Bluetooth.BluetoothDevice objects that are paired to the local adapter.


# success

Availability
1.0.0
success :Boolean

Indicates whether able to get paired devices successfully. True for yes & false for failure or no paired devices.