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

Description

Definition at line 376 of file gatt_int.h.

Public Attributes

tGATT_TCBp_tcb
 
tGATT_REGp_reg
 
UINT8 sccb_idx
 
UINT8 * p_attr_buf
 
tBT_UUID uuid
 
UINT16 conn_id
 
UINT16 clcb_idx
 
UINT16 s_handle
 
UINT16 e_handle
 
UINT16 counter
 
UINT16 start_offset
 
tGATT_AUTH_REQ auth_req
 
UINT8 operation
 
UINT8 op_subtype
 
UINT8 status
 
BOOLEAN first_read_blob_after_read
 
tGATT_READ_INC_UUID128 read_uuid128
 
BOOLEAN in_use
 

Member Data Documentation

◆ p_tcb

tGATT_TCB* tGATT_CLCB::p_tcb

Definition at line 378 of file gatt_int.h.

◆ p_reg

tGATT_REG* tGATT_CLCB::p_reg

Definition at line 379 of file gatt_int.h.

◆ sccb_idx

UINT8 tGATT_CLCB::sccb_idx

Definition at line 380 of file gatt_int.h.

◆ p_attr_buf

UINT8* tGATT_CLCB::p_attr_buf

Definition at line 381 of file gatt_int.h.

◆ uuid

tBT_UUID tGATT_CLCB::uuid

Definition at line 382 of file gatt_int.h.

◆ conn_id

UINT16 tGATT_CLCB::conn_id

Definition at line 383 of file gatt_int.h.

◆ clcb_idx

UINT16 tGATT_CLCB::clcb_idx

Definition at line 384 of file gatt_int.h.

◆ s_handle

UINT16 tGATT_CLCB::s_handle

Definition at line 385 of file gatt_int.h.

◆ e_handle

UINT16 tGATT_CLCB::e_handle

Definition at line 386 of file gatt_int.h.

◆ counter

UINT16 tGATT_CLCB::counter

Definition at line 387 of file gatt_int.h.

◆ start_offset

UINT16 tGATT_CLCB::start_offset

Definition at line 388 of file gatt_int.h.

◆ auth_req

tGATT_AUTH_REQ tGATT_CLCB::auth_req

Definition at line 389 of file gatt_int.h.

◆ operation

UINT8 tGATT_CLCB::operation

Definition at line 390 of file gatt_int.h.

◆ op_subtype

UINT8 tGATT_CLCB::op_subtype

Definition at line 391 of file gatt_int.h.

◆ status

UINT8 tGATT_CLCB::status

Definition at line 392 of file gatt_int.h.

◆ first_read_blob_after_read

BOOLEAN tGATT_CLCB::first_read_blob_after_read

Definition at line 393 of file gatt_int.h.

◆ read_uuid128

tGATT_READ_INC_UUID128 tGATT_CLCB::read_uuid128

Definition at line 394 of file gatt_int.h.

◆ in_use

BOOLEAN tGATT_CLCB::in_use

Definition at line 395 of file gatt_int.h.