Bluetooth Host Stack Library
wiced_bt_ble_ext_adv_set_terminated_event_data_t Struct Reference

Description

extended adv set terminated event data format.

This event generated asynchronously by the controller when adv set get terminated either adv duration expires or connection being created

Data Fields

uint8_t status
 HCI status.
 
wiced_bt_ble_ext_adv_handle_t adv_handle
 advertisement set handle
 
wiced_bt_ble_connection_handle_t conn_handle
 connection handle. More...
 
uint8_t num_completed_ext_adv_events
 number of completed extended advertising events the Controller had transmitted when either the duration elapsed or the maximum number of extended advertising events was reached; otherwise it shall be set to zero. More...
 

Field Documentation

◆ conn_handle

wiced_bt_ble_connection_handle_t wiced_bt_ble_ext_adv_set_terminated_event_data_t::conn_handle

connection handle.

The conn_handle parameter is only valid when advertising ends because a connection was created

◆ num_completed_ext_adv_events

uint8_t wiced_bt_ble_ext_adv_set_terminated_event_data_t::num_completed_ext_adv_events

number of completed extended advertising events the Controller had transmitted when either the duration elapsed or the maximum number of extended advertising events was reached; otherwise it shall be set to zero.