Searched refs:mGattService (Results 1 – 2 of 2) 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()
50 mGattService; field in AppScanStats112 mGattService = service; in AppScanStats()171 mGattService.addScanEvent(scanEvent); in recordScanStart()217 mGattService.addScanEvent(scanEvent); in recordScanStop()