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

Description

Definition at line 223 of file bta_gattc_int.h.

Public Attributes

tBTA_GATT_SRVC_ID service_uuid
 
tBTA_GATTC_CACHE_ATTR * p_attr
 
tBTA_GATTC_CACHE_ATTR * p_last_attr
 
UINT16 s_handle
 
UINT16 e_handle
 
struct gattc_svc_cachep_next
 

Member Data Documentation

◆ service_uuid

tBTA_GATT_SRVC_ID gattc_svc_cache::service_uuid

Definition at line 225 of file bta_gattc_int.h.

◆ p_attr

tBTA_GATTC_CACHE_ATTR* gattc_svc_cache::p_attr

Definition at line 226 of file bta_gattc_int.h.

◆ p_last_attr

tBTA_GATTC_CACHE_ATTR* gattc_svc_cache::p_last_attr

Definition at line 227 of file bta_gattc_int.h.

◆ s_handle

UINT16 gattc_svc_cache::s_handle

Definition at line 228 of file bta_gattc_int.h.

◆ e_handle

UINT16 gattc_svc_cache::e_handle

Definition at line 229 of file bta_gattc_int.h.

◆ p_next

struct gattc_svc_cache* gattc_svc_cache::p_next

Definition at line 230 of file bta_gattc_int.h.