Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60
cy_stc_ble_gapp_scan_rsp_data_t Struct Reference

Description

Scan response data.

Data Fields

uint8_t scanRspData [CY_BLE_GAP_MAX_SCAN_RSP_DATA_LEN]
 Static user data transmitted in scan response. More...
 
uint8_t scanRspDataLen
 Length of the scan response data. More...
 

Field Documentation

◆ scanRspData

uint8_t cy_stc_ble_gapp_scan_rsp_data_t::scanRspData[CY_BLE_GAP_MAX_SCAN_RSP_DATA_LEN]

Static user data transmitted in scan response.

This should be made NULL if there is no data. Maximum length of the data is equal to 31 bytes

◆ scanRspDataLen

uint8_t cy_stc_ble_gapp_scan_rsp_data_t::scanRspDataLen

Length of the scan response data.

This should be made zero if there is no data. Maximum length can be CY_BLE_GAP_MAX_SCAN_RSP_DATA_LEN