Public Attributes#

uint8_t
uint8_t
uint8_t
uint8_t
uint8_t
uint8_t

Public Attribute Documentation#

dev_addr#

uint8_t dev_addr[RSI_DEV_ADDR_LEN]

remote device address


Definition at line 660 of file include/rsi_ble_apis.h

reserved#

uint8_t reserved

Definition at line 661 of file include/rsi_ble_apis.h

pkt_type#

uint8_t pkt_type

Type of the event received from the remote device RSI_BLE_WRITE_CMD_EVENT 0x01 RSI_BLE_WRITE_REQUEST_EVENT 0x02 RSI_BLE_NOTIFICATION_EVENT 0x03 RSI_BLE_INDICATION_EVENT 0x04


Definition at line 671 of file include/rsi_ble_apis.h

handle#

uint8_t handle[2]

attribute handle


Definition at line 673 of file include/rsi_ble_apis.h

length#

uint8_t length

length of attribute value


Definition at line 675 of file include/rsi_ble_apis.h

att_value#

uint8_t att_value[RSI_DEV_ATT_LEN]

This contains the attribute value. The maximum value is 240, please refer RSI_DEV_ATT_LEN Macro


Definition at line 677 of file include/rsi_ble_apis.h