Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_child.c32 static void MBi_CommBeaconRecvCallback(MbBeaconMsg msg, MBGameInfoRecvList * gInfop, int index);
305 (void)MB_RecvGameInfoBeacon(MBi_CommBeaconRecvCallback, *linkLevel, bssDescp); in MBi_CommChildCallback()
307 MB_CountGameInfoLifetime(MBi_CommBeaconRecvCallback, TRUE); in MBi_CommChildCallback()
312 MB_CountGameInfoLifetime(MBi_CommBeaconRecvCallback, FALSE); in MBi_CommChildCallback()
716 static void MBi_CommBeaconRecvCallback(MbBeaconMsg msg, MBGameInfoRecvList * gInfop, int index) in MBi_CommBeaconRecvCallback() function