Home
last modified time | relevance | path

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

/aosp12/system/bt/test/suite/adapter/
H A Dbluetooth_test.cc35 void BluetoothTest::SetUp() { in SetUp()
63 void BluetoothTest::TearDown() { in TearDown()
75 void BluetoothTest::ClearSemaphore(semaphore_t* sem) { in ClearSemaphore()
82 bt_state_t BluetoothTest::GetState() { return state_; } in GetState()
84 int BluetoothTest::GetPropertiesChangedCount() { in GetPropertiesChangedCount()
88 bt_property_t* BluetoothTest::GetProperty(bt_property_type_t type) { in GetProperty()
109 bt_discovery_state_t BluetoothTest::GetDiscoveryState() { in GetDiscoveryState()
113 bt_acl_state_t BluetoothTest::GetAclState() { return acl_state_; } in GetAclState()
116 bt_bond_state_t BluetoothTest::GetBondState() { return bond_state_; } in GetBondState()
125 void BluetoothTest::AdapterPropertiesCallback(bt_status_t status, in AdapterPropertiesCallback()
[all …]
H A Dadapter_unittest.cc35 TEST_F(BluetoothTest, AdapterEnableDisable) { in TEST_F() argument
48 TEST_F(BluetoothTest, AdapterRepeatedEnableDisable) { in TEST_F() argument
63 TEST_F(BluetoothTest, AdapterSetGetName) { in TEST_F() argument
117 TEST_F(BluetoothTest, AdapterStartDiscovery) { in TEST_F() argument
133 TEST_F(BluetoothTest, AdapterCancelDiscovery) { in TEST_F() argument
152 TEST_F(BluetoothTest, AdapterDisableDuringBonding) { in TEST_F() argument
174 TEST_F(BluetoothTest, AdapterCleanupDuringDiscovery) { in TEST_F() argument
H A Dbluetooth_test.h37 class BluetoothTest : public ::testing::Test,
40 BluetoothTest() = default;
41 virtual ~BluetoothTest() = default;
116 DISALLOW_COPY_AND_ASSIGN(BluetoothTest);
/aosp12/system/bt/test/
H A DREADME.md47 [----------] 6 tests from BluetoothTest
48 [ RUN ] BluetoothTest.AdapterEnableDisable
49 [ OK ] BluetoothTest.AdapterEnableDisable (2538 ms)
50 [ RUN ] BluetoothTest.AdapterRepeatedEnableDisable
52 [ RUN ] BluetoothTest.AdapterSetGetName
53 [ OK ] BluetoothTest.AdapterSetGetName (2378 ms)
54 [ RUN ] BluetoothTest.AdapterStartDiscovery
55 [ OK ] BluetoothTest.AdapterStartDiscovery (2397 ms)
56 [ RUN ] BluetoothTest.AdapterCancelDiscovery
58 [ RUN ] BluetoothTest.AdapterDisableDuringBonding
[all …]
/aosp12/system/bt/test/suite/rfcomm/
H A Drfcomm_test.cc29 BluetoothTest::SetUp(); in SetUp()
76 BluetoothTest::TearDown(); in TearDown()
H A Drfcomm_test.h23 class RFCommTest : public BluetoothTest {
/aosp12/system/bt/test/suite/gatt/
H A Dgatt_test.cc35 BluetoothTest::SetUp(); in SetUp()
77 BluetoothTest::TearDown(); in TearDown()
H A Dgatt_test.h26 class GattTest : public BluetoothTest,