You are viewing documentation for version:
Structure represents the BLE request for characteristic value by UUID.
This structure is used to define the parameters for a BLE request to get a characteristic value by UUID, which includes the remote device address, the handle from which the search would start, the handle at which the search would end, reserved bytes for future use, and the search UUID value.
Public Attribute Documentation#
dev_addr#
uint8_t rsi_ble_req_char_val_by_uuid_s::dev_addr[RSI_DEV_ADDR_LEN]
Remote device address
start_handle#
uint8_t rsi_ble_req_char_val_by_uuid_s::start_handle[2]
Search will start from this handle
end_handle#
uint8_t rsi_ble_req_char_val_by_uuid_s::end_handle[2]
Search will end at this handle
reserved#
uint8_t rsi_ble_req_char_val_by_uuid_s::reserved[2]
Reserved for future use
char_uuid#
uuid_t rsi_ble_req_char_val_by_uuid_s::char_uuid
Search UUID value (20 bytes)