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
  • I can not understand.

    adv_report_buffer length set 1650bytes.
    When Advertiser Send advertising ADV_EXT_IND + AUX_ADV_IND(AdData Length=200) + AUX_CHAIN_IND(AdData Length=200) (and it is recieved), Which of the following will be?

    1. COMPLETE  and length = 400bytes
    2. COMPLETE  and length = 200bytes
    3. COMPLETE  and length = 256bytes
    4. TRUNCATED and length = 400bytes
    5. TRUNCATED and length = 200bytes
    6. TRUNCATED and length = 256bytes
    7. Other

Children
Related