Lines Matching refs:u16
74 u16 state; // Parent state
75 u16 connectChildBmp; // Flag for all connected children
76 u16 requestChildBmp; // Flag for children that are requesting entry
77 u16 entryChildBmp; // Flag for children that are waiting for data
78 u16 downloadChildBmp; // Flag for children that are downloading data
79 u16 bootableChildBmp; // Flag for children that have completed downloading
80 u16 rebootChildBmp; // Flag for children that sent boot
90 u16 playerNo;
142 void MBP_Start(const MBGameRegistry *gameInfo, u16 channel);
147 void MBP_KickChild(u16 child_aid);
148 void MBP_AcceptChild(u16 child_aid);
150 void MBP_StartDownload(u16 child_aid);
156 u16 MBP_GetState(void);
157 u16 MBP_GetChildBmp(MBPBmpType bmpType);
159 const u8 *MBP_GetChildMacAddress(u16 aid);
160 MBPChildState MBP_GetChildState(u16 aid);
161 u16 MBP_GetPlayerNo(const u8 *macAddress);
162 const MBPChildInfo *MBP_GetChildInfo(u16 child_aid);