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

Description

Definition at line 208 of file bta_gattc_int.h.

Public Attributes

tBTA_GATTC_UUIDp_uuid
 
struct gattc_attr_cachep_next
 
UINT16 uuid_len
 
UINT16 attr_handle
 
UINT8 inst_id
 
tBTA_GATT_CHAR_PROP property
 
tBTA_GATTC_ATTR_TYPE attr_type
 

Member Data Documentation

◆ p_uuid

tBTA_GATTC_UUID* gattc_attr_cache::p_uuid

Definition at line 210 of file bta_gattc_int.h.

◆ p_next

struct gattc_attr_cache* gattc_attr_cache::p_next

Definition at line 211 of file bta_gattc_int.h.

◆ uuid_len

UINT16 gattc_attr_cache::uuid_len

Definition at line 212 of file bta_gattc_int.h.

◆ attr_handle

UINT16 gattc_attr_cache::attr_handle

Definition at line 213 of file bta_gattc_int.h.

◆ inst_id

UINT8 gattc_attr_cache::inst_id

Definition at line 214 of file bta_gattc_int.h.

◆ property

tBTA_GATT_CHAR_PROP gattc_attr_cache::property

Definition at line 215 of file bta_gattc_int.h.

◆ attr_type

tBTA_GATTC_ATTR_TYPE gattc_attr_cache::attr_type

Definition at line 218 of file bta_gattc_int.h.