Change board-specific parameters#
There are some board-specific parameters that can be changed in the application layer for EdgeFast Open.
Change HCI UART parameters#
Since the controller can support different baud rates, the demo provides an interface with configurable baud rates. The functioncontroller_hci_uart_get_configuration is used to get HCI UART parameters, including the instance, default baud rate, which depends on the controller, running baud rate which defined by macro BOARD_BT_UART_BAUDRATE and so on. If this function returns ‘0’ and the running baud rate is inconsistent with the default baud rate, EdgeFast Open switches the baud rate of the controller to the running baud rate.
Parent topic:Change board-specific parameters
Parent topic:Demo