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

Description

Definition at line 70 of file pan_int.h.

Public Attributes

UINT8 role
 
UINT8 active_role
 
UINT8 prv_active_role
 
tPAN_CONN pcb [MAX_PAN_CONNS]
 
tPAN_CONN_STATE_CB * pan_conn_state_cb
 
tPAN_BRIDGE_REQ_CB * pan_bridge_req_cb
 
tPAN_DATA_IND_CB * pan_data_ind_cb
 
tPAN_DATA_BUF_IND_CB * pan_data_buf_ind_cb
 
tPAN_FILTER_IND_CB * pan_pfilt_ind_cb
 
tPAN_MFILTER_IND_CB * pan_mfilt_ind_cb
 
tPAN_TX_DATA_FLOW_CB * pan_tx_data_flow_cb
 
BD_ADDR my_bda
 
char * user_service_name
 
char * gn_service_name
 
char * nap_service_name
 
UINT32 pan_user_sdp_handle
 
UINT32 pan_gn_sdp_handle
 
UINT32 pan_nap_sdp_handle
 
UINT8 num_conns
 
UINT8 trace_level
 

Member Data Documentation

◆ role

UINT8 tPAN_CB::role

Definition at line 72 of file pan_int.h.

◆ active_role

UINT8 tPAN_CB::active_role

Definition at line 73 of file pan_int.h.

◆ prv_active_role

UINT8 tPAN_CB::prv_active_role

Definition at line 74 of file pan_int.h.

◆ pcb

tPAN_CONN tPAN_CB::pcb[MAX_PAN_CONNS]

Definition at line 75 of file pan_int.h.

◆ pan_conn_state_cb

tPAN_CONN_STATE_CB* tPAN_CB::pan_conn_state_cb

Definition at line 77 of file pan_int.h.

◆ pan_bridge_req_cb

tPAN_BRIDGE_REQ_CB* tPAN_CB::pan_bridge_req_cb

Definition at line 78 of file pan_int.h.

◆ pan_data_ind_cb

tPAN_DATA_IND_CB* tPAN_CB::pan_data_ind_cb

Definition at line 79 of file pan_int.h.

◆ pan_data_buf_ind_cb

tPAN_DATA_BUF_IND_CB* tPAN_CB::pan_data_buf_ind_cb

Definition at line 80 of file pan_int.h.

◆ pan_pfilt_ind_cb

tPAN_FILTER_IND_CB* tPAN_CB::pan_pfilt_ind_cb

Definition at line 81 of file pan_int.h.

◆ pan_mfilt_ind_cb

tPAN_MFILTER_IND_CB* tPAN_CB::pan_mfilt_ind_cb

Definition at line 82 of file pan_int.h.

◆ pan_tx_data_flow_cb

tPAN_TX_DATA_FLOW_CB* tPAN_CB::pan_tx_data_flow_cb

Definition at line 83 of file pan_int.h.

◆ my_bda

BD_ADDR tPAN_CB::my_bda

Definition at line 85 of file pan_int.h.

◆ user_service_name

char* tPAN_CB::user_service_name

Definition at line 86 of file pan_int.h.

◆ gn_service_name

char* tPAN_CB::gn_service_name

Definition at line 87 of file pan_int.h.

◆ nap_service_name

char* tPAN_CB::nap_service_name

Definition at line 88 of file pan_int.h.

◆ pan_user_sdp_handle

UINT32 tPAN_CB::pan_user_sdp_handle

Definition at line 89 of file pan_int.h.

◆ pan_gn_sdp_handle

UINT32 tPAN_CB::pan_gn_sdp_handle

Definition at line 90 of file pan_int.h.

◆ pan_nap_sdp_handle

UINT32 tPAN_CB::pan_nap_sdp_handle

Definition at line 91 of file pan_int.h.

◆ num_conns

UINT8 tPAN_CB::num_conns

Definition at line 92 of file pan_int.h.

◆ trace_level

UINT8 tPAN_CB::trace_level

Definition at line 93 of file pan_int.h.