Bluetooth devices advertise only to bluetooth proxy

Hi guys. I dont get it why my BT devices are not advertise to closer BT recievers.
I have 4 xiaomi room temp sensors, all advertise as BT Home, and all signals are passed thru BT Proxy, even if one of them are at 1m closer from HA host witch is on a raspberry 4 with BT dongle.
So, after the bt proxy install on a esp32, placed closer to farest BT sensor, the sensor closest to HA host switch from -40 RSSi to -70,80 RSSI…

bt proxy code its simple:

esp32_ble_tracker:
  id: esp32_proxy
  scan_parameters:
    interval: 1100ms
    window: 1100ms
    active: false
    
bluetooth_proxy:
  active: true

Please advice.