Lines Matching refs:ChppAppState
39 struct ChppAppState *appState, const struct ChppServiceDescriptor *service);
41 struct ChppAppState *appState, const struct ChppDiscoveryResponse *response,
44 struct ChppAppState *appState, uint8_t index);
79 struct ChppAppState *appState, in chppFindMatchingClientIndex()
104 struct ChppAppState *appState, const struct ChppDiscoveryResponse *response, in chppProcessDiscoverAllResponse()
219 struct ChppAppState *appState, uint8_t index) { in chppGetClientMatchNotifierFunction()
227 void chppDiscoveryInit(struct ChppAppState *appState) { in chppDiscoveryInit()
244 void chppDiscoveryDeinit(struct ChppAppState *appState) { in chppDiscoveryDeinit()
252 bool chppWaitForDiscoveryComplete(struct ChppAppState *appState, in chppWaitForDiscoveryComplete()
280 bool chppDispatchDiscoveryServiceResponse(struct ChppAppState *appState, in chppDispatchDiscoveryServiceResponse()
299 void chppInitiateDiscovery(struct ChppAppState *appState) { in chppInitiateDiscovery()
320 bool chppAreAllClientsMatched(struct ChppAppState *appState) { in chppAreAllClientsMatched()