Found 7 other functions taking a
tBTM_BLE_PF_COND_PARAM
argument:
* Function btm_ble_update_uuid_filter * Description this function update(add,delete or clear) service UUID filter. * Returns BTM_SUCCESS if sucessful, * BTM_ILLEGAL_VALUE if paramter is not valid.
* Function btm_ble_update_pf_manu_data * Description this function update(add,delete or clear) the adv manufacturer * data filtering condition. * Returns BTM_SUCCESS if sucessful, * BTM_ILLEGAL_VALUE if paramter is not valid.
* Function BTM_BleCfgFilterCondition * Description This function is called to configure the adv data payload filter * condition. * Parameters action: to read/write/clear * cond_type: filter condition type. * filt_index - Filter index * p_cond: filter condition parameter * p_cmpl_cback - Config callback pointer * ref_value - Reference value * Returns void
* Function btm_ble_update_pf_local_name * Description this function update(add,delete or clear) the adv lcoal name filtering condition. * Returns BTM_SUCCESS if sucessful, * BTM_ILLEGAL_VALUE if paramter is not valid.
* Function btm_ble_update_srvc_data_change * Description this function update(add/remove) service data change filter. * Returns BTM_SUCCESS if sucessful, * BTM_ILLEGAL_VALUE if paramter is not valid.
* Function btm_ble_clear_scan_pf_filter * Description clear all adv payload filter by de-select all the adv pf feature bits * Returns BTM_SUCCESS if sucessful, * BTM_ILLEGAL_VALUE if paramter is not valid.
* Function btm_ble_update_addr_filter * Description this function update(add,delete or clear) the address filter of adv. * Returns BTM_SUCCESS if sucessful, * BTM_ILLEGAL_VALUE if paramter is not valid.