Searched defs:appUuidLsb (Results 1 – 3 of 3) sorted by relevance
/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() 121 public void registerScanner(long appUuidLsb, long appUuidMsb) { in registerScanner()
|
D | ScanManager.java | 1890 private void registerScanner(long appUuidLsb, long appUuidMsb) { in registerScanner()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattNativeInterface.java | 286 long appUuidLsb, long appUuidMsb, boolean eattSupport); in gattClientRegisterAppNative() 349 long appUuidLsb, long appUuidMsb, boolean eattSupport); in gattServerRegisterAppNative() 430 public void gattClientRegisterApp(long appUuidLsb, long appUuidMsb, boolean eattSupport) { in gattClientRegisterApp() 584 public void gattServerRegisterApp(long appUuidLsb, long appUuidMsb, boolean eattSupport) { in gattServerRegisterApp()
|