Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dl2cap_br.c39 #define L2CAP_BR_CID_DYN_START 0x0040 macro
42 (_cid >= L2CAP_BR_CID_DYN_START && _cid <= L2CAP_BR_CID_DYN_END)
139 for (cid = L2CAP_BR_CID_DYN_START; cid; cid++) { in l2cap_br_chan_alloc_cid()
1495 if (br_chan->rx.cid < L2CAP_BR_CID_DYN_START) { in check_fixed_channel()