Lines Matching refs:ChppAppState
39 struct ChppAppState *context, const struct ChppServiceDescriptor *service);
40 static void chppDiscoveryProcessDiscoverAll(struct ChppAppState *context,
43 struct ChppAppState *context, uint8_t index);
78 struct ChppAppState *context, const struct ChppServiceDescriptor *service) { in chppFindMatchingClient()
100 static void chppDiscoveryProcessDiscoverAll(struct ChppAppState *context, in chppDiscoveryProcessDiscoverAll()
233 struct ChppAppState *context, uint8_t index) { in chppGetClientMatchNotifierFunction()
241 void chppDiscoveryInit(struct ChppAppState *context) { in chppDiscoveryInit()
258 void chppDiscoveryDeinit(struct ChppAppState *context) { in chppDiscoveryDeinit()
266 bool chppWaitForDiscoveryComplete(struct ChppAppState *context, in chppWaitForDiscoveryComplete()
294 bool chppDispatchDiscoveryServiceResponse(struct ChppAppState *context, in chppDispatchDiscoveryServiceResponse()
312 void chppInitiateDiscovery(struct ChppAppState *context) { in chppInitiateDiscovery()
333 bool chppAreAllClientsMatched(struct ChppAppState *context) { in chppAreAllClientsMatched()