Searched refs:PHY_LE_1M (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 197 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 D | bluetooth_ble_central_manager.h | 394 int phy_ = PHY_LE_1M;
|
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/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_ble.cpp | 363 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 D | ble_service_data.h | 201 int phy_ = PHY_LE_1M;
|
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 | 1073 case PHY_LE_1M: in SetExScanParamToGap()
|
Completed in 15 milliseconds