Searched refs:MaxPollMS (Results 1 – 4 of 4) sorted by relevance
37 int MaxPollMS);56 #define HCI_TransportRecvHCIEventSync(HciTrans, pPacket, MaxPollMS) \ argument57 _HCI_TransportRecvHCIEventSync((HciTrans), (pPacket), (MaxPollMS))
1163 int MaxPollMS) in HCI_TransportRecvHCIEventSync() argument1171 MaxPollMS = MaxPollMS / 16; in HCI_TransportRecvHCIEventSync()1173 if (MaxPollMS < 2) { in HCI_TransportRecvHCIEventSync()1174 MaxPollMS = 2; in HCI_TransportRecvHCIEventSync()1177 while (MaxPollMS) { in HCI_TransportRecvHCIEventSync()1187 bytes, MaxPollMS)); in HCI_TransportRecvHCIEventSync()1189 MaxPollMS--; in HCI_TransportRecvHCIEventSync()1223 if (MaxPollMS == 0) { in HCI_TransportRecvHCIEventSync()
227 int MaxPollMS);
48 int MaxPollMS);