Searched refs:mGattService (Results 1 – 1 of 1) sorted by relevance
51 private BluetoothGattService mGattService; field in GattServer100 mGattService = new BluetoothGattService(UUID.fromString(TEST_SERVICE_UUID), in GattServer()102 mGattService.addCharacteristic(characteristic); in GattServer()116 mGattServer.addService(mGattService); in startGattServer()