Searched refs:PowerParam (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | power_spec.h | 93 struct PowerParam { struct 96 * @brief A constructor used to create an <b>PowerParam</b> instance. 100 PowerParam() = delete; 102 * @brief A destructor used to delete the <b>PowerParam</b> instance. 106 ~PowerParam(){}; in ~PowerParam() 116 PowerParam(int max, int min, int attempt, int timeout) in PowerParam() function 212 * @brief Get PowerParam, base on PowerModeLevel. 215 * @return Returns PowerParam. 218 static PowerParam GetPowerParam(PowerModeLevel level); 252 static const std::map<PowerModeLevel, PowerParam> POWER_PARA [all...] |
H A D | power_spec.cpp | 122 const std::map<PowerModeLevel, PowerParam> PowerSpec::POWER_PARAM = { 124 PowerParam(SNIFF_LEVEL_LOW_MAX_INTERVAL, SNIFF_LEVEL_LOW_MIN_INTERVAL, SNIFF_LEVEL_LOW_ATTEMPT, 127 PowerParam(SNIFF_LEVEL_MID_MAX_INTERVAL, SNIFF_LEVEL_MID_MIN_INTERVAL, SNIFF_LEVEL_MID_ATTEMPT, 130 PowerParam(SNIFF_LEVEL_HIG_MAX_INTERVAL, SNIFF_LEVEL_HIG_MIN_INTERVAL, SNIFF_LEVEL_HIG_ATTEMPT, 234 PowerParam PowerSpec::GetPowerParam(PowerModeLevel level) in GetPowerParam() 240 return PowerParam(0, 0, 0, 0); in GetPowerParam()
|
H A D | power_device.h | 165 int BtmEnterSniffMode(const PowerParam ¶m) const;
|
H A D | power_device.cpp | 224 int PowerDevice::BtmEnterSniffMode(const PowerParam ¶m) const in BtmEnterSniffMode()
|
Completed in 3 milliseconds