Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
D6lowpan.c932 err = l2cap_chan_connect(chan, cpu_to_le16(L2CAP_PSM_IPSP), 0, in bt_6lowpan_connect()
980 err = l2cap_add_psm(chan, addr, cpu_to_le16(L2CAP_PSM_IPSP)); in bt_6lowpan_listen()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dl2cap.h258 #define L2CAP_PSM_IPSP 0x0023 /* 6LoWPAN */ macro