Home
last modified time | relevance | path

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

/net/bluetooth/
Dsmp.c51 struct l2cap_conn *conn;
258 static void smp_send_cmd(struct l2cap_conn *conn, u8 code, u16 len, void *data) in smp_send_cmd()
312 static void build_pairing_cmd(struct l2cap_conn *conn, in build_pairing_cmd()
358 static u8 check_enc_key_size(struct l2cap_conn *conn, __u8 max_key_size) in check_enc_key_size()
372 static void smp_chan_destroy(struct l2cap_conn *conn) in smp_chan_destroy()
413 static void smp_failure(struct l2cap_conn *conn, u8 reason) in smp_failure()
456 static int tk_request(struct l2cap_conn *conn, u8 remote_oob, u8 auth, in tk_request()
545 struct l2cap_conn *conn = smp->conn; in smp_confirm()
572 struct l2cap_conn *conn = smp->conn; in smp_random()
638 static void smp_notify_keys(struct l2cap_conn *conn) in smp_notify_keys()
[all …]
Dl2cap_core.c57 static struct sk_buff *l2cap_build_cmd(struct l2cap_conn *conn,
59 static void l2cap_send_cmd(struct l2cap_conn *conn, u8 ident, u8 code, u16 len,
81 static struct l2cap_chan *__l2cap_get_chan_by_dcid(struct l2cap_conn *conn, in __l2cap_get_chan_by_dcid()
93 static struct l2cap_chan *__l2cap_get_chan_by_scid(struct l2cap_conn *conn, in __l2cap_get_chan_by_scid()
107 static struct l2cap_chan *l2cap_get_chan_by_scid(struct l2cap_conn *conn, in l2cap_get_chan_by_scid()
124 static struct l2cap_chan *l2cap_get_chan_by_dcid(struct l2cap_conn *conn, in l2cap_get_chan_by_dcid()
138 static struct l2cap_chan *__l2cap_get_chan_by_ident(struct l2cap_conn *conn, in __l2cap_get_chan_by_ident()
150 static struct l2cap_chan *l2cap_get_chan_by_ident(struct l2cap_conn *conn, in l2cap_get_chan_by_ident()
224 static u16 l2cap_alloc_cid(struct l2cap_conn *conn) in l2cap_alloc_cid()
391 struct l2cap_conn *conn = chan->conn; in l2cap_chan_timeout()
[all …]
Da2mp.h31 struct l2cap_conn *l2cap_conn; member
140 struct l2cap_chan *a2mp_channel_create(struct l2cap_conn *conn,
Da2mp.c228 struct l2cap_conn *conn = mgr->l2cap_conn; in a2mp_discover_rsp()
541 &mgr->l2cap_conn->hcon->dst); in a2mp_discphyslink_req()
726 static struct l2cap_chan *a2mp_chan_open(struct l2cap_conn *conn, bool locked) in a2mp_chan_open()
809 static struct amp_mgr *amp_mgr_create(struct l2cap_conn *conn, bool locked) in amp_mgr_create()
820 mgr->l2cap_conn = conn; in amp_mgr_create()
846 struct l2cap_chan *a2mp_channel_create(struct l2cap_conn *conn, in a2mp_channel_create()
1008 struct l2cap_conn *conn = chan->conn; in a2mp_discover_amp()
D6lowpan.c150 struct l2cap_conn *conn) in peer_lookup_conn()
210 static struct lowpan_peer *lookup_peer(struct l2cap_conn *conn) in lookup_peer()
229 static struct lowpan_dev *lookup_dev(struct l2cap_conn *conn) in lookup_dev()
1069 static int bt_6lowpan_disconnect(struct l2cap_conn *conn, u8 dst_type) in bt_6lowpan_disconnect()
1116 struct l2cap_conn **conn) in get_l2cap_conn()
1142 *conn = (struct l2cap_conn *)hcon->l2cap_data; in get_l2cap_conn()
1228 struct l2cap_conn *conn = NULL; in lowpan_control_write()
Damp.c114 bdaddr_t *dst = &mgr->l2cap_conn->hcon->dst; in phylink_add()
350 if (phylink_gen_key(mgr->l2cap_conn->hcon, cp.key, &cp.key_len, in amp_create_phylink()
369 if (phylink_gen_key(mgr->l2cap_conn->hcon, cp.key, &cp.key_len, in amp_accept_phylink()
Dl2cap_sock.c744 struct l2cap_conn *conn; in l2cap_sock_setsockopt()
1088 struct l2cap_conn *conn; in l2cap_sock_shutdown()
Dhci_event.c4022 bredr_hcon = hcon->amp_mgr->l2cap_conn->hcon; in hci_phy_link_complete_evt()
/net/bluetooth/hidp/
Dcore.c65 static int hidp_session_probe(struct l2cap_conn *conn,
67 static void hidp_session_remove(struct l2cap_conn *conn,
898 struct l2cap_conn *conn) in hidp_session_new()
1077 static int hidp_session_probe(struct l2cap_conn *conn, in hidp_session_probe()
1138 static void hidp_session_remove(struct l2cap_conn *conn, in hidp_session_remove()
1331 struct l2cap_conn *conn; in hidp_connection_add()
Dhidp.h150 struct l2cap_conn *conn;
/net/bluetooth/bnep/
Dcore.c513 struct l2cap_conn *conn = l2cap_pi(session->sock->sk)->chan->conn; in bnep_get_device()
/net/bluetooth/rfcomm/
Dcore.c213 struct l2cap_conn *conn = l2cap_pi(sk)->chan->conn; in rfcomm_check_security()
1287 struct l2cap_conn *conn = l2cap_pi(sk)->chan->conn; in rfcomm_dlc_accept()
Dsock.c761 struct l2cap_conn *conn; in rfcomm_sock_getsockopt_old()