diff options
| author | sakumisu <[email protected]> | 2024-02-09 12:08:08 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-02-09 12:08:08 +0800 |
| commit | 49116c6fbc30df057ddaf85fa484ab3017265fe4 (patch) | |
| tree | 4c5dbbb7127a168664b9bd5162d948a64636f315 /class | |
| parent | e7a57289cebeecdc350115d3869a607cdb33032d (diff) | |
format code
Diffstat (limited to 'class')
| -rw-r--r-- | class/wireless/usbh_bluetooth.h | 6 |
1 files 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 |
