Searched refs:adv_filter_policy (Results 1 – 13 of 13) sorted by relevance
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_multi_adv.c | 290 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/ |
D | hciblecmds.c | 118 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/ |
D | hcimsgs.h | 752 UINT8 channel_map, UINT8 adv_filter_policy); 908 UINT8 adv_filter_policy, UINT8 adv_tx_power,
|
D | btm_ble_api.h | 493 tBTM_BLE_AFP adv_filter_policy; member
|
/device/soc/esp/esp32/components/bt/common/btc/profile/esp/blufi/bluedroid_host/ |
D | esp_blufi.c | 70 .adv_filter_policy = ADV_FILTER_ALLOW_SCAN_ANY_CON_ANY,
|
/device/soc/winnermicro/wm800/board/src/app/wm_atcmd/ |
D | wm_cmdp_hostif_gcc.h | 333 u8 adv_filter_policy; member 952 u8 adv_filter_policy; member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 483 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/ |
D | esp_gap_ble_api.h | 358 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/ |
D | bt_common_defines.h | 2099 enum adv_filter_policy enum
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/include/ |
D | bta_dm_int.h | 705 tBTM_BLE_AFP adv_filter_policy; member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 470 tBTA_BLE_AFP adv_filter_policy; /* advertising filter policy */ member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_api.c | 1293 p_msg->adv_filter_policy = adv_fil_pol; in BTA_DmSetBleAdvParamsAll()
|
D | bta_dm_act.c | 5196 p_data->ble_set_adv_params_all.adv_filter_policy, in bta_dm_ble_set_adv_params_all()
|