Searched refs:l2cap_chan_connect (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/include/net/bluetooth/ |
H A D | l2cap.h | 919 int l2cap_chan_connect(struct l2cap_chan *chan, __le16 psm, u16 cid,
|
/linux-4.1.27/net/bluetooth/ |
H A D | 6lowpan.c | 1084 err = l2cap_chan_connect(pchan, cpu_to_le16(L2CAP_PSM_IPSP), 0, bt_6lowpan_connect()
|
H A D | l2cap_sock.c | 236 err = l2cap_chan_connect(chan, la.l2_psm, __le16_to_cpu(la.l2_cid), l2cap_sock_connect()
|
H A D | l2cap_core.c | 7026 int l2cap_chan_connect(struct l2cap_chan *chan, __le16 psm, u16 cid, l2cap_chan_connect() function 7186 EXPORT_SYMBOL_GPL(l2cap_chan_connect); variable
|
Completed in 151 milliseconds