esp_ble_resolve_adv_data() function
This function is called to get ADV data for a specific type.
Arguments
adv_data
- pointer of ADV data which to be resolved
type
- finding ADV data type
length
- return the length of ADV data not including type
Return value
pointer of ADV data
Notes
This function has been deprecated and will be removed in a future release. Please use `esp_ble_resolve_adv_data_by_type` instead, which provides better parameter validation and supports more accurate data resolution.