Home
last modified time | relevance | path

Searched refs:rfkill_state_path (Results 1 – 1 of 1) sorted by relevance

/hardware/broadcom/libbt/src/
Dupio.c101 static char *rfkill_state_path = NULL; variable
179 asprintf(&rfkill_state_path, "/sys/class/rfkill/rfkill%d/state", rfkill_id); in init_rfkill()
329 fd = open(rfkill_state_path, O_WRONLY); in upio_set_bluetooth_power()
334 rfkill_state_path, strerror(errno), errno); in upio_set_bluetooth_power()
342 rfkill_state_path, strerror(errno),errno); in upio_set_bluetooth_power()