bluetooth module working

This commit is contained in:
Marc
2020-01-22 11:37:47 +01:00
parent f0dbd8b78d
commit 89cb9673d4
5 changed files with 36 additions and 20 deletions

View File

@ -5,7 +5,7 @@
#include <fcntl.h>
#include <cerrno>
bool waybar::util::isDisabled(enum rfkill_type rfkill_type) {
bool waybar::util::rfkill::isDisabled(enum rfkill_type rfkill_type) {
struct rfkill_event event;
ssize_t len;
int fd;