Lines Matching defs:baudrate
432 bt_dev_err(hdev, "Unable to set baudrate UART device %s",
527 __le32 baudrate;
532 * ready to change a new baudrate.
534 baudrate = cpu_to_le32(bdev->desired_speed);
538 wmt_params.data = &baudrate;
543 bt_dev_err(hdev, "Failed to device baudrate (%d)", err);
550 bt_dev_err(hdev, "Failed to set up host baudrate (%d)",
557 /* Send a dummy byte 0xff to activate the new baudrate */
565 /* Wait some time for the device changing baudrate done */
568 /* Test the new baudrate */
577 bt_dev_err(hdev, "Failed to test new baudrate (%d)",