Home
last modified time | relevance | path

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

/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/
DBluetoothGattServerConfig.java86 BluetoothGattService gattService = new BluetoothGattService(serviceUuid, in getBluetoothGattServices() local
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/gatt/
DBluetoothGattConnection.java303 BluetoothGattService gattService = in hasDynamicServices() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java346 BluetoothGattService gattService = in init() local
934 BluetoothGattService gattService = mBluetoothGattServer.getService(UUID_GTBS); in restoreCccValuesForStoredDevices() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java173 GattService gattService = GattService.getGattService(); in testServiceUpAndDown() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java394 BluetoothGattService gattService = Mockito.mock(BluetoothGattService.class); in acquireAllBassChars() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java369 public void init(GattService gattService) { in init()