Searched refs:l2cap_conn (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/include/net/bluetooth/ |
D | l2cap.h | 484 struct l2cap_conn *conn; 614 struct l2cap_conn { struct 651 int (*probe) (struct l2cap_conn *conn, struct l2cap_user *user); argument 652 void (*remove) (struct l2cap_conn *conn, struct l2cap_user *user); 926 void l2cap_chan_add(struct l2cap_conn *conn, struct l2cap_chan *chan); 927 void __l2cap_chan_add(struct l2cap_conn *conn, struct l2cap_chan *chan); 935 struct l2cap_conn *l2cap_conn_get(struct l2cap_conn *conn); 936 void l2cap_conn_put(struct l2cap_conn *conn); 938 int l2cap_register_user(struct l2cap_conn *conn, struct l2cap_user *user); 939 void l2cap_unregister_user(struct l2cap_conn *conn, struct l2cap_user *user);
|
/linux-4.1.27/net/bluetooth/ |
D | a2mp.h | 29 struct l2cap_conn *l2cap_conn; member 134 struct l2cap_chan *a2mp_channel_create(struct l2cap_conn *conn,
|
D | l2cap_core.c | 56 static struct sk_buff *l2cap_build_cmd(struct l2cap_conn *conn, 58 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, in __l2cap_get_chan_by_dcid() 102 static struct l2cap_chan *__l2cap_get_chan_by_scid(struct l2cap_conn *conn, in __l2cap_get_chan_by_scid() 116 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() 147 static struct l2cap_chan *__l2cap_get_chan_by_ident(struct l2cap_conn *conn, in __l2cap_get_chan_by_ident() 159 static struct l2cap_chan *l2cap_get_chan_by_ident(struct l2cap_conn *conn, in l2cap_get_chan_by_ident() 233 static u16 l2cap_alloc_cid(struct l2cap_conn *conn) in l2cap_alloc_cid() 400 struct l2cap_conn *conn = chan->conn; in l2cap_chan_timeout() [all …]
|
D | smp.c | 89 struct l2cap_conn *conn; 584 static void smp_send_cmd(struct l2cap_conn *conn, u8 code, u16 len, void *data) in smp_send_cmd() 642 static void build_pairing_cmd(struct l2cap_conn *conn, in build_pairing_cmd() 718 static u8 check_enc_key_size(struct l2cap_conn *conn, __u8 max_key_size) in check_enc_key_size() 732 static void smp_chan_destroy(struct l2cap_conn *conn) in smp_chan_destroy() 786 static void smp_failure(struct l2cap_conn *conn, u8 reason) in smp_failure() 841 static int tk_request(struct l2cap_conn *conn, u8 remote_oob, u8 auth, in tk_request() 933 struct l2cap_conn *conn = smp->conn; in smp_confirm() 960 struct l2cap_conn *conn = smp->conn; in smp_random() 1026 static void smp_notify_keys(struct l2cap_conn *conn) in smp_notify_keys() [all …]
|
D | a2mp.c | 246 struct l2cap_conn *conn = mgr->l2cap_conn; in a2mp_discover_rsp() 559 &mgr->l2cap_conn->hcon->dst); in a2mp_discphyslink_req() 743 static struct l2cap_chan *a2mp_chan_open(struct l2cap_conn *conn, bool locked) in a2mp_chan_open() 826 static struct amp_mgr *amp_mgr_create(struct l2cap_conn *conn, bool locked) in amp_mgr_create() 837 mgr->l2cap_conn = conn; in amp_mgr_create() 863 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()
|
D | 6lowpan.c | 154 struct l2cap_conn *conn) in __peer_lookup_conn() 224 static struct lowpan_peer *lookup_peer(struct l2cap_conn *conn) in lookup_peer() 242 static struct lowpan_dev *lookup_dev(struct l2cap_conn *conn) in lookup_dev() 1094 static int bt_6lowpan_disconnect(struct l2cap_conn *conn, u8 dst_type) in bt_6lowpan_disconnect() 1142 struct l2cap_conn **conn) in get_l2cap_conn() 1168 *conn = (struct l2cap_conn *)hcon->l2cap_data; in get_l2cap_conn() 1280 struct l2cap_conn *conn = NULL; in lowpan_control_write()
|
D | amp.c | 114 bdaddr_t *dst = &mgr->l2cap_conn->hcon->dst; in phylink_add() 357 if (phylink_gen_key(mgr->l2cap_conn->hcon, cp.key, &cp.key_len, in amp_create_phylink() 376 if (phylink_gen_key(mgr->l2cap_conn->hcon, cp.key, &cp.key_len, in amp_accept_phylink()
|
D | l2cap_sock.c | 749 struct l2cap_conn *conn; in l2cap_sock_setsockopt() 1093 struct l2cap_conn *conn; in l2cap_sock_shutdown()
|
D | hci_event.c | 4339 bredr_hcon = hcon->amp_mgr->l2cap_conn->hcon; in hci_phy_link_complete_evt()
|
/linux-4.1.27/net/bluetooth/hidp/ |
D | hidp.h | 150 struct l2cap_conn *conn;
|
D | core.c | 64 static int hidp_session_probe(struct l2cap_conn *conn, 66 static void hidp_session_remove(struct l2cap_conn *conn, 908 struct l2cap_conn *conn) in hidp_session_new() 1087 static int hidp_session_probe(struct l2cap_conn *conn, in hidp_session_probe() 1148 static void hidp_session_remove(struct l2cap_conn *conn, in hidp_session_remove() 1333 struct l2cap_conn *conn; in hidp_connection_add()
|
/linux-4.1.27/net/bluetooth/bnep/ |
D | core.c | 547 struct l2cap_conn *conn = l2cap_pi(session->sock->sk)->chan->conn; in bnep_get_device()
|
/linux-4.1.27/net/bluetooth/rfcomm/ |
D | sock.c | 756 struct l2cap_conn *conn; in rfcomm_sock_getsockopt_old()
|
D | core.c | 215 struct l2cap_conn *conn = l2cap_pi(sk)->chan->conn; in rfcomm_check_security() 1289 struct l2cap_conn *conn = l2cap_pi(sk)->chan->conn; in rfcomm_dlc_accept()
|