This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

No idea how to get Manufacturer Specific Data in central side from advertising packet. SDK15, nRF52832

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 ?

Parents Reply Children
Related