esp_ble_gap_config_adv_data_raw() function
This function is called to set raw advertising data. User need to fill ADV data by self.
Arguments
raw_data
raw advertising data with the format: [Length 1][Data Type 1][Data 1][Length 2][Data Type 2][Data 2] ...
raw_data_len
raw advertising data length , less than 31 bytes
Return value
- ESP_OK : success - other : failed
Examples
esp_ble_gap_config_adv_data_raw() is referenced by 6 libraries and example projects: