com.sirvar.bluetoothkit / BluetoothKit / getDeviceByAddress

getDeviceByAddress

fun getDeviceByAddress(address: String): <ERROR CLASS>?

Get paired BluetoothDevice by MAC address

Parameters

address - MAC address of device to get

Return
BluetoothDevice the device if it exists, else null

See Also

android.bluetooth.BluetoothDevice