Searched refs:makeBluetoothDevice (Results 1 – 1 of 1) sorted by relevance
65 static final BluetoothDevice BLUETOOTH_DEVICE1 = makeBluetoothDevice("00:00:00:00:00:01");66 static final BluetoothDevice BLUETOOTH_DEVICE2 = makeBluetoothDevice("00:00:00:00:00:02");496 public static BluetoothDevice makeBluetoothDevice(String address) { in makeBluetoothDevice() method in TestUtils