There's some information around disabling Bluetooth interface on boot for Raspberry Pi3 and previous, as described on this page: Disable power on Wifi and Bluetooth interfaces during boot?
The same applies to Raspberry Pi4? In other words... should I use
dtoverlay=pi3-disable-bt
or a similar command like this one:
dtoverlay=pi4-disable-bt
So... How properly disable it?
(I'm running Raspbian Buster).