Home
last modified time | relevance | path

Searched refs:adv_filter_policy (Results 1 – 13 of 13) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_multi_adv.c290 if (p_params->adv_filter_policy >= AP_SCAN_CONN_POLICY_MAX) { in btm_ble_multi_adv_set_params()
291 p_params->adv_filter_policy = AP_SCAN_CONN_ALL; in btm_ble_multi_adv_set_params()
293 UINT8_TO_STREAM (pp, p_params->adv_filter_policy); in btm_ble_multi_adv_set_params()
303 … p_params->channel_map, p_params->adv_filter_policy, p_inst->inst_id, p_params->tx_power); in btm_ble_multi_adv_set_params()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c118 UINT8 channel_map, UINT8 adv_filter_policy) in btsnd_hcic_ble_write_adv_params() argument
141 UINT8_TO_STREAM (pp, adv_filter_policy); in btsnd_hcic_ble_write_adv_params()
1210 UINT8 adv_filter_policy, UINT8 adv_tx_power, in btsnd_hcic_ble_set_ext_adv_params() argument
1223 channel_map, own_addr_type, peer_addr_type, adv_filter_policy, adv_tx_power, in btsnd_hcic_ble_set_ext_adv_params()
1239 UINT8_TO_STREAM(pp, adv_filter_policy); in btsnd_hcic_ble_set_ext_adv_params()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h752 UINT8 channel_map, UINT8 adv_filter_policy);
908 UINT8 adv_filter_policy, UINT8 adv_tx_power,
Dbtm_ble_api.h493 tBTM_BLE_AFP adv_filter_policy; member
/device/soc/esp/esp32/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c70 .adv_filter_policy = ADV_FILTER_ALLOW_SCAN_ANY_CON_ANY,
/device/soc/winnermicro/wm800/board/src/app/wm_atcmd/
Dwm_cmdp_hostif_gcc.h333 u8 adv_filter_policy; member
952 u8 adv_filter_policy; member
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c483 if ((ble_adv_params->adv_filter_policy < ADV_FILTER_ALLOW_SCAN_ANY_CON_ANY) || in btc_ble_start_advertising()
484 (ble_adv_params->adv_filter_policy > ADV_FILTER_ALLOW_SCAN_WLST_CON_WLST) ) { in btc_ble_start_advertising()
513 ble_adv_params->adv_filter_policy, in btc_ble_start_advertising()
/device/soc/esp/esp32/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h358 esp_ble_adv_filter_t adv_filter_policy; /*!< Advertising filter policy */ member
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_stack/common/api/
Dbt_common_defines.h2099 enum adv_filter_policy enum
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h705 tBTM_BLE_AFP adv_filter_policy; member
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h470 tBTA_BLE_AFP adv_filter_policy; /* advertising filter policy */ member
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c1293 p_msg->adv_filter_policy = adv_fil_pol; in BTA_DmSetBleAdvParamsAll()
Dbta_dm_act.c5196 p_data->ble_set_adv_params_all.adv_filter_policy, in bta_dm_ble_set_adv_params_all()