Home
last modified time | relevance | path

Searched refs:l2cap_conn (Results 1 – 9 of 9) sorted by relevance

/linux/include/net/bluetooth/
H A Dl2cap.h513 struct l2cap_conn *conn;
642 struct l2cap_conn { struct
679 int (*probe) (struct l2cap_conn *conn, struct l2cap_user *user); argument
680 void (*remove) (struct l2cap_conn *conn, struct l2cap_user *user);
973 void l2cap_chan_add(struct l2cap_conn *conn, struct l2cap_chan *chan);
974 void __l2cap_chan_add(struct l2cap_conn *conn, struct l2cap_chan *chan);
976 void l2cap_chan_list(struct l2cap_conn *conn, l2cap_chan_func_t func,
981 struct l2cap_conn *l2cap_conn_get(struct l2cap_conn *conn);
982 struct l2cap_conn *l2cap_conn_hold_unless_zero(struct l2cap_conn *conn);
983 void l2cap_conn_put(struct l2cap_conn *conn);
[all …]
/linux/net/bluetooth/
H A Dl2cap_core.c50 static struct sk_buff *l2cap_build_cmd(struct l2cap_conn *conn,
52 static void l2cap_send_cmd(struct l2cap_conn *conn, u8 ident, u8 code, u16 len,
87 static struct l2cap_chan *__l2cap_get_chan_by_dcid(struct l2cap_conn *conn, in __l2cap_get_chan_by_dcid()
99 static struct l2cap_chan *__l2cap_get_chan_by_scid(struct l2cap_conn *conn, in __l2cap_get_chan_by_scid()
114 static struct l2cap_chan *l2cap_get_chan_by_scid(struct l2cap_conn *conn, in l2cap_get_chan_by_scid()
133 static struct l2cap_chan *l2cap_get_chan_by_dcid(struct l2cap_conn *conn, in l2cap_get_chan_by_dcid()
149 static struct l2cap_chan *__l2cap_get_chan_by_ident(struct l2cap_conn *conn, in __l2cap_get_chan_by_ident()
239 static u16 l2cap_alloc_cid(struct l2cap_conn *conn) in l2cap_alloc_cid()
406 struct l2cap_conn *conn = chan->conn; in l2cap_chan_timeout()
620 void __l2cap_chan_add(struct l2cap_conn *conn, struct l2cap_chan *chan) in __l2cap_chan_add()
[all …]
H A Dsmp.c93 struct l2cap_conn *conn;
568 static void smp_send_cmd(struct l2cap_conn *conn, u8 code, u16 len, void *data) in smp_send_cmd()
626 static void build_pairing_cmd(struct l2cap_conn *conn, in build_pairing_cmd()
702 static u8 check_enc_key_size(struct l2cap_conn *conn, __u8 max_key_size) in check_enc_key_size()
721 static void smp_chan_destroy(struct l2cap_conn *conn) in smp_chan_destroy()
774 static void smp_failure(struct l2cap_conn *conn, u8 reason) in smp_failure()
828 static int tk_request(struct l2cap_conn *conn, u8 remote_oob, u8 auth, in tk_request()
928 struct l2cap_conn *conn = smp->conn; in smp_confirm()
955 struct l2cap_conn *conn = smp->conn; in smp_random()
1012 static void smp_notify_keys(struct l2cap_conn *conn) in smp_notify_keys()
[all …]
H A D6lowpan.c128 __peer_lookup_conn(struct lowpan_btle_dev *dev, struct l2cap_conn *conn) in __peer_lookup_conn()
206 static struct lowpan_peer *lookup_peer(struct l2cap_conn *conn) in lookup_peer()
224 static struct lowpan_btle_dev *lookup_dev(struct l2cap_conn *conn) in lookup_dev()
912 static int bt_6lowpan_disconnect(struct l2cap_conn *conn, u8 dst_type) in bt_6lowpan_disconnect()
963 struct l2cap_conn **conn, bool disconnect) in get_l2cap_conn()
1121 struct l2cap_conn *conn = NULL; in lowpan_control_write()
H A Dl2cap_sock.c439 static struct l2cap_conn *l2cap_chan_conn(struct l2cap_chan *chan) in l2cap_chan_conn()
458 struct l2cap_conn *conn; in l2cap_sock_getsockopt_old()
588 struct l2cap_conn *conn; in l2cap_sock_getsockopt()
935 struct l2cap_conn *conn; in l2cap_sock_setsockopt()
1409 struct l2cap_conn *conn; in l2cap_sock_shutdown()
/linux/net/bluetooth/hidp/
H A Dcore.c62 static int hidp_session_probe(struct l2cap_conn *conn,
64 static void hidp_session_remove(struct l2cap_conn *conn,
930 struct l2cap_conn *conn) in hidp_session_new()
1062 struct l2cap_conn *conn; in hidp_session_unregister_conn()
1136 static int hidp_session_probe(struct l2cap_conn *conn, in hidp_session_probe()
1197 static void hidp_session_remove(struct l2cap_conn *conn, in hidp_session_remove()
1401 struct l2cap_conn *conn; in hidp_connection_add()
/linux/net/bluetooth/bnep/
H A Dcore.c562 static struct l2cap_conn *bnep_get_conn(struct bnep_session *session) in bnep_get_conn()
565 struct l2cap_conn *conn; in bnep_get_conn()
585 struct l2cap_conn *conn = NULL; in bnep_add_connection()
/linux/net/bluetooth/rfcomm/
H A Dsock.c745 struct l2cap_conn *conn; in rfcomm_sock_getsockopt_old()
H A Dcore.c212 struct l2cap_conn *conn = l2cap_pi(sk)->chan->conn; in rfcomm_check_security()
1340 struct l2cap_conn *conn = l2cap_pi(sk)->chan->conn; in __rfcomm_dlc_accept()