Structure represents the BLE notification for an attribute value.

This structure is used to define the parameters for a BLE notification of an attribute value, which includes the remote device address, the attribute handle, the length of the attribute value, and the attribute value itself.

Public Attributes#

uint8_t
uint16_t
uint16_t
uint8_t

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_notify_att_value_s::dev_addr[RSI_DEV_ADDR_LEN]

Remote device address


handle#

uint16_t rsi_ble_notify_att_value_s::handle

Attribute handle


data_len#

uint16_t rsi_ble_notify_att_value_s::data_len

Attribute value length


data#

uint8_t rsi_ble_notify_att_value_s::data[RSI_DEV_ATT_LEN]

Attribute value (data)