Searched refs:PHY_LE_ALL_SUPPORTED (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/bluetooth_service/test/unittest/gatt_c/ |
H A D | gatt_c_test.cpp | 80 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 D | ble_test.cpp | 53 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 D | napi_bluetooth_ble.cpp | 372 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 D | napi_bluetooth_utils.h | 200 PHY_LE_ALL_SUPPORTED = 255 // phy coded member in OHOS::Bluetooth::ScanDuty::PhyType
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_def.h | 420 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 D | bluetooth_ble_central_manager_server.cpp | 734 pimpl->scanSettingImpl_.SetPhy(PHY_LE_ALL_SUPPORTED); in IsAllStop()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | bt_def.h | 519 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 D | ble_central_manager_impl.cpp | 1059 case PHY_LE_ALL_SUPPORTED: in SetExScanParamToGap()
|
Completed in 16 milliseconds