Public Attributes#

uint16_t
uint8_t
uint16_t
uint8_t

Public Attribute Documentation#

serv_handler#

void* serv_handler

service handler


Definition at line 438 of file include/rsi_ble_apis.h

handle#

uint16_t handle

Attribute handle


Definition at line 440 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 443 of file include/rsi_ble_apis.h

att_uuid#

uuid_t att_uuid

Attribute type UUID


Definition at line 445 of file include/rsi_ble_apis.h

property#

uint8_t property

Attribute property


Definition at line 447 of file include/rsi_ble_apis.h

data_len#

uint16_t data_len

Attribute data length


Definition at line 449 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 451 of file include/rsi_ble_apis.h