S140 SoftDevice v7.0.1
Macros
GAP Advertising data status

Macros

#define BLE_GAP_ADV_DATA_STATUS_COMPLETE   0x00
 
#define BLE_GAP_ADV_DATA_STATUS_INCOMPLETE_MORE_DATA   0x01
 
#define BLE_GAP_ADV_DATA_STATUS_INCOMPLETE_TRUNCATED   0x02
 
#define BLE_GAP_ADV_DATA_STATUS_INCOMPLETE_MISSED   0x03
 

Detailed Description

Macro Definition Documentation

#define BLE_GAP_ADV_DATA_STATUS_COMPLETE   0x00

All data in the advertising event have been received.

#define BLE_GAP_ADV_DATA_STATUS_INCOMPLETE_MISSED   0x03

Failed to receive the remaining data.

Note
This value will only be used if ble_gap_adv_report_type_t::extended_pdu is set to true.
#define BLE_GAP_ADV_DATA_STATUS_INCOMPLETE_MORE_DATA   0x01

More data to be received.

Note
This value will only be used if ble_gap_scan_params_t::report_incomplete_evts and ble_gap_adv_report_type_t::extended_pdu are set to true.
#define BLE_GAP_ADV_DATA_STATUS_INCOMPLETE_TRUNCATED   0x02

Incomplete data. Buffer size insufficient to receive more.

Note
This value will only be used if ble_gap_adv_report_type_t::extended_pdu is set to true.

Documentation feedback | Developer Zone | Subscribe | Updated