From 49116c6fbc30df057ddaf85fa484ab3017265fe4 Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Fri, 9 Feb 2024 12:08:08 +0800 Subject: format code --- class/wireless/usbh_bluetooth.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/class/wireless/usbh_bluetooth.h b/class/wireless/usbh_bluetooth.h index c05aeb9a..3f79c025 100644 --- a/class/wireless/usbh_bluetooth.h +++ b/class/wireless/usbh_bluetooth.h @@ -35,9 +35,6 @@ struct usbh_bluetooth { extern "C" { #endif -void usbh_bluetooth_run(struct usbh_bluetooth *bluetooth_class); -void usbh_bluetooth_stop(struct usbh_bluetooth *bluetooth_class); - int usbh_bluetooth_hci_write(uint8_t hci_type, uint8_t *buffer, uint32_t buflen); void usbh_bluetooth_hci_read_callback(uint8_t *data, uint32_t len); #ifdef CONFIG_USBHOST_BLUETOOTH_HCI_H4 @@ -47,6 +44,9 @@ void usbh_bluetooth_hci_evt_rx_thread(void *argument); void usbh_bluetooth_hci_acl_rx_thread(void *argument); #endif +void usbh_bluetooth_run(struct usbh_bluetooth *bluetooth_class); +void usbh_bluetooth_stop(struct usbh_bluetooth *bluetooth_class); + #ifdef __cplusplus } #endif -- cgit v1.3.1