Searched refs:connIntervalMin (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le_conn.c | 79 .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 D | gatt_connection_manager.cpp | 115 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 D | l2cap_def.h | 261 uint16_t connIntervalMin; // Range: 0x0006 to 0x0C80, Time = N * 1.25 ms, Time Range: 7.5 ms to 4 s. member
|
H A D | gap_le_if.h | 247 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 D | att.h | 331 uint16_t connIntervalMin; member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci_def_le_cmd.h | 219 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 D | l2cap_le.c | 656 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 D | btm_acl.c | 673 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 D | att_connect.c | 1073 l2capObjptr->connIntervalMin = attConnectReqAsyncPtr->connParaPtr->leConnParaVar.connIntervalMin; in AttConnectRequestLEParaAssign()
|
Completed in 18 milliseconds