Home
last modified time | relevance | path

Searched refs:PHY_LE_1M (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h197 PHY_LE_1M = 1, // phy 1M member in OHOS::Bluetooth::ScanDuty::PhyType
214 PhyType phyType = PhyType::PHY_LE_1M; // Phy for Bluetooth LE scan
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h394 int phy_ = PHY_LE_1M;
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/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()
1069 env, phyTypeObj, static_cast<int32_t>(PhyType::PHY_LE_1M), "PHY_LE_1M"); in PropertyInit()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.h201 int phy_ = PHY_LE_1M;
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.cpp1073 case PHY_LE_1M: in SetExScanParamToGap()

Completed in 15 milliseconds