Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp679 static const std::pair<uint16_t, uint16_t> connIntervalMinRange(0x0006, 0x0C80); in LEConnectionParamterReqImpl() local
687 … connIntervalMin < connIntervalMinRange.first || connIntervalMin > connIntervalMinRange.second || in LEConnectionParamterReqImpl()