ble_gap_event::::adv_complete field
Represents a completed advertise procedure. Valid for the following event types: o BLE_GAP_EVENT_ADV_COMPLETE
Syntax
struct {
int reason;
#if MYNEWT_VAL(BLE_EXT_ADV)
uint8_t instance;
uint16_t conn_handle;
uint8_t num_ext_adv_events;
#endif
} adv_complete;
Examples
ble_gap_event::::adv_complete is referenced by 12 libraries and example projects: