Home
last modified time | relevance | path

Searched refs:getByUuid (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DContextMap.java372 public App getByUuid(UUID uuid) { in getByUuid() method in ContextMap
DGattService.java1290 ContextMap<IBluetoothGattCallback, Void>.App app = mClientMap.getByUuid(uuid); in onClientRegistered()
2768 ContextMap<IBluetoothGattServerCallback, Void>.App app = mServerMap.getByUuid(uuid); in onServerRegistered()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DTransitionalScanHelper.java527 ContextMap<IScannerCallback, PendingIntentInfo>.App cbApp = mScannerMap.getByUuid(uuid); in onScannerRegistered()