NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
per_device_ctb Struct Reference

Description

Definition at line 37 of file hidh_int.h.

Public Attributes

BOOLEAN in_use
 
BD_ADDR addr
 
UINT16 attr_mask
 
UINT8 state
 
UINT8 conn_substate
 
UINT8 conn_tries
 
tHID_CONN conn
 

Member Data Documentation

◆ in_use

BOOLEAN per_device_ctb::in_use

Definition at line 39 of file hidh_int.h.

◆ addr

BD_ADDR per_device_ctb::addr

Definition at line 40 of file hidh_int.h.

◆ attr_mask

UINT16 per_device_ctb::attr_mask

Definition at line 41 of file hidh_int.h.

◆ state

UINT8 per_device_ctb::state

Definition at line 43 of file hidh_int.h.

◆ conn_substate

UINT8 per_device_ctb::conn_substate

Definition at line 44 of file hidh_int.h.

◆ conn_tries

UINT8 per_device_ctb::conn_tries

Definition at line 45 of file hidh_int.h.

◆ conn

tHID_CONN per_device_ctb::conn

Definition at line 47 of file hidh_int.h.