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

Description

Definition at line 80 of file btm_int.h.

Public Attributes

UINT16 hci_handle
 
UINT16 pkt_types_mask
 
UINT16 restore_pkt_types
 
UINT16 clock_offset
 
BD_ADDR remote_addr
 
DEV_CLASS remote_dc
 
BD_NAME remote_name
 
UINT16 manufacturer
 
UINT16 lmp_subversion
 
UINT16 link_super_tout
 
BD_FEATURES features
 
UINT8 lmp_version
 
BOOLEAN in_use
 
UINT8 link_role
 
BOOLEAN link_up_issued
 
UINT8 switch_role_state
 
UINT8 change_key_state
 
UINT8 encrypt_state
 
UINT8 mode
 
UINT8 is_le_link
 

Member Data Documentation

◆ hci_handle

UINT16 tACL_CONN::hci_handle

Definition at line 82 of file btm_int.h.

◆ pkt_types_mask

UINT16 tACL_CONN::pkt_types_mask

Definition at line 83 of file btm_int.h.

◆ restore_pkt_types

UINT16 tACL_CONN::restore_pkt_types

Definition at line 84 of file btm_int.h.

◆ clock_offset

UINT16 tACL_CONN::clock_offset

Definition at line 85 of file btm_int.h.

◆ remote_addr

BD_ADDR tACL_CONN::remote_addr

Definition at line 86 of file btm_int.h.

◆ remote_dc

DEV_CLASS tACL_CONN::remote_dc

Definition at line 87 of file btm_int.h.

◆ remote_name

BD_NAME tACL_CONN::remote_name

Definition at line 88 of file btm_int.h.

◆ manufacturer

UINT16 tACL_CONN::manufacturer

Definition at line 90 of file btm_int.h.

◆ lmp_subversion

UINT16 tACL_CONN::lmp_subversion

Definition at line 91 of file btm_int.h.

◆ link_super_tout

UINT16 tACL_CONN::link_super_tout

Definition at line 92 of file btm_int.h.

◆ features

BD_FEATURES tACL_CONN::features

Definition at line 93 of file btm_int.h.

◆ lmp_version

UINT8 tACL_CONN::lmp_version

Definition at line 94 of file btm_int.h.

◆ in_use

BOOLEAN tACL_CONN::in_use

Definition at line 96 of file btm_int.h.

◆ link_role

UINT8 tACL_CONN::link_role

Definition at line 97 of file btm_int.h.

◆ link_up_issued

BOOLEAN tACL_CONN::link_up_issued

Definition at line 98 of file btm_int.h.

◆ switch_role_state

UINT8 tACL_CONN::switch_role_state

Definition at line 106 of file btm_int.h.

◆ change_key_state

UINT8 tACL_CONN::change_key_state

Definition at line 107 of file btm_int.h.

◆ encrypt_state

UINT8 tACL_CONN::encrypt_state

Definition at line 113 of file btm_int.h.

◆ mode

UINT8 tACL_CONN::mode

Definition at line 116 of file btm_int.h.

◆ is_le_link

UINT8 tACL_CONN::is_le_link

Definition at line 119 of file btm_int.h.