Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_init.c71 for (; index < MAXCONNECT; ++index) { in AttInstructListInit()
109 for (; index < MAXCONNECT; ++index) { in AttAlarmListInit()
113 …for (increaseIndex = MAXCONNECT, index = 0; (increaseIndex < STEP_TWO * MAXCONNECT) && (index < MA… in AttAlarmListInit()
118 for (increaseIndex = STEP_TWO * MAXCONNECT, index = 0; in AttAlarmListInit()
119 (increaseIndex < STEP_THREE * MAXCONNECT) && (index < MAXCONNECT); in AttAlarmListInit()
206 for (; index < MAXCONNECT; ++index) { in ATT_ShutDownAsync()
305 for (; index < MAXCONNECT; ++index) { in AttDelete()
H A Datt_common.c229 if (index != MAXCONNECT) { in AttGetConnectInfoIndexByAclHandle()
264 if (index != MAXCONNECT) { in AttGetConnectInfoIndexByCid()
326 if (inindex != MAXCONNECT) { in AttGetConnectInfoIndexByConnectHandle()
332 *index = MAXCONNECT; in AttGetConnectInfoIndexByConnectHandle()
671 if (index != MAXCONNECT) { in AttGetConnectingIndexByCid()
709 *index = MAXCONNECT; in AttGetConnectingIndexByCidOutIndex()
736 if (index != MAXCONNECT) { in AttGetConnectingIndexByConnectHandle()
772 if (inindex != MAXCONNECT) { in AttGetConnectingIndexByCidConnectHandle()
803 if (index != MAXCONNECT) { in AttGetConnectingIndexByAddr()
837 if (index != MAXCONNECT) { in AttGetConnectingIndexByAddrUninitializedCid()
[all …]
H A Datt_common.h52 #define MAXCONNECT 22 macro
H A Datt_connect.c1111 for (index = 0; index < MAXCONNECT; ++index, connecting++) { in AttConnectRequestAsync()