Filter devices on Bluetooth proxy

I am having continuous connection losses to the bluetooth device probably because of other devices that are detected. Is it possible to add a whitelist? This is my yaml:

esphome:
  name: bt-proxy
  friendly_name: BT Proxy
  name_add_mac_suffix: false

esp32:
  board: esp32dev
  framework:
    type: esp-idf

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

api:

logger:

ota:
 - platform: esphome
   password: admin

esp32_ble_tracker:
  scan_parameters:
    active: true

bluetooth_proxy:
  active: true

button:
    - platform: safe_mode
      id: button_safe_mode
      name: Safe Mode Boot

    - platform: factory_reset
      id: factory_reset_btn
      name: Factory reset

On MAC adress.
ESP32 Bluetooth Low Energy Tracker Hub — ESPHome