Searched refs:getRemoteDevice (Results 1 – 8 of 8) sorted by relevance
34 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in canSetAndGetUuids()47 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in getUuids_setUuidsNotCalled_shouldReturnNull()53 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in canSetAndGetBondState()63 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in canSetAndGetCreatedBond()73 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in canSetAndGetFetchUuidsWithSdpResult()82 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in getCorrectFetchUuidsWithSdpCount()
56 mDevice = mSocket.getRemoteDevice(); in BluetoothConnection()98 mSocket.getRemoteDevice(); in isConnected()
110 mDevice = mBluetoothAdapter.getRemoteDevice(address); in bluetoothSocketConnCreateL2capSocket()133 mDevice = mBluetoothAdapter.getRemoteDevice(address); in bluetoothSocketConnBeginConnectThreadUuid()157 mDevice = mBluetoothAdapter.getRemoteDevice(address); in bluetoothSocketConnBeginConnectThreadPsm()719 + mSocket.getRemoteDevice().getAddress() + ", uuid=" + mConnUuid); in run()799 + mSocket.getRemoteDevice().getAddress() + ", uuid=" + mConnUuid); in run()
251 mDevice = mBluetoothAdapter.getRemoteDevice(address); in bluetoothGetRemoteDeviceName()264 mDevice = mBluetoothAdapter.getRemoteDevice(address); in bluetoothFetchUuidsWithSdp()
552 return mBluetoothAdapter.getRemoteDevice(macAddress).createBond(); in bluetoothBond()
118 BluetoothDevice device = mBluetoothAdapter.getRemoteDevice(macAddress); in gattClientConnectGatt()
333 writeAsciiLong(entry.getRemoteDevice(), 6, 8); in writeOldAsciiEntry()364 writeBinaryLong(entry.getRemoteDevice(), 2, swapHalfWord); in writeOldBinaryEntry()
585 public long getRemoteDevice() { in getRemoteDevice() method in CpioArchiveEntry