BTA_BleCfgAdvInstData() function
* Function BTA_BleCfgAdvInstData * Description This function configure a Multi-ADV instance with the specified * adv data or scan response data. * Parameter inst_id: Adv instance to configure the adv data or scan response. * is_scan_rsp: is the data scan response or adv data. * data_mask: adv data type as bit mask. * p_data: pointer to the ADV data structure tBTA_BLE_ADV_DATA. This * memory space can not be freed until BTA_BLE_MULTI_ADV_DATA_EVT * is sent to application. * Returns BTA_SUCCESS if command started successfully; otherwise failure.