Home
last modified time | relevance | path

Searched defs:appUuidLsb (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanNativeInterface.java77 private native void registerScannerNative(long appUuidLsb, long appUuidMsb); in registerScannerNative()
121 public void registerScanner(long appUuidLsb, long appUuidMsb) { in registerScanner()
DScanManager.java1890 private void registerScanner(long appUuidLsb, long appUuidMsb) { in registerScanner()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java286 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()