Version: Smart Feature Phone 2.5Version: Smart Feature Phone 2.6

BluetoothAdapter.getPairedDevices

Description#

The getPairedDevices method is used to retrieve the full list of all devices paired with the device's adapter.

Syntax#

var devices = instanceOfBluetoothAdapter.getPairedDevices();

Return value#

An array of BluetoothDevice objects.