Home
last modified time | relevance | path

Searched refs:SNIFF_DELAYSET_TIMEOUT_7000_MS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_spec.cpp21 … {RequestStatus::CONNECT_ON, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_7000_MS)},
22 {RequestStatus::SCO_ON, PowerInfo(PowerModeLevel::LEVEL_MID, SNIFF_DELAYSET_TIMEOUT_7000_MS)},
23 {RequestStatus::SCO_OFF, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_7000_MS)},
24 {RequestStatus::IDLE, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_7000_MS)},
29 … {RequestStatus::CONNECT_ON, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_7000_MS)},
30 {RequestStatus::SCO_ON, PowerInfo(PowerModeLevel::LEVEL_MID, SNIFF_DELAYSET_TIMEOUT_7000_MS)},
31 {RequestStatus::SCO_OFF, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_7000_MS)},
32 {RequestStatus::IDLE, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_7000_MS)},
40 {RequestStatus::IDLE, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_7000_MS)},
64 {RequestStatus::IDLE, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_7000_MS)},
[all …]
H A Dpower_spec.h62 #define SNIFF_DELAYSET_TIMEOUT_7000_MS 7000 macro