#include <nitro/mb/mb_fake_child.h>void MB_FakeSetVerboseScanCallback( WMCallbackFunc callback );| callback | Sets a callback function that sends a beacon notification, regardless of the beacon type during beacon scan of a multiboot parent. This callback is called from within the interrupt handler. |
None.
Sets a callback function that directly acquires the beacon, regardless of the beacon type during multiboot parent beacon scan.
A WMStartScanCallback can be obtained as a callback.
The callback set by the MB_FakeStartScanParent function is normally sufficient to get the multiboot parent's beacon. However, this function must also be used when you want to obtain beacons for other devices that are not multiboot parents at the same time.
MB_FakeStartScanParent
WMStartScanCallback
2006/11/15 Initial version.
CONFIDENTIAL