Home
last modified time | relevance | path

Searched refs:sameBeaconRecvCount (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/build/libraries/mb/common/include/
Dmb_gameinfo.h63 …u8 sameBeaconRecvCount; // The number of times the same beacon number was consecutively… member
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_gameinfo.c959 if (++info->sameBeaconRecvCount > MB_SAME_BEACON_RECV_MAX_COUNT) in MBi_AnalyzeBeacon()
969 info->sameBeaconRecvCount = 0; in MBi_AnalyzeBeacon()