Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1654 long srvcUuidLsb, long srvcUuidMsb, int srvcHandle) in onServiceAdded()
1667 void onIncludedServiceAdded(int status, int serverIf, int srvcHandle, in onIncludedServiceAdded()
1676 int srvcHandle, int charHandle) in onCharacteristicAdded()
1688 int srvcHandle, int descrHandle) in onDescriptorAdded()
1698 void onServiceStarted(int status, int serverIf, int srvcHandle) in onServiceStarted()
1706 void onServiceStopped(int status, int serverIf, int srvcHandle) in onServiceStopped()
1715 void onServiceDeleted(int status, int serverIf, int srvcHandle) { in onServiceDeleted()
1985 int srvcHandle = mHandleMap.getServiceHandle(srvcUuid, srvcType, srvcInstanceId); in removeService() local
2021 int srvcHandle = mHandleMap.getServiceHandle(srvcUuid, srvcType, srvcInstanceId); in sendNotification() local
2105 …private void continueServiceDeclaration(int serverIf, int status, int srvcHandle) throws RemoteExc… in continueServiceDeclaration()