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

Description

Definition at line 462 of file l2c_int.h.

Public Attributes

UINT8 l2cap_trace_level
 
UINT16 controller_xmit_window
 
UINT16 round_robin_quota
 
UINT16 round_robin_unacked
 
BOOLEAN check_round_robin
 
BOOLEAN is_cong_cback_context
 
tL2C_LCB lcb_pool [MAX_L2CAP_LINKS]
 
tL2C_CCB ccb_pool [MAX_L2CAP_CHANNELS]
 
tL2C_RCB rcb_pool [MAX_L2CAP_CLIENTS]
 
tL2C_CCBp_free_ccb_first
 
tL2C_CCBp_free_ccb_last
 
UINT8 desire_role
 
BOOLEAN disallow_switch
 
UINT16 num_lm_acl_bufs
 
UINT16 idle_timeout
 
BUFFER_Q rcv_hold_q
 
TIMER_LIST_ENT rcv_hold_tle
 
tL2C_LCBp_cur_hcit_lcb
 
UINT16 num_links_active
 
UINT16 non_flushable_pbf
 
BOOLEAN is_flush_active
 
UINT32 test_info_resp
 
BOOLEAN is_ble_connecting
 
BD_ADDR ble_connecting_bda
 
UINT16 controller_le_xmit_window
 
UINT16 num_lm_ble_bufs
 
tL2CA_ECHO_DATA_CB * p_echo_data_cb
 
UINT16 dyn_psm
 

Member Data Documentation

◆ l2cap_trace_level

UINT8 tL2C_CB::l2cap_trace_level

Definition at line 464 of file l2c_int.h.

◆ controller_xmit_window

UINT16 tL2C_CB::controller_xmit_window

Definition at line 465 of file l2c_int.h.

◆ round_robin_quota

UINT16 tL2C_CB::round_robin_quota

Definition at line 467 of file l2c_int.h.

◆ round_robin_unacked

UINT16 tL2C_CB::round_robin_unacked

Definition at line 468 of file l2c_int.h.

◆ check_round_robin

BOOLEAN tL2C_CB::check_round_robin

Definition at line 469 of file l2c_int.h.

◆ is_cong_cback_context

BOOLEAN tL2C_CB::is_cong_cback_context

Definition at line 471 of file l2c_int.h.

◆ lcb_pool

tL2C_LCB tL2C_CB::lcb_pool[MAX_L2CAP_LINKS]

Definition at line 473 of file l2c_int.h.

◆ ccb_pool

tL2C_CCB tL2C_CB::ccb_pool[MAX_L2CAP_CHANNELS]

Definition at line 474 of file l2c_int.h.

◆ rcb_pool

tL2C_RCB tL2C_CB::rcb_pool[MAX_L2CAP_CLIENTS]

Definition at line 475 of file l2c_int.h.

◆ p_free_ccb_first

tL2C_CCB* tL2C_CB::p_free_ccb_first

Definition at line 477 of file l2c_int.h.

◆ p_free_ccb_last

tL2C_CCB* tL2C_CB::p_free_ccb_last

Definition at line 478 of file l2c_int.h.

◆ desire_role

UINT8 tL2C_CB::desire_role

Definition at line 480 of file l2c_int.h.

◆ disallow_switch

BOOLEAN tL2C_CB::disallow_switch

Definition at line 481 of file l2c_int.h.

◆ num_lm_acl_bufs

UINT16 tL2C_CB::num_lm_acl_bufs

Definition at line 482 of file l2c_int.h.

◆ idle_timeout

UINT16 tL2C_CB::idle_timeout

Definition at line 483 of file l2c_int.h.

◆ rcv_hold_q

BUFFER_Q tL2C_CB::rcv_hold_q

Definition at line 485 of file l2c_int.h.

◆ rcv_hold_tle

TIMER_LIST_ENT tL2C_CB::rcv_hold_tle

Definition at line 486 of file l2c_int.h.

◆ p_cur_hcit_lcb

tL2C_LCB* tL2C_CB::p_cur_hcit_lcb

Definition at line 488 of file l2c_int.h.

◆ num_links_active

UINT16 tL2C_CB::num_links_active

Definition at line 489 of file l2c_int.h.

◆ non_flushable_pbf

UINT16 tL2C_CB::non_flushable_pbf

Definition at line 492 of file l2c_int.h.

◆ is_flush_active

BOOLEAN tL2C_CB::is_flush_active

Definition at line 494 of file l2c_int.h.

◆ test_info_resp

UINT32 tL2C_CB::test_info_resp

Definition at line 498 of file l2c_int.h.

◆ is_ble_connecting

BOOLEAN tL2C_CB::is_ble_connecting

Definition at line 506 of file l2c_int.h.

◆ ble_connecting_bda

BD_ADDR tL2C_CB::ble_connecting_bda

Definition at line 507 of file l2c_int.h.

◆ controller_le_xmit_window

UINT16 tL2C_CB::controller_le_xmit_window

Definition at line 508 of file l2c_int.h.

◆ num_lm_ble_bufs

UINT16 tL2C_CB::num_lm_ble_bufs

Definition at line 509 of file l2c_int.h.

◆ p_echo_data_cb

tL2CA_ECHO_DATA_CB* tL2C_CB::p_echo_data_cb

Definition at line 512 of file l2c_int.h.

◆ dyn_psm

UINT16 tL2C_CB::dyn_psm

Definition at line 518 of file l2c_int.h.