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

Description

Definition at line 158 of file smp_int.h.

Public Attributes

tSMP_CALLBACK * p_callback
 
TIMER_LIST_ENT rsp_timer_ent
 
UINT8 trace_level
 
BD_ADDR pairing_bda
 
tSMP_STATE state
 
UINT8 failure
 
UINT8 status
 
UINT8 role
 
UINT8 flags
 
UINT8 cb_evt
 
tSMP_SEC_LEVEL sec_level
 
BOOLEAN connect_initialized
 
BT_OCTET16 confirm
 
BT_OCTET16 rconfirm
 
BT_OCTET16 rrand
 
BT_OCTET16 rand
 
tSMP_IO_CAP peer_io_caps
 
tSMP_IO_CAP loc_io_caps
 
tSMP_OOB_FLAG peer_oob_flag
 
tSMP_OOB_FLAG loc_oob_flag
 
tSMP_AUTH_REQ peer_auth_req
 
tSMP_AUTH_REQ loc_auth_req
 
UINT8 peer_enc_size
 
UINT8 loc_enc_size
 
UINT8 peer_i_key
 
UINT8 peer_r_key
 
UINT8 loc_i_key
 
UINT8 loc_r_key
 
BT_OCTET16 tk
 
BT_OCTET16 ltk
 
UINT16 div
 
BT_OCTET16 csrk
 
UINT16 ediv
 
BT_OCTET8 enc_rand
 
UINT8 rand_enc_proc
 
BOOLEAN last_cmd
 
BD_ADDR local_bda
 
BOOLEAN is_pair_cancel
 
BOOLEAN discard_sec_req
 
BOOLEAN enable_test_confirm_val
 
BT_OCTET16 test_confirm
 
BOOLEAN enable_test_rand_val
 
BT_OCTET16 test_rand
 
BOOLEAN enable_test_pair_fail
 
UINT8 pair_fail_status
 
BOOLEAN remove_fixed_channel_disable
 

Member Data Documentation

◆ p_callback

tSMP_CALLBACK* tSMP_CB::p_callback

Definition at line 160 of file smp_int.h.

◆ rsp_timer_ent

TIMER_LIST_ENT tSMP_CB::rsp_timer_ent

Definition at line 161 of file smp_int.h.

◆ trace_level

UINT8 tSMP_CB::trace_level

Definition at line 162 of file smp_int.h.

◆ pairing_bda

BD_ADDR tSMP_CB::pairing_bda

Definition at line 164 of file smp_int.h.

◆ state

tSMP_STATE tSMP_CB::state

Definition at line 166 of file smp_int.h.

◆ failure

UINT8 tSMP_CB::failure

Definition at line 167 of file smp_int.h.

◆ status

UINT8 tSMP_CB::status

Definition at line 168 of file smp_int.h.

◆ role

UINT8 tSMP_CB::role

Definition at line 169 of file smp_int.h.

◆ flags

UINT8 tSMP_CB::flags

Definition at line 170 of file smp_int.h.

◆ cb_evt

UINT8 tSMP_CB::cb_evt

Definition at line 171 of file smp_int.h.

◆ sec_level

tSMP_SEC_LEVEL tSMP_CB::sec_level

Definition at line 173 of file smp_int.h.

◆ connect_initialized

BOOLEAN tSMP_CB::connect_initialized

Definition at line 174 of file smp_int.h.

◆ confirm

BT_OCTET16 tSMP_CB::confirm

Definition at line 175 of file smp_int.h.

◆ rconfirm

BT_OCTET16 tSMP_CB::rconfirm

Definition at line 176 of file smp_int.h.

◆ rrand

BT_OCTET16 tSMP_CB::rrand

Definition at line 177 of file smp_int.h.

◆ rand

BT_OCTET16 tSMP_CB::rand

Definition at line 178 of file smp_int.h.

◆ peer_io_caps

tSMP_IO_CAP tSMP_CB::peer_io_caps

Definition at line 179 of file smp_int.h.

◆ loc_io_caps

tSMP_IO_CAP tSMP_CB::loc_io_caps

Definition at line 180 of file smp_int.h.

◆ peer_oob_flag

tSMP_OOB_FLAG tSMP_CB::peer_oob_flag

Definition at line 181 of file smp_int.h.

◆ loc_oob_flag

tSMP_OOB_FLAG tSMP_CB::loc_oob_flag

Definition at line 182 of file smp_int.h.

◆ peer_auth_req

tSMP_AUTH_REQ tSMP_CB::peer_auth_req

Definition at line 183 of file smp_int.h.

◆ loc_auth_req

tSMP_AUTH_REQ tSMP_CB::loc_auth_req

Definition at line 184 of file smp_int.h.

◆ peer_enc_size

UINT8 tSMP_CB::peer_enc_size

Definition at line 185 of file smp_int.h.

◆ loc_enc_size

UINT8 tSMP_CB::loc_enc_size

Definition at line 186 of file smp_int.h.

◆ peer_i_key

UINT8 tSMP_CB::peer_i_key

Definition at line 187 of file smp_int.h.

◆ peer_r_key

UINT8 tSMP_CB::peer_r_key

Definition at line 188 of file smp_int.h.

◆ loc_i_key

UINT8 tSMP_CB::loc_i_key

Definition at line 189 of file smp_int.h.

◆ loc_r_key

UINT8 tSMP_CB::loc_r_key

Definition at line 190 of file smp_int.h.

◆ tk

BT_OCTET16 tSMP_CB::tk

Definition at line 192 of file smp_int.h.

◆ ltk

BT_OCTET16 tSMP_CB::ltk

Definition at line 193 of file smp_int.h.

◆ div

UINT16 tSMP_CB::div

Definition at line 194 of file smp_int.h.

◆ csrk

BT_OCTET16 tSMP_CB::csrk

Definition at line 195 of file smp_int.h.

◆ ediv

UINT16 tSMP_CB::ediv

Definition at line 196 of file smp_int.h.

◆ enc_rand

BT_OCTET8 tSMP_CB::enc_rand

Definition at line 197 of file smp_int.h.

◆ rand_enc_proc

UINT8 tSMP_CB::rand_enc_proc

Definition at line 199 of file smp_int.h.

◆ last_cmd

BOOLEAN tSMP_CB::last_cmd

Definition at line 200 of file smp_int.h.

◆ local_bda

BD_ADDR tSMP_CB::local_bda

Definition at line 201 of file smp_int.h.

◆ is_pair_cancel

BOOLEAN tSMP_CB::is_pair_cancel

Definition at line 202 of file smp_int.h.

◆ discard_sec_req

BOOLEAN tSMP_CB::discard_sec_req

Definition at line 203 of file smp_int.h.

◆ enable_test_confirm_val

BOOLEAN tSMP_CB::enable_test_confirm_val

Definition at line 205 of file smp_int.h.

◆ test_confirm

BT_OCTET16 tSMP_CB::test_confirm

Definition at line 206 of file smp_int.h.

◆ enable_test_rand_val

BOOLEAN tSMP_CB::enable_test_rand_val

Definition at line 207 of file smp_int.h.

◆ test_rand

BT_OCTET16 tSMP_CB::test_rand

Definition at line 208 of file smp_int.h.

◆ enable_test_pair_fail

BOOLEAN tSMP_CB::enable_test_pair_fail

Definition at line 209 of file smp_int.h.

◆ pair_fail_status

UINT8 tSMP_CB::pair_fail_status

Definition at line 210 of file smp_int.h.

◆ remove_fixed_channel_disable

BOOLEAN tSMP_CB::remove_fixed_channel_disable

Definition at line 211 of file smp_int.h.