Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_conn.c79 .connIntervalMin = connParam->connIntervalMin, in GapLeConnectionUpdate()
141 .connIntervalMin = connParam->connIntervalMin, in GAP_LeConnParamUpdate()
177 .intervalMin = connParam->connIntervalMin, in GapLeRemoteConnectionParameterRequestReply()
541 param->connIntervalMin, 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);
676 void GattConnectionManager::impl::LEConnectionParamterReqImpl(BtAddr addr, uint16_t connIntervalMin, in LEConnectionParamterReqImpl() argument
687 connIntervalMin < connIntervalMinRange.first || connIntervalMin > connIntervalMinRange.second || in LEConnectionParamterReqImpl()
694 GapLeConnectionParameter connParam = {connIntervalMin, connIntervalMax, connLatency, timeout, 0, 0}; in LEConnectionParamterReqImpl()
698 void GattConnectionManager::impl::LEConnectionParamterReq(const BtAddr *addr, uint16_t connIntervalMin, in LEConnectionParamterReq() argument
704 connIntervalMin, in LEConnectionParamterReq()
762 connectionParameter.leConnParaVar.connIntervalMin = instance.pimpl->connectionParameter_.connIntervalMin_; in DoConnect()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h261 uint16_t connIntervalMin; // Range: 0x0006 to 0x0C80, Time = N * 1.25 ms, Time Range: 7.5 ms to 4 s. member
H A Dgap_le_if.h247 void (*leConnectionParameterReq)(const BtAddr *addr, uint16_t connIntervalMin, uint16_t connIntervalMax,
259 uint16_t connIntervalMin; /// Minimum value for the connection interval(n * 1.25ms 0x0006-0x0c80) member
H A Datt.h331 uint16_t connIntervalMin; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_le_cmd.h219 uint16_t connIntervalMin; member
276 uint16_t connIntervalMin; member
861 uint16_t connIntervalMin; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_le.c656 param.connIntervalMin = L2capLe16ToCpu(data + 0); in L2capLeProcessConnectionParameterUpdateReq()
1709 if ((param->connIntervalMin < 0x0006) || (param->connIntervalMin > 0x0C80)) { in L2CAP_LeConnectionParameterUpdateReq()
1738 L2capCpuToLe16(buff + 0, param->connIntervalMin); in L2CAP_LeConnectionParameterUpdateReq()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c673 sets[i].connIntervalMin = LE_CONN_INTERVAL_MIN_DEFAULT; in BtmLeExtendedCreateConnection()
721 .connIntervalMin = LE_CONN_INTERVAL_MIN_DEFAULT, in BtmStartAutoConnectionInternal()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c1073 l2capObjptr->connIntervalMin = attConnectReqAsyncPtr->connParaPtr->leConnParaVar.connIntervalMin; in AttConnectRequestLEParaAssign()

Completed in 21 milliseconds