clearBluetoothList

fun clearBluetoothList(devices: List<String>): Int

Clear the list of paired Bluetooth devices

Return

Const.EXECUTE_COMPLETE - function completed

Const.LIST_IS_EMPTY - The list passed to the function is empty. Function failed. Function failed

Parameters

devices

Device MAC addresses.If the first element is "all", the function will remove all devices.