You are viewing documentation for version:
Structure represents the BLE request for included services.
This structure is used to define the parameters for a BLE request to get included services, includes the remote device address, the handle from which the search would start, and the handle at which the search would end.
Public Attribute Documentation#
dev_addr#
uint8_t rsi_ble_req_inc_services_s::dev_addr[RSI_DEV_ADDR_LEN]
Remote device address
start_handle#
uint8_t rsi_ble_req_inc_services_s::start_handle[2]
Search will start from this handle
end_handle#
uint8_t rsi_ble_req_inc_services_s::end_handle[2]
Search will end at this handle