SWRA772 august 2023 CC2564C
The SetBaudRate command is responsible for changing the current baud rate used to talk to the radio. This function ONLY configures the baud rate for a TI Bluetooth chipset. This command requires that a valid Bluetooth Stack ID exists.
This command requires one parameter. The value is an integer representing a value used for the baud rate. The options are 0 (for Baud Rate of 115200), 1 (for Baud Rate 230400), 2 (for Baud Rate 460800), 3 (for Baud Rate 921600), 4 (for Baud Rate 1843200), or 5 (for Baud Rate 3686400). The maximum baud rate default is 921600 so options 4 and 5 are disabled.
HCI_Reconfigure_Driver(BluetoothStackID, FALSE, &(Data.DriverReconfigureData))
int BTPSAPI HCI_Reconfigure_Driver(unsigned int BluetoothStackID,Boolean_t ResetStateMachines,HCI_Driver_Reconfigure_Data_t *DriverReconfigureData)
This function issues the appropriate call to an HCI driver to request the HCI Driver to reconfigure itself with the corresponding configuration information.