HomeSort by relevance Sort by last modified time
    Searched refs:BT_VND_PWR_OFF (Results 1 - 8 of 8) sorted by null

  /system/bt/hci/include/
bt_vendor_lib.h 174 BT_VND_PWR_OFF,
  /hardware/marvell/bt/libbt-vendor/
bt_vendor_mrvl.c 90 if (BT_VND_PWR_OFF == *power_state) {
  /hardware/qcom/bt/msm8960/libbt-vendor/src/
hardware.c 53 if(nState == BT_VND_PWR_OFF)
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hardware.c 52 if(nState == BT_VND_PWR_OFF)
bt_vendor_qcom.c 457 ALOGI("%s: BT_VND_PWR_OFF\n", __func__);
648 hw_config(BT_VND_PWR_OFF);
    [all...]
  /hardware/broadcom/libbt/src/
bt_vendor_brcm.c 142 if (*state == BT_VND_PWR_OFF)
  /system/bt/hci/src/
hci_layer.c 249 int power_state = BT_VND_PWR_OFF;
309 int power_state = BT_VND_PWR_OFF;
  /system/bt/hci/test/
hci_layer_test.cpp 407 EXPECT_EQ(BT_VND_PWR_OFF, *(int *)param);
419 EXPECT_EQ(BT_VND_PWR_OFF, *(int *)param);

Completed in 210 milliseconds