#include <nitro/wbt.h>
typedef struct {
u32 *packet_bitmap[WBT_NUM_OF_AID];
} WBTPacketBitmapTable;
The table that manages the pointer to the bitmap buffer to manage the progress of the data receive requested for each channel. This must specify the pointer to the bitmap buffer in the index element of the corresponding AID when receiving data with the WBT_GetBlock function.
None.
09/21/2004 Initial version