Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/
D6lowpan.c894 err = l2cap_chan_connect(chan, cpu_to_le16(L2CAP_PSM_IPSP), 0, in bt_6lowpan_connect()
942 err = l2cap_add_psm(chan, addr, cpu_to_le16(L2CAP_PSM_IPSP)); in bt_6lowpan_listen()
/linux-6.6.21/include/net/bluetooth/
Dl2cap.h259 #define L2CAP_PSM_IPSP 0x0023 /* 6LoWPAN */ macro