pub unsafe extern "C" fn ble_resolve_adv_data(
adv_data: *const u8,
adv_type: u8,
adv_data_len: u8,
length: *mut u8,
) -> *mut u8
Expand description
This API is called to get ADV data for a specific type.
@param adv_data Pointer of ADV data which to be resolved. @param adv_type Finding ADV data type. @param adv_data_len Total length of Advertising data. @param length Return the length of ADV data not including type.
@return Pointer of type specific ADV data.