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.java222 BluetoothGattServerCallback callback, boolean eattSupport) { in openGattServer()
267 BluetoothGattServerCallback callback, int transport, boolean eattSupport) { in openGattServer()
DBluetoothGattServer.java525 boolean eattSupport) { in registerCallback()
DBluetoothGatt.java978 boolean eattSupport) { in registerApp()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java313 boolean eattSupport); in gattClientRegisterAppNative()
344 boolean eattSupport); in gattServerRegisterAppNative()
396 public void gattClientRegisterApp(long appUuidLsb, long appUuidMsb, boolean eattSupport) { in gattClientRegisterApp()
564 public void gattServerRegisterApp(long appUuidLsb, long appUuidMsb, boolean eattSupport) { in gattServerRegisterApp()
DGattService.java631 boolean eattSupport, AttributionSource attributionSource, in registerClient()
1236 boolean eattSupport, AttributionSource attributionSource, in registerServer()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java442 uuid.getMostSignificantBits(), eattSupport); in registerClient() local