Structure representing the BLE request to add a service.
This structure is used to define the parameters for a BLE request to add a service, including the service UUID, the number of attributes in the service, and the total size of the attributes' values (data).
Public Attributes#
Service UUID.
uint8_t
Number of attributes in the service.
uint8_t
Total size of the attributes' values (data)
Public Attribute Documentation#
service_uuid#
uuid_t rsi_ble_req_add_serv_s::service_uuid
Service UUID.
Definition at line
1486
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
num_of_attributes#
uint8_t rsi_ble_req_add_serv_s::num_of_attributes
Number of attributes in the service.
Definition at line
1488
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
total_att_datasize#
uint8_t rsi_ble_req_add_serv_s::total_att_datasize
Total size of the attributes' values (data)
Definition at line
1490
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h