QSL4A Documentation of bluetoothGetBondedDevices  <QSL4A API Menu>
bluetoothGetBondedDevices()
    Get bonded devices , with address,name,type,bondState,uuid .
    You need to open Bluetooth with droid.toggleBluetoothState(True) .
    If you call droid.bluetoothGetBondedDevicesRssi(interval) with interval>0 first , it will return rssi of connected device at the same time .
    Include fields are name, bondState, type, uuid, connected, battery (if connected)  .
    type : 0 = Unknown , 1 = Classic , 2 = LowEnergy , 3 = Dual .