Home
last modified time | relevance | path

Searched refs:gattService (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DCarBlePeripheralManager.java282 BluetoothGattService gattService = new BluetoothGattService(serviceUuid, in startAdvertising() local
284 gattService.addCharacteristic(mWriteCharacteristic); in startAdvertising()
285 gattService.addCharacteristic(mReadCharacteristic); in startAdvertising()
291 mBlePeripheralManager.startAdvertising(gattService, advertiseData, callback); in startAdvertising()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java71 GattService gattService = GattService.getGattService(); in testServiceUpAndDown() local
75 gattService.cleanup(); in testServiceUpAndDown()