<dec f='src/src/sys/netbt/l2cap.h' l='451' type='int l2cap_cid_alloc(struct l2cap_channel * )'/>
<def f='src/src/sys/netbt/l2cap_misc.c' l='217' ll='247' type='int l2cap_cid_alloc(struct l2cap_channel * chan)'/>
<doc f='src/src/sys/netbt/l2cap_misc.c' l='210'>/*
 * Allocate next available CID to channel. We keep a single
 * ordered list of channels, so find the first gap.
 *
 * If this turns out to be not enough (!), could use a
 * list per HCI unit..
 */</doc>
<use f='src/src/sys/netbt/l2cap_signal.c' l='277' u='c' c='l2cap_recv_connect_req'/>
<use f='src/src/sys/netbt/l2cap_upper.c' l='173' u='c' c='l2cap_connect_pcb'/>
