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

Description

Definition at line 327 of file bta_gatt_api.h.

Public Attributes

UINT16 conn_id
 
BD_ADDR bda
 
tBTA_GATTC_CHAR_ID char_id
 
tBT_UUID descr_type
 
UINT16 len
 
UINT8 value [GATT_MAX_ATTR_LEN]
 
BOOLEAN is_notify
 

Member Data Documentation

◆ conn_id

UINT16 tBTA_GATTC_NOTIFY::conn_id

Definition at line 329 of file bta_gatt_api.h.

◆ bda

BD_ADDR tBTA_GATTC_NOTIFY::bda

Definition at line 330 of file bta_gatt_api.h.

◆ char_id

tBTA_GATTC_CHAR_ID tBTA_GATTC_NOTIFY::char_id

Definition at line 331 of file bta_gatt_api.h.

◆ descr_type

tBT_UUID tBTA_GATTC_NOTIFY::descr_type

Definition at line 332 of file bta_gatt_api.h.

◆ len

UINT16 tBTA_GATTC_NOTIFY::len

Definition at line 333 of file bta_gatt_api.h.

◆ value

UINT8 tBTA_GATTC_NOTIFY::value[GATT_MAX_ATTR_LEN]

Definition at line 334 of file bta_gatt_api.h.

◆ is_notify

BOOLEAN tBTA_GATTC_NOTIFY::is_notify

Definition at line 335 of file bta_gatt_api.h.