Searched refs:rfkill_type (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | bt_vendor_qcom.c | 320 char rfkill_type[64], *enable_ldo_path = NULL; in bt_powerup() local 356 snprintf(rfkill_type, sizeof(rfkill_type), "/sys/class/rfkill/rfkill%d/type", i); in bt_powerup() 357 if ((fd = open(rfkill_type, O_RDONLY)) < 0) in bt_powerup() 359 ALOGE("open(%s) failed: %s (%d)\n", rfkill_type, strerror(errno), errno); in bt_powerup()
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | bt_vendor_qcom.c | 320 char rfkill_type[64], *enable_ldo_path = NULL; in bt_powerup() local 356 snprintf(rfkill_type, sizeof(rfkill_type), "/sys/class/rfkill/rfkill%d/type", i); in bt_powerup() 357 if ((fd = open(rfkill_type, O_RDONLY)) < 0) in bt_powerup() 359 ALOGE("open(%s) failed: %s (%d)\n", rfkill_type, strerror(errno), errno); in bt_powerup()
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | bt_vendor_qcom.c | 333 char rfkill_type[64], *enable_ldo_path = NULL; in bt_powerup() local 369 snprintf(rfkill_type, sizeof(rfkill_type), "/sys/class/rfkill/rfkill%d/type", i); in bt_powerup() 370 if ((fd = open(rfkill_type, O_RDONLY)) < 0) in bt_powerup() 372 ALOGE("open(%s) failed: %s (%d)\n", rfkill_type, strerror(errno), errno); in bt_powerup()
|