Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp682 static const std::pair<uint16_t, uint16_t> timeoutRange(0x000A, 0x0C80); in LEConnectionParamterReqImpl() local
690 timeout < timeoutRange.first || timeout > timeoutRange.second) { in LEConnectionParamterReqImpl()