Home
last modified time | relevance | path

Searched refs:PHY_LE_ALL_SUPPORTED (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth_service/test/unittest/gatt_c/
H A Dgatt_c_test.cpp80 configs.phy = PHY_LE_ALL_SUPPORTED; in HWTEST_F()
103 configs.phy = PHY_LE_ALL_SUPPORTED; in HWTEST_F()
159 configs.phy = PHY_LE_ALL_SUPPORTED; in HWTEST_F()
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.cpp53 BleTest::bleInstance_->bleAdvertiserSettings_.SetPrimaryPhy(PHY_TYPE::PHY_LE_ALL_SUPPORTED); 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()
292 EXPECT_EQ(PHY_TYPE::PHY_LE_ALL_SUPPORTED, BleTest::bleInstance_->bleScanSettings_.GetPhy()); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble.cpp372 case static_cast<int32_t>(PhyType::PHY_LE_ALL_SUPPORTED): in ConvertPhyType()
373 params.phyType = PhyType::PHY_LE_ALL_SUPPORTED; in ConvertPhyType()
1071 env, phyTypeObj, static_cast<int32_t>(PhyType::PHY_LE_ALL_SUPPORTED), "PHY_LE_ALL_SUPPORTED"); in PropertyInit()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h200 PHY_LE_ALL_SUPPORTED = 255 // phy coded member in OHOS::Bluetooth::ScanDuty::PhyType
/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_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp734 pimpl->scanSettingImpl_.SetPhy(PHY_LE_ALL_SUPPORTED); in IsAllStop()
/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 };
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp1059 case PHY_LE_ALL_SUPPORTED: in SetExScanParamToGap()

Completed in 16 milliseconds