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

Description

Definition at line 127 of file bta_gattc_int.h.

Public Attributes

BT_HDR hdr
 
tBTA_GATT_AUTH_REQ auth_req
 
tBTA_GATT_SRVC_ID srvc_id
 
tBTA_GATT_ID char_id
 
tBT_UUID descr_type
 
tBTA_GATTC_WRITE_TYPE write_type
 
UINT16 offset
 
UINT16 len
 
UINT8 * p_value
 

Member Data Documentation

◆ hdr

BT_HDR tBTA_GATTC_API_WRITE::hdr

Definition at line 129 of file bta_gattc_int.h.

◆ auth_req

tBTA_GATT_AUTH_REQ tBTA_GATTC_API_WRITE::auth_req

Definition at line 130 of file bta_gattc_int.h.

◆ srvc_id

tBTA_GATT_SRVC_ID tBTA_GATTC_API_WRITE::srvc_id

Definition at line 131 of file bta_gattc_int.h.

◆ char_id

tBTA_GATT_ID tBTA_GATTC_API_WRITE::char_id

Definition at line 132 of file bta_gattc_int.h.

◆ descr_type

tBT_UUID tBTA_GATTC_API_WRITE::descr_type

Definition at line 133 of file bta_gattc_int.h.

◆ write_type

tBTA_GATTC_WRITE_TYPE tBTA_GATTC_API_WRITE::write_type

Definition at line 134 of file bta_gattc_int.h.

◆ offset

UINT16 tBTA_GATTC_API_WRITE::offset

Definition at line 135 of file bta_gattc_int.h.

◆ len

UINT16 tBTA_GATTC_API_WRITE::len

Definition at line 136 of file bta_gattc_int.h.

◆ p_value

UINT8* tBTA_GATTC_API_WRITE::p_value

Definition at line 137 of file bta_gattc_int.h.