Hello,
I would like to get data from the advertising packet.
I think that utilize this function is a good starting point :
uint8_t * complete_local_name_p = ble_advdata_parse(p_adv_report->data.p_data, p_adv_report->data.len, BLE_GAP_AD_TYPE_COMPLETE_LOCAL_NAME);
Then ... For exemple, what do I need to do to log properly the datas on my terminal ?
Try to put the datas on a vector like this char BLE_data [31], is it a good idea ?
Sincerely,
Sylvain.