Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1645 long srvcUuidLsb, long srvcUuidMsb, int srvcHandle) in onServiceAdded() argument
1649 + ", handle=" + srvcHandle); in onServiceAdded()
1651 mHandleMap.addService(serverIf, srvcHandle, uuid, srvcType, srvcInstId, in onServiceAdded()
1655 continueServiceDeclaration(serverIf, status, srvcHandle); in onServiceAdded()
1658 void onIncludedServiceAdded(int status, int serverIf, int srvcHandle, in onIncludedServiceAdded() argument
1661 + ", service=" + srvcHandle + ", included=" + includedSrvcHandle); in onIncludedServiceAdded()
1662 continueServiceDeclaration(serverIf, status, srvcHandle); in onIncludedServiceAdded()
1667 int srvcHandle, int charHandle) in onCharacteristicAdded() argument
1671 + ", srvcHandle=" + srvcHandle + ", charHandle=" + charHandle); in onCharacteristicAdded()
1673 mHandleMap.addCharacteristic(serverIf, charHandle, uuid, srvcHandle); in onCharacteristicAdded()
[all …]