32-bit uuid in advtising data.

The advtising data is 050501020304.That mean

advlen=0x05,

advtype=0x05,//BLE_GAP_AD_TYPE_32BIT_SERVICE_UUID_COMPLETE

advdata=01020304.

we want to set the 32-bit uuid in advtising data.But it is failue to call  functon sd_ble_gap_adv_set_configure return NRF_ERROR_NOT_SUPPORTED.So we want to konw if the softdevice suppot 32-bit uuid in advtising data?

Related