Home
last modified time | relevance | path

Searched refs:PHY_LE_CODED (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h199 PHY_LE_CODED = 3, // phy coded enumerator
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble.cpp373 case static_cast<int32_t>(PhyType::PHY_LE_CODED): in ConvertPhyType()
374 params.phyType = PhyType::PHY_LE_CODED; in ConvertPhyType()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h444 typedef enum { PHY_LE_1M = 1, PHY_LE_2M = 2, PHY_LE_CODED = 3, PHY_LE_ALL_SUPPORTED = 255 } PHY_TYP… enumerator
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h529 using PHY_TYPE = enum { PHY_LE_1M = 1, PHY_LE_2M = 2, PHY_LE_CODED = 3, PHY_LE_ALL_SUPPORTED = 255 … enumerator
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.cpp217 if ((!isCodedPhySupported) && (primaryPhy == PHY_LE_CODED)) { in CheckAdvertiserPara()
222 if ((!is2MPhySupported) && (secondaryPhy == PHY_LE_CODED)) { in CheckAdvertiserPara()
H A Dble_central_manager_impl.cpp1054 case PHY_LE_CODED: in SetExScanParamToGap()