L2CAP_FIRST_CID
fNextIdent = L2CAP_FIRST_CID;
fNextChannelID(L2CAP_FIRST_CID)
for (uint16 i = 0; i < (L2CAP_LAST_CID - L2CAP_FIRST_CID); i++) {
if (fNextChannelID < L2CAP_FIRST_CID)
fNextChannelID = L2CAP_FIRST_CID;