Searched refs:rfkill_state_path (Results 1 - 2 of 2) sorted by relevance
/vendor/hihope/dayu210/bluetooth/src/ |
H A D | upio.c | 105 static char rfkill_state_path[128]; variable 164 (void)sprintf_s(rfkill_state_path, sizeof(rfkill_state_path), "/sys/class/rfkill/rfkill%d/state", rfkill_id); in init_rfkill() 317 fd = open(rfkill_state_path, O_WRONLY); in upio_set_bluetooth_power() 320 rfkill_state_path, strerror(errno), errno); in upio_set_bluetooth_power() 327 rfkill_state_path, strerror(errno), errno); in upio_set_bluetooth_power()
|
/vendor/hihope/rk3568/bluetooth/src/ |
H A D | upio.c | 105 static char rfkill_state_path[128]; variable 164 (void)sprintf_s(rfkill_state_path, sizeof(rfkill_state_path), "/sys/class/rfkill/rfkill%d/state", rfkill_id); in init_rfkill() 317 fd = open(rfkill_state_path, O_WRONLY); in upio_set_bluetooth_power() 320 rfkill_state_path, strerror(errno), errno); in upio_set_bluetooth_power() 327 rfkill_state_path, strerror(errno), errno); in upio_set_bluetooth_power()
|
Completed in 2 milliseconds