No esp_ble_gap_config_scan_rsp_data() ?
Posted: Sun Mar 25, 2018 2:02 pm
Hi
from what I could find, it seems that a function to set the scan response data is missing in the framework.
We do have the corresponding event:
ESP_GAP_BLE_SCAN_RSP_DATA_SET_COMPLETE_EVT
and we also have a member (set_scan_rsp) in the esp_ble_adv_data_t struct that it seems to suggest that you can create a struct for the scan response packet... but I couldn't find a way to use it.
Of course you can use the corresponding "raw" version: esp_ble_gap_config_scan_rsp_data_raw().
Am I missing something?
Thanks
from what I could find, it seems that a function to set the scan response data is missing in the framework.
We do have the corresponding event:
ESP_GAP_BLE_SCAN_RSP_DATA_SET_COMPLETE_EVT
and we also have a member (set_scan_rsp) in the esp_ble_adv_data_t struct that it seems to suggest that you can create a struct for the scan response packet... but I couldn't find a way to use it.
Of course you can use the corresponding "raw" version: esp_ble_gap_config_scan_rsp_data_raw().
Am I missing something?
Thanks