Lines Matching defs:baudrate
567 bt_dev_err(hdev, "Unable to set baudrate UART device %s",
664 __le32 baudrate;
669 * ready to change a new baudrate.
671 baudrate = cpu_to_le32(bdev->desired_speed);
675 wmt_params.data = &baudrate;
680 bt_dev_err(hdev, "Failed to device baudrate (%d)", err);
687 bt_dev_err(hdev, "Failed to set up host baudrate (%d)",
694 /* Send a dummy byte 0xff to activate the new baudrate */
702 /* Wait some time for the device changing baudrate done */
705 /* Test the new baudrate */
714 bt_dev_err(hdev, "Failed to test new baudrate (%d)",