Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.cpp53 BleTest::bleInstance_->bleAdvertiserSettings_.SetPrimaryPhy(PHY_TYPE::PHY_LE_ALL_SUPPORTED); in InitAdvertiseSettings()
54 BleTest::bleInstance_->bleAdvertiserSettings_.SetSecondaryPhy(PHY_TYPE::PHY_LE_2M); in InitAdvertiseSettings()
61 BleTest::bleInstance_->bleScanSettings_.SetPhy(PHY_TYPE::PHY_LE_ALL_SUPPORTED); in InitScanSettings()
235 EXPECT_EQ(PHY_TYPE::PHY_LE_ALL_SUPPORTED, BleTest::bleInstance_->bleAdvertiserSettings_.GetPrimaryPhy()); in HWTEST_F()
236 EXPECT_EQ(PHY_TYPE::PHY_LE_2M, BleTest::bleInstance_->bleAdvertiserSettings_.GetSecondaryPhy()); in HWTEST_F()
292 EXPECT_EQ(PHY_TYPE::PHY_LE_ALL_SUPPORTED, BleTest::bleInstance_->bleScanSettings_.GetPhy()); in HWTEST_F()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h420 typedef enum { PHY_LE_1M = 1, PHY_LE_2M = 2, PHY_LE_CODED = 3, PHY_LE_ALL_SUPPORTED = 255 } PHY_TYPE; typedef
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h519 using PHY_TYPE = enum { PHY_LE_1M = 1, PHY_LE_2M = 2, PHY_LE_CODED = 3, PHY_LE_ALL_SUPPORTED = 255 };

Completed in 8 milliseconds