Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/bluetooth/
Dl2cap.h275 #define L2CAP_CID_DYN_END 0xffff macro
/Linux-v5.10/net/bluetooth/
Dl2cap_core.c257 dyn_end = L2CAP_CID_DYN_END; in l2cap_alloc_cid()
4113 if (scid < L2CAP_CID_DYN_START || scid > L2CAP_CID_DYN_END) { in l2cap_connect()