Home
last modified time | relevance | path

Searched refs:adv_fil_pol (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c323 tBTM_BLE_AFP adv_fil_pol = 0U; in bt_le_adv_start() local
371 adv_fil_pol = BLE_MESH_AP_SCAN_CONN_ALL; in bt_le_adv_start()
393 channel_map, adv_fil_pol, p_start_adv_cb)); in bt_le_adv_start()
413 tBTM_BLE_AFP adv_fil_pol = 0U; in bt_mesh_ble_adv_start() local
431 adv_fil_pol = BLE_MESH_AP_SCAN_CONN_ALL; in bt_mesh_ble_adv_start()
444 channel_map, adv_fil_pol, NULL)); in bt_mesh_ble_adv_start()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c1430 tBTM_BLE_ADV_CHNL_MAP chnl_map, tBTM_BLE_AFP adv_fil_pol, in BTA_DmSetBleAdvParamsAll() argument
1438 adv_type, addr_type_own, chnl_map, adv_fil_pol); in BTA_DmSetBleAdvParamsAll()
1450 p_msg->adv_filter_policy = adv_fil_pol; in BTA_DmSetBleAdvParamsAll()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h2450 tBTM_BLE_ADV_CHNL_MAP chnl_map, tBTM_BLE_AFP adv_fil_pol,