Searched defs:gattService (Results 1 – 6 of 6) sorted by relevance
86 BluetoothGattService gattService = new BluetoothGattService(serviceUuid, in getBluetoothGattServices() local
303 BluetoothGattService gattService = in hasDynamicServices() local
346 BluetoothGattService gattService = in init() local934 BluetoothGattService gattService = mBluetoothGattServer.getService(UUID_GTBS); in restoreCccValuesForStoredDevices() local
173 GattService gattService = GattService.getGattService(); in testServiceUpAndDown() local
394 BluetoothGattService gattService = Mockito.mock(BluetoothGattService.class); in acquireAllBassChars() local
369 public void init(GattService gattService) { in init()