b/2126036 Improve remote device capability identification by switching to use UUIDs instead of class bits.
Change-Id: Ie60d1c579e40027c2174215c1989887a3250c9bc
This commit is contained in:
@@ -257,4 +257,11 @@ public class CachedBluetoothDeviceManager {
|
||||
cachedDevice.refreshBtClass();
|
||||
}
|
||||
}
|
||||
|
||||
public synchronized void onUuidChanged(BluetoothDevice device) {
|
||||
CachedBluetoothDevice cachedDevice = findDevice(device);
|
||||
if (cachedDevice != null) {
|
||||
cachedDevice.onUuidChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user