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.java1645 long srvcUuidLsb, long srvcUuidMsb, int srvcHandle) in onServiceAdded()
1658 void onIncludedServiceAdded(int status, int serverIf, int srvcHandle, in onIncludedServiceAdded()
1667 int srvcHandle, int charHandle) in onCharacteristicAdded()
1679 int srvcHandle, int descrHandle) in onDescriptorAdded()
1689 void onServiceStarted(int status, int serverIf, int srvcHandle) in onServiceStarted()
1697 void onServiceStopped(int status, int serverIf, int srvcHandle) in onServiceStopped()
1706 void onServiceDeleted(int status, int serverIf, int srvcHandle) { in onServiceDeleted()
1976 int srvcHandle = mHandleMap.getServiceHandle(srvcUuid, srvcType, srvcInstanceId); in removeService() local
2012 int srvcHandle = mHandleMap.getServiceHandle(srvcUuid, srvcType, srvcInstanceId); in sendNotification() local
2096 …private void continueServiceDeclaration(int serverIf, int status, int srvcHandle) throws RemoteExc… in continueServiceDeclaration()