Searched refs:createChannelInfo (Results 1 – 3 of 3) sorted by relevance
261 channel->session = createChannelInfo->session; in RfcommCreateChannel()264 if (createChannelInfo->mtu > 0) { in RfcommCreateChannel()270 channel->context = createChannelInfo->context; in RfcommCreateChannel()273 channel->dlci = createChannelInfo->dlci; in RfcommCreateChannel()312 RfcommCreateChannelInfo createChannelInfo; in RfcommCreateChannelOfServer() local313 createChannelInfo.session = session; in RfcommCreateChannelOfServer()314 createChannelInfo.isServer = true; in RfcommCreateChannelOfServer()315 createChannelInfo.dlci = dlci; in RfcommCreateChannelOfServer()316 createChannelInfo.mtu = server->maxRevSize; in RfcommCreateChannelOfServer()318 createChannelInfo.callback = server->callBack; in RfcommCreateChannelOfServer()[all …]
155 RfcommCreateChannelInfo createChannelInfo; in RfcommConnectChannel() local156 createChannelInfo.session = session; in RfcommConnectChannel()157 createChannelInfo.isServer = false; in RfcommConnectChannel()158 createChannelInfo.dlci = dlci; in RfcommConnectChannel()159 createChannelInfo.mtu = reqInfo->mtu; in RfcommConnectChannel()160 createChannelInfo.eventMask = reqInfo->eventMask; in RfcommConnectChannel()161 createChannelInfo.callback = reqInfo->callback; in RfcommConnectChannel()162 createChannelInfo.context = reqInfo->context; in RfcommConnectChannel()165 channel = RfcommCreateChannel(&createChannelInfo); in RfcommConnectChannel()
565 RfcommChannelInfo *RfcommCreateChannel(const RfcommCreateChannelInfo *createChannelInfo);