btgatt_notify_params_t Struct Reference

btgatt_notify_params_t Struct Reference

#include < bt_gatt_client.h >

Data Fields

uint8_t  value [ BTGATT_MAX_ATTR_LEN ]
 
bt_bdaddr_t  bda
 
uint16_t  handle
 
uint16_t  len
 
uint8_t  is_notify
 

Detailed Description

Attribute change notification parameters

Definition at line 62 of file bt_gatt_client.h .

Field Documentation

bt_bdaddr_t bda

Definition at line 65 of file bt_gatt_client.h .

uint16_t handle

Definition at line 66 of file bt_gatt_client.h .

uint8_t is_notify

Definition at line 68 of file bt_gatt_client.h .

uint16_t len

Definition at line 67 of file bt_gatt_client.h .

uint8_t value[ BTGATT_MAX_ATTR_LEN ]

Definition at line 64 of file bt_gatt_client.h .


The documentation for this struct was generated from the following file: