Searched refs:gattService (Results 1 – 2 of 2) sorted by relevance
282 BluetoothGattService gattService = new BluetoothGattService(serviceUuid, in startAdvertising() local284 gattService.addCharacteristic(mWriteCharacteristic); in startAdvertising()285 gattService.addCharacteristic(mReadCharacteristic); in startAdvertising()291 mBlePeripheralManager.startAdvertising(gattService, advertiseData, callback); in startAdvertising()
71 GattService gattService = GattService.getGattService(); in testServiceUpAndDown() local75 gattService.cleanup(); in testServiceUpAndDown()