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

#include <lib/revolution/BTE/btif/include/btif_hh.h>

Description

BTIF-HH control block to maintain added devices and currently connected hid devices

Definition at line 79 of file btif_hh.h.

Public Attributes

BTIF_HH_STATUS status
 
btif_hh_device_t devices [8]
 
UINT32 device_num
 
btif_hh_added_device_t added_devices [32]
 
btif_hh_device_tp_curr_dev
 

Member Data Documentation

◆ status

BTIF_HH_STATUS btif_hh_cb_t::status

Definition at line 81 of file btif_hh.h.

◆ devices

btif_hh_device_t btif_hh_cb_t::devices[8]

Definition at line 82 of file btif_hh.h.

◆ device_num

UINT32 btif_hh_cb_t::device_num

Definition at line 83 of file btif_hh.h.

◆ added_devices

btif_hh_added_device_t btif_hh_cb_t::added_devices[32]

Definition at line 84 of file btif_hh.h.

◆ p_curr_dev

btif_hh_device_t* btif_hh_cb_t::p_curr_dev

Definition at line 85 of file btif_hh.h.