Searched defs:getChannel (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppPreference.java115 public int getChannel(BluetoothDevice remoteDevice, int uuid) { method in class:BluetoothOppPreference
117 if (V) Log.v(TAG, "getChannel " + key);
121 if (V) Log.v(TAG, "getChannel for " + remoteDevice + "_" + Integer.toHexString(uuid) +
140 if (channel != getChannel(remoteDevice, uuid)) {

Completed in 133 milliseconds