Home
last modified time | relevance | path

Searched refs:nextLcid (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_inst.c180 if (inst->nextLcid == 0) { in L2capGetNewLcid()
193 lcid = inst->nextLcid; in L2capGetNewLcid()
196 inst->nextLcid = 0; in L2capGetNewLcid()
198 inst->nextLcid += 1; in L2capGetNewLcid()
446 // if no connection exists, reset nextLcid value in L2capDeleteConnection()
448 inst->nextLcid = L2CAP_MIN_CID; in L2capDeleteConnection()
H A Dl2cap_inst.h168 uint16_t nextLcid; member
H A Dl2cap_le.c75 uint16_t nextLcid; member
227 if (inst->nextLcid == 0) { in L2capLeGetNewLcid()
240 lcid = inst->nextLcid; in L2capLeGetNewLcid()
243 inst->nextLcid = 0; in L2capLeGetNewLcid()
245 inst->nextLcid += 1; in L2capLeGetNewLcid()
368 // if no connection exists, reset nextLcid value in L2capLeDeleteConnection()
370 inst->nextLcid = L2CAP_LE_MIN_CID; in L2capLeDeleteConnection()
1795 inst->nextLcid = L2CAP_LE_MIN_CID; in L2CAP_LeInitialize()
H A Dl2cap.c561 inst->nextLcid = L2CAP_MIN_CID; in L2CAP_Initialize()

Completed in 5 milliseconds