hci_conn          529 include/net/bluetooth/hci_core.h 	struct hci_conn	*link;
hci_conn          531 include/net/bluetooth/hci_core.h 	void (*connect_cfm_cb)	(struct hci_conn *conn, u8 status);
hci_conn          532 include/net/bluetooth/hci_core.h 	void (*security_cfm_cb)	(struct hci_conn *conn, u8 status);
hci_conn          533 include/net/bluetooth/hci_core.h 	void (*disconn_cfm_cb)	(struct hci_conn *conn, u8 reason);
hci_conn          539 include/net/bluetooth/hci_core.h 	struct hci_conn *conn;
hci_conn          566 include/net/bluetooth/hci_core.h 	struct hci_conn *conn;
hci_conn          592 include/net/bluetooth/hci_core.h int l2cap_disconn_ind(struct hci_conn *hcon);
hci_conn          593 include/net/bluetooth/hci_core.h void l2cap_recv_acldata(struct hci_conn *hcon, struct sk_buff *skb, u16 flags);
hci_conn          597 include/net/bluetooth/hci_core.h void sco_recv_scodata(struct hci_conn *hcon, struct sk_buff *skb);
hci_conn          605 include/net/bluetooth/hci_core.h static inline void sco_recv_scodata(struct hci_conn *hcon, struct sk_buff *skb)
hci_conn          696 include/net/bluetooth/hci_core.h static inline bool hci_conn_ssp_enabled(struct hci_conn *conn)
hci_conn          703 include/net/bluetooth/hci_core.h static inline bool hci_conn_sc_enabled(struct hci_conn *conn)
hci_conn          710 include/net/bluetooth/hci_core.h static inline void hci_conn_hash_add(struct hci_dev *hdev, struct hci_conn *c)
hci_conn          733 include/net/bluetooth/hci_core.h static inline void hci_conn_hash_del(struct hci_dev *hdev, struct hci_conn *c)
hci_conn          787 include/net/bluetooth/hci_core.h 	struct hci_conn *c;
hci_conn          804 include/net/bluetooth/hci_core.h static inline struct hci_conn *hci_conn_hash_lookup_handle(struct hci_dev *hdev,
hci_conn          808 include/net/bluetooth/hci_core.h 	struct hci_conn  *c;
hci_conn          823 include/net/bluetooth/hci_core.h static inline struct hci_conn *hci_conn_hash_lookup_ba(struct hci_dev *hdev,
hci_conn          827 include/net/bluetooth/hci_core.h 	struct hci_conn  *c;
hci_conn          843 include/net/bluetooth/hci_core.h static inline struct hci_conn *hci_conn_hash_lookup_le(struct hci_dev *hdev,
hci_conn          848 include/net/bluetooth/hci_core.h 	struct hci_conn  *c;
hci_conn          867 include/net/bluetooth/hci_core.h static inline struct hci_conn *hci_conn_hash_lookup_state(struct hci_dev *hdev,
hci_conn          871 include/net/bluetooth/hci_core.h 	struct hci_conn  *c;
hci_conn          887 include/net/bluetooth/hci_core.h static inline struct hci_conn *hci_lookup_le_connect(struct hci_dev *hdev)
hci_conn          890 include/net/bluetooth/hci_core.h 	struct hci_conn  *c;
hci_conn          907 include/net/bluetooth/hci_core.h int hci_disconnect(struct hci_conn *conn, __u8 reason);
hci_conn          908 include/net/bluetooth/hci_core.h bool hci_setup_sync(struct hci_conn *conn, __u16 handle);
hci_conn          909 include/net/bluetooth/hci_core.h void hci_sco_setup(struct hci_conn *conn, __u8 status);
hci_conn          911 include/net/bluetooth/hci_core.h struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst,
hci_conn          913 include/net/bluetooth/hci_core.h int hci_conn_del(struct hci_conn *conn);
hci_conn          917 include/net/bluetooth/hci_core.h struct hci_chan *hci_chan_create(struct hci_conn *conn);
hci_conn          919 include/net/bluetooth/hci_core.h void hci_chan_list_flush(struct hci_conn *conn);
hci_conn          922 include/net/bluetooth/hci_core.h struct hci_conn *hci_connect_le_scan(struct hci_dev *hdev, bdaddr_t *dst,
hci_conn          925 include/net/bluetooth/hci_core.h struct hci_conn *hci_connect_le(struct hci_dev *hdev, bdaddr_t *dst,
hci_conn          928 include/net/bluetooth/hci_core.h struct hci_conn *hci_connect_acl(struct hci_dev *hdev, bdaddr_t *dst,
hci_conn          930 include/net/bluetooth/hci_core.h struct hci_conn *hci_connect_sco(struct hci_dev *hdev, int type, bdaddr_t *dst,
hci_conn          932 include/net/bluetooth/hci_core.h int hci_conn_check_link_mode(struct hci_conn *conn);
hci_conn          933 include/net/bluetooth/hci_core.h int hci_conn_check_secure(struct hci_conn *conn, __u8 sec_level);
hci_conn          934 include/net/bluetooth/hci_core.h int hci_conn_security(struct hci_conn *conn, __u8 sec_level, __u8 auth_type,
hci_conn          936 include/net/bluetooth/hci_core.h int hci_conn_switch_role(struct hci_conn *conn, __u8 role);
hci_conn          938 include/net/bluetooth/hci_core.h void hci_conn_enter_active_mode(struct hci_conn *conn, __u8 force_active);
hci_conn          940 include/net/bluetooth/hci_core.h void hci_le_conn_failed(struct hci_conn *conn, u8 status);
hci_conn          963 include/net/bluetooth/hci_core.h static inline struct hci_conn *hci_conn_get(struct hci_conn *conn)
hci_conn          969 include/net/bluetooth/hci_core.h static inline void hci_conn_put(struct hci_conn *conn)
hci_conn          974 include/net/bluetooth/hci_core.h static inline void hci_conn_hold(struct hci_conn *conn)
hci_conn          982 include/net/bluetooth/hci_core.h static inline void hci_conn_drop(struct hci_conn *conn)
hci_conn         1039 include/net/bluetooth/hci_core.h #define to_hci_conn(c) container_of(c, struct hci_conn, dev)
hci_conn         1106 include/net/bluetooth/hci_core.h struct link_key *hci_add_link_key(struct hci_dev *hdev, struct hci_conn *conn,
hci_conn         1150 include/net/bluetooth/hci_core.h void hci_conn_init_sysfs(struct hci_conn *conn);
hci_conn         1151 include/net/bluetooth/hci_core.h void hci_conn_add_sysfs(struct hci_conn *conn);
hci_conn         1152 include/net/bluetooth/hci_core.h void hci_conn_del_sysfs(struct hci_conn *conn);
hci_conn         1238 include/net/bluetooth/hci_core.h static inline int hci_proto_disconn_ind(struct hci_conn *conn)
hci_conn         1252 include/net/bluetooth/hci_core.h 	void (*connect_cfm)	(struct hci_conn *conn, __u8 status);
hci_conn         1253 include/net/bluetooth/hci_core.h 	void (*disconn_cfm)	(struct hci_conn *conn, __u8 status);
hci_conn         1254 include/net/bluetooth/hci_core.h 	void (*security_cfm)	(struct hci_conn *conn, __u8 status,
hci_conn         1256 include/net/bluetooth/hci_core.h 	void (*key_change_cfm)	(struct hci_conn *conn, __u8 status);
hci_conn         1257 include/net/bluetooth/hci_core.h 	void (*role_switch_cfm)	(struct hci_conn *conn, __u8 status, __u8 role);
hci_conn         1260 include/net/bluetooth/hci_core.h static inline void hci_connect_cfm(struct hci_conn *conn, __u8 status)
hci_conn         1275 include/net/bluetooth/hci_core.h static inline void hci_disconn_cfm(struct hci_conn *conn, __u8 reason)
hci_conn         1290 include/net/bluetooth/hci_core.h static inline void hci_auth_cfm(struct hci_conn *conn, __u8 status)
hci_conn         1311 include/net/bluetooth/hci_core.h static inline void hci_encrypt_cfm(struct hci_conn *conn, __u8 status,
hci_conn         1333 include/net/bluetooth/hci_core.h static inline void hci_key_change_cfm(struct hci_conn *conn, __u8 status)
hci_conn         1345 include/net/bluetooth/hci_core.h static inline void hci_role_switch_cfm(struct hci_conn *conn, __u8 status,
hci_conn         1461 include/net/bluetooth/hci_core.h void hci_send_sco(struct hci_conn *conn, struct sk_buff *skb);
hci_conn         1532 include/net/bluetooth/hci_core.h void mgmt_device_connected(struct hci_dev *hdev, struct hci_conn *conn,
hci_conn         1562 include/net/bluetooth/hci_core.h void mgmt_auth_failed(struct hci_conn *conn, u8 status);
hci_conn         1584 include/net/bluetooth/hci_core.h void mgmt_smp_complete(struct hci_conn *conn, bool complete);
hci_conn         1595 include/net/bluetooth/hci_core.h u8 hci_le_conn_update(struct hci_conn *conn, u16 min, u16 max, u16 latency,
hci_conn         1597 include/net/bluetooth/hci_core.h void hci_le_start_enc(struct hci_conn *conn, __le16 ediv, __le64 rand,
hci_conn          499 include/net/bluetooth/l2cap.h 	struct hci_conn		*hs_hcon;
hci_conn          629 include/net/bluetooth/l2cap.h 	struct hci_conn		*hcon;
hci_conn          625 net/bluetooth/6lowpan.c static bool is_bt_6lowpan(struct hci_conn *hcon)
hci_conn          984 net/bluetooth/6lowpan.c 	struct hci_conn *hcon;
hci_conn          409 net/bluetooth/a2mp.c 	struct hci_conn *hcon;
hci_conn          470 net/bluetooth/a2mp.c 	struct hci_conn *hcon;
hci_conn          549 net/bluetooth/a2mp.c 	struct hci_conn *hcon;
hci_conn          992 net/bluetooth/a2mp.c 	struct hci_conn *hs_hcon;
hci_conn          105 net/bluetooth/amp.c struct hci_conn *phylink_add(struct hci_dev *hdev, struct amp_mgr *mgr,
hci_conn          109 net/bluetooth/amp.c 	struct hci_conn *hcon;
hci_conn          167 net/bluetooth/amp.c int phylink_gen_key(struct hci_conn *conn, u8 *data, u8 *len, u8 *type)
hci_conn          293 net/bluetooth/amp.c 				   struct hci_conn *hcon)
hci_conn          330 net/bluetooth/amp.c 				     struct hci_conn *hcon)
hci_conn          384 net/bluetooth/amp.c 	struct hci_conn *hcon;
hci_conn          399 net/bluetooth/amp.c 	struct hci_conn *hcon;
hci_conn          426 net/bluetooth/amp.c 		struct hci_conn *hcon;
hci_conn          439 net/bluetooth/amp.c 			struct hci_conn *hcon)
hci_conn          478 net/bluetooth/amp.c 			struct hci_conn *hcon)
hci_conn          499 net/bluetooth/amp.c void amp_physical_cfm(struct hci_conn *bredr_hcon, struct hci_conn *hs_hcon)
hci_conn          529 net/bluetooth/amp.c 	struct hci_conn *hs_hcon = chan->hs_hcon;
hci_conn          571 net/bluetooth/amp.c 	struct hci_conn *hcon = hchan->conn;
hci_conn           26 net/bluetooth/amp.h struct hci_conn *phylink_add(struct hci_dev *hdev, struct amp_mgr *mgr,
hci_conn           29 net/bluetooth/amp.h int phylink_gen_key(struct hci_conn *hcon, u8 *data, u8 *len, u8 *type);
hci_conn           35 net/bluetooth/amp.h 				   struct hci_conn *hcon);
hci_conn           37 net/bluetooth/amp.h 			struct hci_conn *hcon);
hci_conn           39 net/bluetooth/amp.h 			struct hci_conn *hcon);
hci_conn           56 net/bluetooth/amp.h void amp_physical_cfm(struct hci_conn *bredr_hcon, struct hci_conn *hs_hcon);
hci_conn           63 net/bluetooth/hci_conn.c static void hci_connect_le_scan_cleanup(struct hci_conn *conn)
hci_conn          114 net/bluetooth/hci_conn.c static void hci_conn_cleanup(struct hci_conn *conn)
hci_conn          139 net/bluetooth/hci_conn.c 	struct hci_conn *conn = container_of(work, struct hci_conn,
hci_conn          142 net/bluetooth/hci_conn.c 	struct hci_conn *c = NULL;
hci_conn          166 net/bluetooth/hci_conn.c static void hci_connect_le_scan_remove(struct hci_conn *conn)
hci_conn          188 net/bluetooth/hci_conn.c static void hci_acl_create_connection(struct hci_conn *conn)
hci_conn          231 net/bluetooth/hci_conn.c int hci_disconnect(struct hci_conn *conn, __u8 reason)
hci_conn          253 net/bluetooth/hci_conn.c static void hci_add_sco(struct hci_conn *conn, __u16 handle)
hci_conn          271 net/bluetooth/hci_conn.c bool hci_setup_sync(struct hci_conn *conn, __u16 handle)
hci_conn          321 net/bluetooth/hci_conn.c u8 hci_le_conn_update(struct hci_conn *conn, u16 min, u16 max, u16 latency,
hci_conn          357 net/bluetooth/hci_conn.c void hci_le_start_enc(struct hci_conn *conn, __le16 ediv, __le64 rand,
hci_conn          376 net/bluetooth/hci_conn.c void hci_sco_setup(struct hci_conn *conn, __u8 status)
hci_conn          378 net/bluetooth/hci_conn.c 	struct hci_conn *sco = conn->link;
hci_conn          398 net/bluetooth/hci_conn.c 	struct hci_conn *conn = container_of(work, struct hci_conn,
hci_conn          429 net/bluetooth/hci_conn.c 	struct hci_conn *conn = container_of(work, struct hci_conn,
hci_conn          463 net/bluetooth/hci_conn.c 	struct hci_conn *conn = container_of(work, struct hci_conn,
hci_conn          472 net/bluetooth/hci_conn.c 	struct hci_conn *conn = container_of(work, struct hci_conn,
hci_conn          494 net/bluetooth/hci_conn.c struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst,
hci_conn          497 net/bluetooth/hci_conn.c 	struct hci_conn *conn;
hci_conn          572 net/bluetooth/hci_conn.c int hci_conn_del(struct hci_conn *conn)
hci_conn          583 net/bluetooth/hci_conn.c 		struct hci_conn *sco = conn->link;
hci_conn          597 net/bluetooth/hci_conn.c 		struct hci_conn *acl = conn->link;
hci_conn          681 net/bluetooth/hci_conn.c void hci_le_conn_failed(struct hci_conn *conn, u8 status)
hci_conn          724 net/bluetooth/hci_conn.c 	struct hci_conn *conn;
hci_conn          747 net/bluetooth/hci_conn.c static bool conn_use_rpa(struct hci_conn *conn)
hci_conn          754 net/bluetooth/hci_conn.c static void set_ext_conn_params(struct hci_conn *conn,
hci_conn          775 net/bluetooth/hci_conn.c 				       struct hci_conn *conn,
hci_conn          871 net/bluetooth/hci_conn.c 					 struct hci_conn *conn)
hci_conn          961 net/bluetooth/hci_conn.c struct hci_conn *hci_connect_le(struct hci_dev *hdev, bdaddr_t *dst,
hci_conn          966 net/bluetooth/hci_conn.c 	struct hci_conn *conn;
hci_conn         1092 net/bluetooth/hci_conn.c 	struct hci_conn *conn;
hci_conn         1143 net/bluetooth/hci_conn.c struct hci_conn *hci_connect_le_scan(struct hci_dev *hdev, bdaddr_t *dst,
hci_conn         1147 net/bluetooth/hci_conn.c 	struct hci_conn *conn;
hci_conn         1198 net/bluetooth/hci_conn.c struct hci_conn *hci_connect_acl(struct hci_dev *hdev, bdaddr_t *dst,
hci_conn         1201 net/bluetooth/hci_conn.c 	struct hci_conn *acl;
hci_conn         1229 net/bluetooth/hci_conn.c struct hci_conn *hci_connect_sco(struct hci_dev *hdev, int type, bdaddr_t *dst,
hci_conn         1232 net/bluetooth/hci_conn.c 	struct hci_conn *acl;
hci_conn         1233 net/bluetooth/hci_conn.c 	struct hci_conn *sco;
hci_conn         1273 net/bluetooth/hci_conn.c int hci_conn_check_link_mode(struct hci_conn *conn)
hci_conn         1296 net/bluetooth/hci_conn.c static int hci_conn_auth(struct hci_conn *conn, __u8 sec_level, __u8 auth_type)
hci_conn         1333 net/bluetooth/hci_conn.c static void hci_conn_encrypt(struct hci_conn *conn)
hci_conn         1347 net/bluetooth/hci_conn.c int hci_conn_security(struct hci_conn *conn, __u8 sec_level, __u8 auth_type,
hci_conn         1425 net/bluetooth/hci_conn.c int hci_conn_check_secure(struct hci_conn *conn, __u8 sec_level)
hci_conn         1444 net/bluetooth/hci_conn.c int hci_conn_switch_role(struct hci_conn *conn, __u8 role)
hci_conn         1463 net/bluetooth/hci_conn.c void hci_conn_enter_active_mode(struct hci_conn *conn, __u8 force_active)
hci_conn         1491 net/bluetooth/hci_conn.c 	struct hci_conn *c, *n;
hci_conn         1506 net/bluetooth/hci_conn.c 	struct hci_conn *conn;
hci_conn         1519 net/bluetooth/hci_conn.c static u32 get_link_mode(struct hci_conn *conn)
hci_conn         1543 net/bluetooth/hci_conn.c 	struct hci_conn *c;
hci_conn         1598 net/bluetooth/hci_conn.c 	struct hci_conn *conn;
hci_conn         1625 net/bluetooth/hci_conn.c 	struct hci_conn *conn;
hci_conn         1642 net/bluetooth/hci_conn.c struct hci_chan *hci_chan_create(struct hci_conn *conn)
hci_conn         1669 net/bluetooth/hci_conn.c 	struct hci_conn *conn = chan->conn;
hci_conn         1687 net/bluetooth/hci_conn.c void hci_chan_list_flush(struct hci_conn *conn)
hci_conn         1697 net/bluetooth/hci_conn.c static struct hci_chan *__hci_chan_lookup_handle(struct hci_conn *hcon,
hci_conn         1713 net/bluetooth/hci_conn.c 	struct hci_conn *hcon;
hci_conn         2330 net/bluetooth/hci_core.c static bool hci_persistent_key(struct hci_dev *hdev, struct hci_conn *conn,
hci_conn         2444 net/bluetooth/hci_core.c struct link_key *hci_add_link_key(struct hci_dev *hdev, struct hci_conn *conn,
hci_conn         3723 net/bluetooth/hci_core.c 	struct hci_conn *conn = chan->conn;
hci_conn         3794 net/bluetooth/hci_core.c void hci_send_sco(struct hci_conn *conn, struct sk_buff *skb)
hci_conn         3817 net/bluetooth/hci_core.c static struct hci_conn *hci_low_sent(struct hci_dev *hdev, __u8 type,
hci_conn         3821 net/bluetooth/hci_core.c 	struct hci_conn *conn = NULL, *c;
hci_conn         3880 net/bluetooth/hci_core.c 	struct hci_conn *c;
hci_conn         3904 net/bluetooth/hci_core.c 	struct hci_conn *conn;
hci_conn         3983 net/bluetooth/hci_core.c 	struct hci_conn *conn;
hci_conn         4165 net/bluetooth/hci_core.c 	struct hci_conn *conn;
hci_conn         4188 net/bluetooth/hci_core.c 	struct hci_conn *conn;
hci_conn         4288 net/bluetooth/hci_core.c 	struct hci_conn *conn;
hci_conn         4324 net/bluetooth/hci_core.c 	struct hci_conn *conn;
hci_conn         1068 net/bluetooth/hci_debugfs.c void hci_debugfs_create_conn(struct hci_conn *conn)
hci_conn           28 net/bluetooth/hci_debugfs.h void hci_debugfs_create_conn(struct hci_conn *conn);
hci_conn           44 net/bluetooth/hci_debugfs.h static inline void hci_debugfs_create_conn(struct hci_conn *conn)
hci_conn          104 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn          123 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn          142 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn          586 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn          606 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn          838 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn          908 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         1160 net/bluetooth/hci_event.c 		struct hci_conn *conn;
hci_conn         1194 net/bluetooth/hci_event.c 		struct hci_conn *conn;
hci_conn         1694 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         1714 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         1774 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         1812 net/bluetooth/hci_event.c 	struct hci_conn *acl, *sco;
hci_conn         1847 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         1874 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         1899 net/bluetooth/hci_event.c 				    struct hci_conn *conn)
hci_conn         1955 net/bluetooth/hci_event.c static void hci_check_pending_name(struct hci_dev *hdev, struct hci_conn *conn,
hci_conn         2007 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         2050 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         2077 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         2104 net/bluetooth/hci_event.c 	struct hci_conn *acl, *sco;
hci_conn         2139 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         2166 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         2193 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         2216 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         2300 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         2327 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         2357 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         2477 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         2573 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         2684 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         2766 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         2836 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         2879 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         2934 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         3060 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         3083 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         3614 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         3653 net/bluetooth/hci_event.c 		struct hci_conn *conn;
hci_conn         3700 net/bluetooth/hci_event.c static struct hci_conn *__hci_conn_lookup_handle(struct hci_dev *hdev,
hci_conn         3742 net/bluetooth/hci_event.c 		struct hci_conn *conn = NULL;
hci_conn         3775 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         3803 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         3838 net/bluetooth/hci_event.c static void conn_set_key(struct hci_conn *conn, u8 key_type, u8 pin_len)
hci_conn         3874 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         3933 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         3993 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         4016 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         4115 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         4179 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         4313 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         4359 net/bluetooth/hci_event.c static u8 hci_get_auth_req(struct hci_conn *conn)
hci_conn         4377 net/bluetooth/hci_event.c static u8 bredr_oob_data_present(struct hci_conn *conn)
hci_conn         4422 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         4491 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         4513 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         4598 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         4618 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         4657 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         4689 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         4764 net/bluetooth/hci_event.c 	struct hci_conn *hcon;
hci_conn         4781 net/bluetooth/hci_event.c 	struct hci_conn *hcon, *bredr_hcon;
hci_conn         4820 net/bluetooth/hci_event.c 	struct hci_conn *hcon;
hci_conn         4883 net/bluetooth/hci_event.c 	struct hci_conn *hcon;
hci_conn         4907 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         5094 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         5123 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         5143 net/bluetooth/hci_event.c static struct hci_conn *check_pending_le_conn(struct hci_dev *hdev,
hci_conn         5148 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         5237 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         5530 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         5573 net/bluetooth/hci_event.c 	struct hci_conn *conn;
hci_conn         5649 net/bluetooth/hci_event.c 	struct hci_conn *hcon;
hci_conn         1991 net/bluetooth/hci_request.c 		struct hci_conn *conn;
hci_conn         2203 net/bluetooth/hci_request.c void __hci_abort_conn(struct hci_request *req, struct hci_conn *conn,
hci_conn         2278 net/bluetooth/hci_request.c int hci_abort_conn(struct hci_conn *conn, u8 reason)
hci_conn         2308 net/bluetooth/hci_request.c 	struct hci_conn *conn;
hci_conn          107 net/bluetooth/hci_request.h int hci_abort_conn(struct hci_conn *conn, u8 reason);
hci_conn          108 net/bluetooth/hci_request.h void __hci_abort_conn(struct hci_request *req, struct hci_conn *conn,
hci_conn           13 net/bluetooth/hci_sysfs.c 	struct hci_conn *conn = to_hci_conn(dev);
hci_conn           32 net/bluetooth/hci_sysfs.c void hci_conn_init_sysfs(struct hci_conn *conn)
hci_conn           45 net/bluetooth/hci_sysfs.c void hci_conn_add_sysfs(struct hci_conn *conn)
hci_conn           61 net/bluetooth/hci_sysfs.c void hci_conn_del_sysfs(struct hci_conn *conn)
hci_conn           76 net/bluetooth/l2cap_core.c static inline u8 bdaddr_src_type(struct hci_conn *hcon)
hci_conn           81 net/bluetooth/l2cap_core.c static inline u8 bdaddr_dst_type(struct hci_conn *hcon)
hci_conn          669 net/bluetooth/l2cap_core.c 	struct hci_conn *hcon = conn->hcon;
hci_conn          892 net/bluetooth/l2cap_core.c 	struct hci_conn *hcon = chan->conn->hcon;
hci_conn         1352 net/bluetooth/l2cap_core.c static bool l2cap_check_enc_key_size(struct hci_conn *hcon)
hci_conn         1520 net/bluetooth/l2cap_core.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         1554 net/bluetooth/l2cap_core.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         1699 net/bluetooth/l2cap_core.c static void l2cap_conn_del(struct hci_conn *hcon, int err)
hci_conn         3983 net/bluetooth/l2cap_core.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         4580 net/bluetooth/l2cap_core.c 		struct hci_conn *hs_hcon;
hci_conn         5283 net/bluetooth/l2cap_core.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         5334 net/bluetooth/l2cap_core.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         5743 net/bluetooth/l2cap_core.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         5784 net/bluetooth/l2cap_core.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         6981 net/bluetooth/l2cap_core.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         7018 net/bluetooth/l2cap_core.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         7082 net/bluetooth/l2cap_core.c static struct l2cap_conn *l2cap_conn_add(struct hci_conn *hcon)
hci_conn         7164 net/bluetooth/l2cap_core.c 	struct hci_conn *hcon;
hci_conn         7358 net/bluetooth/l2cap_core.c 						  struct hci_conn *hcon)
hci_conn         7389 net/bluetooth/l2cap_core.c static void l2cap_connect_cfm(struct hci_conn *hcon, u8 status)
hci_conn         7450 net/bluetooth/l2cap_core.c int l2cap_disconn_ind(struct hci_conn *hcon)
hci_conn         7461 net/bluetooth/l2cap_core.c static void l2cap_disconn_cfm(struct hci_conn *hcon, u8 reason)
hci_conn         7488 net/bluetooth/l2cap_core.c static void l2cap_security_cfm(struct hci_conn *hcon, u8 status, u8 encrypt)
hci_conn         7579 net/bluetooth/l2cap_core.c void l2cap_recv_acldata(struct hci_conn *hcon, struct sk_buff *skb, u16 flags)
hci_conn         1124 net/bluetooth/mgmt.c 	struct hci_conn *conn;
hci_conn         2380 net/bluetooth/mgmt.c 	struct hci_conn *conn;
hci_conn         2507 net/bluetooth/mgmt.c 	struct hci_conn *conn;
hci_conn         2590 net/bluetooth/mgmt.c 	struct hci_conn *c;
hci_conn         2664 net/bluetooth/mgmt.c 	struct hci_conn *conn;
hci_conn         2747 net/bluetooth/mgmt.c static struct mgmt_pending_cmd *find_pairing(struct hci_conn *conn)
hci_conn         2768 net/bluetooth/mgmt.c 	struct hci_conn *conn = cmd->user_data;
hci_conn         2794 net/bluetooth/mgmt.c void mgmt_smp_complete(struct hci_conn *conn, bool complete)
hci_conn         2806 net/bluetooth/mgmt.c static void pairing_complete_cb(struct hci_conn *conn, u8 status)
hci_conn         2822 net/bluetooth/mgmt.c static void le_pairing_complete_cb(struct hci_conn *conn, u8 status)
hci_conn         2848 net/bluetooth/mgmt.c 	struct hci_conn *conn;
hci_conn         2977 net/bluetooth/mgmt.c 	struct hci_conn *conn;
hci_conn         3020 net/bluetooth/mgmt.c 	struct hci_conn *conn;
hci_conn         5177 net/bluetooth/mgmt.c 	struct hci_conn *conn = cmd->user_data;
hci_conn         5207 net/bluetooth/mgmt.c 	struct hci_conn *conn;
hci_conn         5261 net/bluetooth/mgmt.c 	struct hci_conn *conn;
hci_conn         5379 net/bluetooth/mgmt.c 	struct hci_conn *conn = cmd->user_data;
hci_conn         5417 net/bluetooth/mgmt.c 	struct hci_conn *conn;
hci_conn         5453 net/bluetooth/mgmt.c 	struct hci_conn *conn;
hci_conn         5523 net/bluetooth/mgmt.c 	struct hci_conn *conn;
hci_conn         7233 net/bluetooth/mgmt.c void mgmt_device_connected(struct hci_dev *hdev, struct hci_conn *conn,
hci_conn         7521 net/bluetooth/mgmt.c void mgmt_auth_failed(struct hci_conn *conn, u8 hci_status)
hci_conn         2099 net/bluetooth/rfcomm/core.c static void rfcomm_security_cfm(struct hci_conn *conn, u8 status, u8 encrypt)
hci_conn          179 net/bluetooth/rfcomm/tty.c 	struct hci_conn *conn;
hci_conn           46 net/bluetooth/sco.c 	struct hci_conn	*hcon;
hci_conn          104 net/bluetooth/sco.c static struct sco_conn *sco_conn_add(struct hci_conn *hcon)
hci_conn          158 net/bluetooth/sco.c static void sco_conn_del(struct hci_conn *hcon, int err)
hci_conn          217 net/bluetooth/sco.c 	struct hci_conn *hcon;
hci_conn          727 net/bluetooth/sco.c static void sco_conn_defer_accept(struct hci_conn *conn, u16 setting)
hci_conn         1109 net/bluetooth/sco.c static void sco_connect_cfm(struct hci_conn *hcon, __u8 status)
hci_conn         1126 net/bluetooth/sco.c static void sco_disconn_cfm(struct hci_conn *hcon, __u8 reason)
hci_conn         1136 net/bluetooth/sco.c void sco_recv_scodata(struct hci_conn *hcon, struct sk_buff *skb)
hci_conn          663 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn          752 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn          804 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn          859 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn          976 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         1037 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         1126 net/bluetooth/smp.c 	struct hci_conn *hcon = smp->conn->hcon;
hci_conn         1198 net/bluetooth/smp.c 	struct hci_conn *hcon = smp->conn->hcon;
hci_conn         1235 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         1415 net/bluetooth/smp.c 	struct hci_conn *hcon = smp->conn->hcon;
hci_conn         1436 net/bluetooth/smp.c 	struct hci_conn *hcon = smp->conn->hcon;
hci_conn         1473 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         1494 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         1581 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         1620 net/bluetooth/smp.c int smp_user_confirm_reply(struct hci_conn *hcon, u16 mgmt_op, __le32 passkey)
hci_conn         2043 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         2123 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         2210 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         2231 net/bluetooth/smp.c bool smp_sufficient_security(struct hci_conn *hcon, u8 sec_level,
hci_conn         2258 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         2318 net/bluetooth/smp.c int smp_conn_security(struct hci_conn *hcon, __u8 sec_level)
hci_conn         2407 net/bluetooth/smp.c 	struct hci_conn *hcon;
hci_conn         2477 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         2533 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         2630 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         2675 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         2807 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         2881 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         3007 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         3075 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn         3098 net/bluetooth/smp.c 	struct hci_conn *hcon = conn->hcon;
hci_conn          186 net/bluetooth/smp.h bool smp_sufficient_security(struct hci_conn *hcon, u8 sec_level,
hci_conn          188 net/bluetooth/smp.h int smp_conn_security(struct hci_conn *hcon, __u8 sec_level);
hci_conn          189 net/bluetooth/smp.h int smp_user_confirm_reply(struct hci_conn *conn, u16 mgmt_op, __le32 passkey);