Home
last modified time | relevance | path

Searched refs:PHY_LE_2M (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.cpp54 BleTest::bleInstance_->bleAdvertiserSettings_.SetSecondaryPhy(PHY_TYPE::PHY_LE_2M); in InitAdvertiseSettings()
236 EXPECT_EQ(PHY_TYPE::PHY_LE_2M, BleTest::bleInstance_->bleAdvertiserSettings_.GetSecondaryPhy()); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h198 PHY_LE_2M = 2, // phy 2M member in OHOS::Bluetooth::ScanDuty::PhyType
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble.cpp366 case static_cast<int32_t>(PhyType::PHY_LE_2M): in ConvertPhyType()
367 params.phyType = PhyType::PHY_LE_2M; in ConvertPhyType()
/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; enumerator
/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 18 milliseconds