Skip to content

Commit

Permalink
remove from header
Browse files Browse the repository at this point in the history
  • Loading branch information
1Conan committed Jul 22, 2024
1 parent cd624b6 commit b1696df
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions drivers/bluetooth/bluetooth.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit b1696df

Please sign in to comment.