Searched refs:l2cap_conn (Results 1 - 10 of 10) sorted by relevance

/linux-master/net/bluetooth/
H A Dl2cap_core.c53 static struct sk_buff *l2cap_build_cmd(struct l2cap_conn *conn,
55 static void l2cap_send_cmd(struct l2cap_conn *conn, u8 ident, u8 code, u16 len,
90 static struct l2cap_chan *__l2cap_get_chan_by_dcid(struct l2cap_conn *conn,
102 static struct l2cap_chan *__l2cap_get_chan_by_scid(struct l2cap_conn *conn,
117 static struct l2cap_chan *l2cap_get_chan_by_scid(struct l2cap_conn *conn,
138 static struct l2cap_chan *l2cap_get_chan_by_dcid(struct l2cap_conn *conn,
156 static struct l2cap_chan *__l2cap_get_chan_by_ident(struct l2cap_conn *conn,
246 static u16 l2cap_alloc_cid(struct l2cap_conn *conn)
413 struct l2cap_conn *conn = chan->conn;
566 void __l2cap_chan_add(struct l2cap_conn *con
[all...]
H A Dsmp.c97 struct l2cap_conn *conn;
589 static void smp_send_cmd(struct l2cap_conn *conn, u8 code, u16 len, void *data)
647 static void build_pairing_cmd(struct l2cap_conn *conn,
723 static u8 check_enc_key_size(struct l2cap_conn *conn, __u8 max_key_size)
742 static void smp_chan_destroy(struct l2cap_conn *conn)
796 static void smp_failure(struct l2cap_conn *conn, u8 reason)
850 static int tk_request(struct l2cap_conn *conn, u8 remote_oob, u8 auth,
950 struct l2cap_conn *conn = smp->conn;
977 struct l2cap_conn *conn = smp->conn;
1036 static void smp_notify_keys(struct l2cap_conn *con
[all...]
H A D6lowpan.c120 __peer_lookup_conn(struct lowpan_btle_dev *dev, struct l2cap_conn *conn)
198 static struct lowpan_peer *lookup_peer(struct l2cap_conn *conn)
216 static struct lowpan_btle_dev *lookup_dev(struct l2cap_conn *conn)
904 static int bt_6lowpan_disconnect(struct l2cap_conn *conn, u8 dst_type)
953 struct l2cap_conn **conn)
980 *conn = (struct l2cap_conn *)hcon->l2cap_data;
1092 struct l2cap_conn *conn = NULL;
H A Dl2cap_sock.c885 struct l2cap_conn *conn;
984 /* proceed further only when we have l2cap_conn and
1265 struct l2cap_conn *conn;
/linux-master/include/net/bluetooth/
H A Dl2cap.h507 struct l2cap_conn *conn;
632 struct l2cap_conn { struct
669 int (*probe) (struct l2cap_conn *conn, struct l2cap_user *user);
670 void (*remove) (struct l2cap_conn *conn, struct l2cap_user *user);
949 void l2cap_chan_add(struct l2cap_conn *conn, struct l2cap_chan *chan);
950 void __l2cap_chan_add(struct l2cap_conn *conn, struct l2cap_chan *chan);
952 void l2cap_chan_list(struct l2cap_conn *conn, l2cap_chan_func_t func,
961 struct l2cap_conn *l2cap_conn_get(struct l2cap_conn *conn);
962 void l2cap_conn_put(struct l2cap_conn *con
[all...]
/linux-master/net/bluetooth/hidp/
H A Dhidp.h150 struct l2cap_conn *conn;
H A Dcore.c65 static int hidp_session_probe(struct l2cap_conn *conn,
67 static void hidp_session_remove(struct l2cap_conn *conn,
914 struct l2cap_conn *conn)
1090 * This is called from the l2cap_conn core when our l2cap_user object is bound
1097 static int hidp_session_probe(struct l2cap_conn *conn,
1146 * Called from the l2cap_conn core when either we explicitly unregistered
1158 static void hidp_session_remove(struct l2cap_conn *conn,
1299 * parent l2cap_conn dies or user-space cleans it up.
1352 struct l2cap_conn *conn;
/linux-master/net/bluetooth/bnep/
H A Dcore.c545 struct l2cap_conn *conn = l2cap_pi(session->sock->sk)->chan->conn;
/linux-master/net/bluetooth/rfcomm/
H A Dsock.c730 struct l2cap_conn *conn;
H A Dcore.c215 struct l2cap_conn *conn = l2cap_pi(sk)->chan->conn;
1323 struct l2cap_conn *conn = l2cap_pi(sk)->chan->conn;

Completed in 342 milliseconds