Public Attributes#

uint16_t
uint8_t
uint16_t
uint8_t

Public Attribute Documentation#

serv_handler#

void* serv_handler

service handler


Definition at line 456 of file include/rsi_ble_apis.h

handle#

uint16_t handle

Attribute handle


Definition at line 458 of file include/rsi_ble_apis.h

config_bitmap#

uint16_t config_bitmap

If this variable is 1, Host has to maintain attributes and records in the application. If 0, Stack will maintain the attributes and records


Definition at line 461 of file include/rsi_ble_apis.h

att_uuid#

uuid_t att_uuid

Attribute type UUID


Definition at line 463 of file include/rsi_ble_apis.h

property#

uint8_t property

Attribute property


Definition at line 465 of file include/rsi_ble_apis.h

data_len#

uint16_t data_len

Attribute data length


Definition at line 467 of file include/rsi_ble_apis.h

data#

uint8_t data[RSI_DEV_ATT_LEN]

Attribute data. The maximum value is 240, please refer RSI_DEV_ATT_LEN Macro


Definition at line 469 of file include/rsi_ble_apis.h