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

  /system/bt/test/suite/adapter/
adapter_unittest.cc 38 EXPECT_EQ(bt_interface()->enable(false), BT_STATUS_SUCCESS);
42 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
52 EXPECT_EQ(bt_interface()->enable(false), BT_STATUS_SUCCESS);
56 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
65 EXPECT_EQ(bt_interface()->enable(false), BT_STATUS_SUCCESS);
75 BT_STATUS_SUCCESS);
88 EXPECT_EQ(bt_interface()->set_adapter_property(new_name), BT_STATUS_SUCCESS);
101 BT_STATUS_SUCCESS);
109 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
117 EXPECT_EQ(bt_interface()->enable(false), BT_STATUS_SUCCESS);
    [all...]
  /system/bt/test/suite/gatt/
gatt_test.cc 36 ASSERT_EQ(bt_interface()->enable(false), BT_STATUS_SUCCESS);
75 ASSERT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
  /system/bt/test/suite/rfcomm/
rfcomm_test.cc 31 ASSERT_EQ(bt_interface()->enable(false), BT_STATUS_SUCCESS);
73 ASSERT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/
bt_vendor_qcom.h 69 BT_STATUS_SUCCESS = 0,
  /hardware/qcom/bt/msm8998/libbt-vendor/include/
bt_vendor_qcom.h 75 BT_STATUS_SUCCESS = 0,
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AbstractionLayer.java 72 public static final int BT_STATUS_SUCCESS = 0;
  /hardware/libhardware/include/hardware/
bluetooth.h 74 BT_STATUS_SUCCESS,
556 /** Read Energy info details - return value indicates BT_STATUS_SUCCESS or BT_STATUS_NOT_READY
  /system/bt/include/hardware/
bluetooth.h 73 BT_STATUS_SUCCESS,
548 /** Read Energy info details - return value indicates BT_STATUS_SUCCESS or

Completed in 122 milliseconds