Home
last modified time | relevance | path

Searched defs:eattSupport (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothManager.java193 Context context, BluetoothGattServerCallback callback, boolean eattSupport) { in openGattServer()
239 boolean eattSupport) { in openGattServer()
DBluetoothGattServer.java621 BluetoothGattServerCallback callback, boolean eattSupport) { in registerCallback()
DBluetoothGatt.java1105 BluetoothGattCallback callback, Handler handler, boolean eattSupport) { in registerApp()
/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()
DGattService.java443 boolean eattSupport, in registerClient()
449 service.registerClient(uuid.getUuid(), callback, eattSupport, attributionSource); in registerClient() local
858 boolean eattSupport, in registerServer()
864 service.registerServer(uuid.getUuid(), callback, eattSupport, attributionSource); in registerServer() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java364 uuid.getLeastSignificantBits(), uuid.getMostSignificantBits(), eattSupport); in registerClient() local