Searched refs:appUuidMsb (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattNativeInterface.java | 286 long appUuidLsb, long appUuidMsb, boolean eattSupport); in gattClientRegisterAppNative() argument 349 long appUuidLsb, long appUuidMsb, boolean eattSupport); in gattServerRegisterAppNative() argument 430 public void gattClientRegisterApp(long appUuidLsb, long appUuidMsb, boolean eattSupport) { in gattClientRegisterApp() argument 431 gattClientRegisterAppNative(appUuidLsb, appUuidMsb, eattSupport); in gattClientRegisterApp() 584 public void gattServerRegisterApp(long appUuidLsb, long appUuidMsb, boolean eattSupport) { in gattServerRegisterApp() argument 585 gattServerRegisterAppNative(appUuidLsb, appUuidMsb, eattSupport); in gattServerRegisterApp()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/ |
D | ScanNativeInterface.java | 77 private native void registerScannerNative(long appUuidLsb, long appUuidMsb); in registerScannerNative() argument 121 public void registerScanner(long appUuidLsb, long appUuidMsb) { in registerScanner() argument 122 registerScannerNative(appUuidLsb, appUuidMsb); in registerScanner()
|
D | ScanManager.java | 1890 private void registerScanner(long appUuidLsb, long appUuidMsb) { in registerScanner() argument 1891 mNativeInterface.registerScanner(appUuidLsb, appUuidMsb); in registerScanner()
|