Does Huangshan SDK currently support Bluetooth serial port, and are there any examples available?

As the title says…

BT/BLE UART Transceiver HCI Example - SiFli SDK Programming Guide Documentation Is this what you need? You can refer to it first.

If you are referring to SPP, it is located under the path example/bt/spp.

You can refer to the ble/file_transfer example program.