Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java143 return getActiveDeclaration(); in addDeclaration()
146 private ServiceDeclaration getActiveDeclaration() { in getActiveDeclaration() method in GattService
1938 getActiveDeclaration().addIncludedService(srvcUuid, srvcType, srvcInstanceId); in addIncludedService()
1946 getActiveDeclaration().addCharacteristic(charUuid, properties, permissions); in addCharacteristic()
1953 getActiveDeclaration().addDescriptor(descUuid, permissions); in addDescriptor()
1961 if (getActiveDeclaration() == getPendingDeclaration()) { in endServiceDeclaration()