Any use BLE_GAP_ADV_DATA_STATUS INCOMPLETE_xxx ?

On SoftDevice S140(V7.2.0)

ble_gap_adv_report_type_t status has four types.

BLE_GAP_ADV_DATA_STATUS_COMPLETE
BLE_GAP_ADV_DATA_STATUS_INCOMPLETE_MORE_DATA
BLE_GAP_ADV_DATA_STATUS_INCOMPLETE_TRUNCATED
BLE_GAP_ADV_DATA_STATUS_INCOMPLETE_MISSED

BLE_GAP_ADV_DATA_STATUS_INCOMPLETE_xxx

What does those status mean?

Parents Reply
  • OK, but,

    written on ble_gap_scan_params_t.report_incomplete_evts
    @note This feature is not supported by this SoftDevice.

    and I try to set report_incomplete_evts =1, sd_ble_gap_scan_start return NRF_ERROR_NOT_SUPPORTED.

    So that, never be return BLE_GAP_ADV_DATA_STATUS_INCOMPLETE_MORE_DATA?

    Also, What situation when be return
    BLE_GAP_ADV_DATA_STATUS_INCOMPLETE_TRUNCATED
    BLE_GAP_ADV_DATA_STATUS_INCOMPLETE_MISSED ?

Children
Related