Structure represents the BLE request to add a service.

This structure is used to define the parameters for a BLE request to add a service, which includes the service UUID, the number of attributes in the service, and the total size of the attributes' values (data).

Public Attribute Documentation#

service_uuid#

uuid_t rsi_ble_req_add_serv_s::service_uuid

Service UUID


num_of_attributes#

uint8_t rsi_ble_req_add_serv_s::num_of_attributes

Number of attributes in the service


total_att_datasize#

uint8_t rsi_ble_req_add_serv_s::total_att_datasize

Total size of the attributes' values (data)