Advertising information.
Data Fields | |
uint8_t | discMode |
Broadcaster and discoverable mode. More... | |
cy_stc_ble_gapp_disc_param_t * | advParam |
Advertisement parameters are not allowed to be modified if ADV is already active This needs to be NULL, if ADV is active. | |
cy_stc_ble_gapp_disc_data_t * | advData |
Advertisement data. | |
cy_stc_ble_gapp_scan_rsp_data_t * | scanRspData |
Scan Response data. | |
uint16_t | advTo |
Advertisement timeout is in seconds. More... | |
uint8_t cy_stc_ble_gapp_disc_mode_info_t::discMode |
Broadcaster and discoverable mode.
uint16_t cy_stc_ble_gapp_disc_mode_info_t::advTo |
Advertisement timeout is in seconds.
If timeout is set to 0, then there will not be any timeout. The parameter 'advTo' can be used for all GAP timeouts related to peripheral operation. For General discoverable mode, this timer will be ignored. The application is expected to exit from discoverable mode explicitly by calling the Cy_BLE_GAPP_ExitDiscoveryMode() API. For Limited discoverable mode, 'advTo' should not exceed 180 sec.