Searched refs:IrSlotCounts (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrLAP.cpp25 const UByte IrSlotCounts[4] = {1, 6, 8, 16}; // valid discovery slots variable
939 for (index = 0; index < sizeof(IrSlotCounts); index++) {
940 if (IrSlotCounts[index] == discoverRequest->fNumSlots) {
1422 fDiscoverMaxSlots = IrSlotCounts[xidCmd.fFlags & kIrLAPDiscoverFlagsSlotMask];

Completed in 78 milliseconds