Searched defs:eattSupport (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothManager.java | 193 Context context, BluetoothGattServerCallback callback, boolean eattSupport) { in openGattServer() 239 boolean eattSupport) { in openGattServer()
|
D | BluetoothGattServer.java | 621 BluetoothGattServerCallback callback, boolean eattSupport) { in registerCallback()
|
D | BluetoothGatt.java | 1105 BluetoothGattCallback callback, Handler handler, boolean eattSupport) { in registerApp()
|
/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()
|
D | GattService.java | 443 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/ |
D | GattServiceTest.java | 364 uuid.getLeastSignificantBits(), uuid.getMostSignificantBits(), eattSupport); in registerClient() local
|