Found 10 other functions taking a
tBLE_BD_ADDR
argument:
* Function btm_ble_find_addr_filter_counter * Description find the per bd address ADV payload filter counter by BD_ADDR. * Returns pointer to the counter if found; NULL otherwise.
* Function btm_ble_cs_update_pf_counter * Description this function is to update the adv data payload filter counter * Returns current number of the counter; BTM_BLE_INVALID_COUNTER if * counter update failed.
* Function BTM_BleSetAdvParamsAll * Description This function is called to set all of the advertising parameters. * Parameters: None. * Returns void
* Function BTM_BleSetAdvParams * Description This function is called to set advertising parameters. * Parameters adv_int_min: minimum advertising interval * adv_int_max: maximum advertising interval * p_dir_bda: connectable direct initiator's LE device address * chnl_map: advertising channel map. * Returns void
* Function BTM_BleAdvFilterParamSetup * Description This function is called to setup the adv data payload filter * condition. * Parameters action - Type of action to be performed * filt_index - Filter index * p_filt_params - Filter parameters * p_target - Target device * p_cmpl_back - Callback pointer * ref_value - reference value * Returns void
* Function btm_ble_dealloc_addr_filter_counter * Description de-allocate the per device adv payload filter counter. * Returns TRUE if deallocation succeed; FALSE otherwise.
* Function BTM_BleReadAdvParams * Description This function is called to set advertising parameters. * Parameters adv_int_min: minimum advertising interval * adv_int_max: maximum advertising interval * p_dir_bda: connectable direct initiator's LE device address * chnl_map: advertising channel map. * Returns void
* Function BTA_DmSetBleAdvParams * Description This function sets the advertising parameters BLE functionality. * It is to be called when device act in peripheral or broadcaster * role. * Returns void
* Function BTA_DmBleScanFilterSetup * Description This function is called to setup the adv data payload filter param * Parameters p_target: enable the filter condition on a target device; if NULL * filt_index - Filter index * p_filt_params -Filter parameters * ref_value - Reference value * action - Add, delete or clear * p_cmpl_back - Command completed callback * Returns void