Home
last modified time | relevance | path

Searched refs:BleTest (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.cpp25 BleTest *BleTest::bleInstance_ = nullptr;
47 void BleTest::InitAdvertiseSettings() in InitAdvertiseSettings()
49 BleTest::bleInstance_->bleAdvertiserSettings_.SetConnectable(true); in InitAdvertiseSettings()
50 BleTest::bleInstance_->bleAdvertiserSettings_.SetLegacyMode(true); in InitAdvertiseSettings()
51 BleTest::bleInstance_->bleAdvertiserSettings_.SetInterval(INTERVAL); in InitAdvertiseSettings()
52 BleTest::bleInstance_->bleAdvertiserSettings_.SetTxPower(BLE_ADV_TX_POWER_LEVEL::BLE_ADV_TX_POWER_MEDIUM); in InitAdvertiseSettings()
53 BleTest::bleInstance_->bleAdvertiserSettings_.SetPrimaryPhy(PHY_TYPE::PHY_LE_ALL_SUPPORTED); in InitAdvertiseSettings()
54 BleTest::bleInstance_->bleAdvertiserSettings_.SetSecondaryPhy(PHY_TYPE::PHY_LE_2M); in InitAdvertiseSettings()
56 void BleTest in InitAdvertiseSettings()
142 BleTest::BleTest() BleTest() function in OHOS::Bluetooth::BleTest
[all...]
H A Dble_test.h79 class BleTest : public testing::Test { class
81 BleTest();
82 ~BleTest();
85 static BleTest *bleInstance_;
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/include/
H A Ddisc_ble.h33 int BleTest(int argc, const char **argv);

Completed in 3 milliseconds