List Bluetooth version via hciconfig
hciconfig hci0 | grep "HCI Version"
This will display only the line that contains the “HCI Version” field for the device with interface name “hci0”. If you want to display the “HCI Revision” field instead, simply replace “HCI Version” with “HCI Revision” in the command.