Searched defs:ClientState (Results 1 – 4 of 4) sorted by relevance
63 struct ClientState { struct64 struct ChppEndpointState chppClientState;65 struct ChppOutgoingRequestState outReqStates[kNumCommands];66 bool resetNotified;67 bool matchNotified;
71 struct ClientState { struct72 struct ChppEndpointState chppClientState;73 struct ChppOutgoingRequestState outReqStates[kNumCommands];74 bool serviceNotificationStatus;75 struct ChppNotifier notifier;
170 struct ClientState { struct171 struct ChppEndpointState chppClientState;172 struct ChppOutgoingRequestState outReqStates[kNumCommands];173 struct ChppIncomingRequestState inReqStates[kNumCommands];174 struct CommonState common;
50 struct ClientState { struct51 struct ChppEndpointState chppClientState;52 struct ChppOutgoingRequestState outReqStates[kNumCommands];