Found 5 other functions taking a
tBTA_BLE_ADV_DATA
argument:
BLE_INCLUDED == TRUE * BLE ADV data management API * Function BTA_DmBleSetAdvConfig * Description This function is called to override the BTA default ADV parameters. * Parameters data_mask: adv data mask. * p_adv_cfg: Pointer to User defined ADV data structure. This * memory space can not be freed until p_adv_data_cback * is received. * p_adv_data_cback: set adv data complete callback. * Returns None
* Function BTA_DmBleSetScanRsp * Description This function is called to override the BTA scan response. * Parameters Pointer to User defined ADV data structure * Returns None
* 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.