Searched refs:chppTransportInit (Results 1 – 7 of 7) sorted by relevance
71 chppTransportInit(&mClientTransportContext, &mClientAppContext); in SetUp()85 chppTransportInit(&mServiceTransportContext, &mServiceAppContext); in SetUp()
41 chppTransportInit(&mTransportContext, &mAppContext); in SetUp()
73 chppTransportInit(&mTransportContext, &mAppContext); in SetUp()
475 void chppTransportInit(struct ChppTransportState *transportContext,
40 1. Call the layers’ initialization functions, chppTransportInit and chppAppInit (in any order)
121 ## void chppTransportInit(\*transportContext, \*appContext)125 After calling chppTransportInit, it is also necessary to separately initialize the platform-specifi…159 …eeds to be started after the Transport Layer is initialized through chppTransportInit() and provid…
1340 void chppTransportInit(struct ChppTransportState *transportContext, in chppTransportInit() function