Home
last modified time | relevance | path

Searched refs:connIntervalMax (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_conn.c80 .connIntervalMax = connParam->connIntervalMax, in GapLeConnectionUpdate()
140 .connIntervalMax = connParam->connIntervalMax, in GAP_LeConnParamUpdate()
178 .intervalMax = connParam->connIntervalMax, in GapLeRemoteConnectionParameterRequestReply()
542 param->connIntervalMax, in GapReceiveL2capParameterUpdateReq()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp115 static void LEConnectionParamterReq(const BtAddr *addr, uint16_t connIntervalMin, uint16_t connIntervalMax,
121 BtAddr addr, uint16_t connIntervalMin, uint16_t connIntervalMax, uint16_t connLatency, uint16_t timeout);
677 uint16_t connIntervalMax, uint16_t connLatency, uint16_t timeout) in LEConnectionParamterReqImpl()
688 connIntervalMax < connIntervalMaxRange.first || connIntervalMax > connIntervalMaxRange.second || in LEConnectionParamterReqImpl()
694 GapLeConnectionParameter connParam = {connIntervalMin, connIntervalMax, connLatency, timeout, 0, 0}; in LEConnectionParamterReqImpl()
699 uint16_t connIntervalMax, uint16_t connLatency, uint16_t timeout, void *context) in LEConnectionParamterReq()
705 connIntervalMax, in LEConnectionParamterReq()
763 connectionParameter.leConnParaVar.connIntervalMax = instance.pimpl->connectionParameter_.connIntervalMax_; in DoConnect()
676 LEConnectionParamterReqImpl(BtAddr addr, uint16_t connIntervalMin, uint16_t connIntervalMax, uint16_t connLatency, uint16_t timeout) LEConnectionParamterReqImpl() argument
698 LEConnectionParamterReq(const BtAddr *addr, uint16_t connIntervalMin, uint16_t connIntervalMax, uint16_t connLatency, uint16_t timeout, void *context) LEConnectionParamterReq() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h262 uint16_t connIntervalMax; // Range: 0x0006 to 0x0C80, Time = N * 1.25 ms, Time Range: 7.5 ms to 4 s. member
263 uint16_t connLatency; // the range 0 to ((supervisionTimeout / (connIntervalMax * 2)) - 1) less than 500.
H A Dgap_le_if.h247 void (*leConnectionParameterReq)(const BtAddr *addr, uint16_t connIntervalMin, uint16_t connIntervalMax,
260 uint16_t connIntervalMax; /// Maximum value for the connection interval(n * 1.25ms 0x0006-0x0c80) member
H A Datt.h332 uint16_t connIntervalMax; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_le_cmd.h220 uint16_t connIntervalMax; member
277 uint16_t connIntervalMax; member
862 uint16_t connIntervalMax; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_le.c657 param.connIntervalMax = L2capLe16ToCpu(data + L2CAP_OFFSET_2); in L2capLeProcessConnectionParameterUpdateReq()
1713 if ((param->connIntervalMax < 0x0006) || (param->connIntervalMax > 0x0C80)) { in L2CAP_LeConnectionParameterUpdateReq()
1725 if (param->connLatency > ((param->supervisionTimeout / (param->connIntervalMax * L2CAP_SIZE_2)) - 1)) { in L2CAP_LeConnectionParameterUpdateReq()
1739 L2capCpuToLe16(buff + L2CAP_OFFSET_2, param->connIntervalMax); in L2CAP_LeConnectionParameterUpdateReq()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c674 sets[i].connIntervalMax = LE_CONN_INTERVAL_MAX_DEFAULT; in BtmLeExtendedCreateConnection()
722 .connIntervalMax = LE_CONN_INTERVAL_MAX_DEFAULT, in BtmStartAutoConnectionInternal()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c1074 l2capObjptr->connIntervalMax = attConnectReqAsyncPtr->connParaPtr->leConnParaVar.connIntervalMax; in AttConnectRequestLEParaAssign()

Completed in 24 milliseconds