Home
last modified time | relevance | path

Searched refs:PhyType (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble.cpp363 case static_cast<int32_t>(PhyType::PHY_LE_1M): in ConvertPhyType()
364 params.phyType = PhyType::PHY_LE_1M; in ConvertPhyType()
366 case static_cast<int32_t>(PhyType::PHY_LE_2M): in ConvertPhyType()
367 params.phyType = PhyType::PHY_LE_2M; in ConvertPhyType()
369 case static_cast<int32_t>(PhyType::PHY_LE_CODED): in ConvertPhyType()
370 params.phyType = PhyType::PHY_LE_CODED; in ConvertPhyType()
372 case static_cast<int32_t>(PhyType::PHY_LE_ALL_SUPPORTED): in ConvertPhyType()
373 params.phyType = PhyType::PHY_LE_ALL_SUPPORTED; in ConvertPhyType()
1069 env, phyTypeObj, static_cast<int32_t>(PhyType::PHY_LE_1M), "PHY_LE_1M"); in PropertyInit()
1071 env, phyTypeObj, static_cast<int32_t>(PhyType in PropertyInit()
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h196 enum class PhyType { class in OHOS::Bluetooth::ScanDuty
214 PhyType phyType = PhyType::PHY_LE_1M; // Phy for Bluetooth LE scan

Completed in 4 milliseconds