From b1696df5be79ed4ca54bf501fcba77019398f4c0 Mon Sep 17 00:00:00 2001 From: 1Conan Date: Mon, 22 Jul 2024 16:52:57 +0800 Subject: [PATCH] remove from header --- drivers/bluetooth/bluetooth.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/drivers/bluetooth/bluetooth.h b/drivers/bluetooth/bluetooth.h index fd34c2bb11fb..2e4d0df5381a 100644 --- a/drivers/bluetooth/bluetooth.h +++ b/drivers/bluetooth/bluetooth.h @@ -50,15 +50,3 @@ void bluetooth_send_mouse(report_mouse_t *report); * \param usage The consumer usage to send. */ void bluetooth_send_consumer(uint16_t usage); - -/** - * \brief Send a system usage. - * - * \param usage The system usage to send. - */ -void bluetooth_send_system(uint16_t usage); - -/** - * \brief Get the current state of the status LEDs. - */ -uint8_t bluetooth_led_state(void);