I understand that in the ble_app_uart_c_pca example I should call function
ble_advdata_encode();
with some arguments.
In wich call
manuf_specific_data_encode();
But I can't understand whch parameter should transfer fitst in the
ret_code_t ble_advdata_encode(ble_advdata_t const * const p_advdata, uint8_t * const p_encoded_data, uint16_t * const p_len)
(ble_advdata_t const * const p_advdata)
Can You give me an example how to correct call this function for get Manufacturer Specific Data ?