Home
last modified time | relevance | path

Searched refs:hci_conn (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h663 struct hci_conn { struct
1052 struct hci_conn *c; in hci_conn_lookup_type()
1073 struct hci_conn *c; in hci_conn_hash_lookup_bis()
1097 struct hci_conn *c; in hci_conn_hash_lookup_per_adv_bis()
1121 struct hci_conn *c; in hci_conn_hash_lookup_handle()
1140 struct hci_conn *c; in hci_conn_hash_lookup_ba()
1161 struct hci_conn *c; in hci_conn_hash_lookup_le()
1187 struct hci_conn *c; in hci_conn_hash_lookup_cis()
1219 struct hci_conn *c; in hci_conn_hash_lookup_cig()
1491 static inline struct hci_conn *hci_conn_get(struct hci_conn *conn) in hci_conn_get()
[all …]
H A Dhci_sync.h126 struct hci_conn;
128 int hci_abort_conn_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 reason);
130 int hci_le_create_conn_sync(struct hci_dev *hdev, struct hci_conn *conn);
H A Dl2cap.h636 struct hci_conn *hcon;
/openbmc/linux/net/bluetooth/
H A Dhci_conn.c48 struct hci_conn *conn;
613 struct hci_conn *conn = container_of(work, struct hci_conn, in hci_conn_timeout()
637 struct hci_conn *conn = container_of(work, struct hci_conn, in hci_conn_idle()
671 struct hci_conn *conn = container_of(work, struct hci_conn, in hci_conn_auto_accept()
697 struct hci_conn *conn = container_of(work, struct hci_conn, in le_conn_timeout()
851 struct hci_conn *bis; in bis_cleanup()
1662 struct hci_conn *acl; in hci_connect_acl()
1731 struct hci_conn *acl; in hci_connect_sco()
1732 struct hci_conn *sco; in hci_connect_sco()
2302 struct hci_conn *le; in hci_connect_cis()
[all …]
H A Dhci_sysfs.c15 struct hci_conn *conn = to_hci_conn(dev); in bt_link_release()
34 void hci_conn_init_sysfs(struct hci_conn *conn) in hci_conn_init_sysfs()
47 void hci_conn_add_sysfs(struct hci_conn *conn) in hci_conn_add_sysfs()
62 void hci_conn_del_sysfs(struct hci_conn *conn) in hci_conn_del_sysfs()
H A Dhci_debugfs.h28 void hci_debugfs_create_conn(struct hci_conn *conn);
45 static inline void hci_debugfs_create_conn(struct hci_conn *conn) in hci_debugfs_create_conn()
H A Dsmp.h186 bool smp_sufficient_security(struct hci_conn *hcon, u8 sec_level,
188 int smp_conn_security(struct hci_conn *hcon, __u8 sec_level);
189 int smp_user_confirm_reply(struct hci_conn *conn, u16 mgmt_op, __le32 passkey);
H A Dhci_event.c172 struct hci_conn *conn; in hci_cc_role_discovery()
194 struct hci_conn *conn; in hci_cc_read_link_policy()
216 struct hci_conn *conn; in hci_cc_write_link_policy()
724 struct hci_conn *conn; in hci_cc_read_enc_key_size()
796 struct hci_conn *conn; in hci_cc_read_auth_payload_timeout()
818 struct hci_conn *conn; in hci_cc_write_auth_payload_timeout()
1068 struct hci_conn *conn; in hci_cc_read_clock()
1152 struct hci_conn *conn; in hci_cc_pin_code_reply()
2184 struct hci_conn *conn; in hci_cc_read_rssi()
2310 struct hci_conn *acl; in hci_cs_add_sco()
[all …]
H A Dsmp.c654 struct hci_conn *hcon = conn->hcon; in build_pairing_cmd()
747 struct hci_conn *hcon = conn->hcon; in smp_chan_destroy()
799 struct hci_conn *hcon = conn->hcon; in smp_failure()
854 struct hci_conn *hcon = conn->hcon; in tk_request()
979 struct hci_conn *hcon = conn->hcon; in smp_random()
1041 struct hci_conn *hcon = conn->hcon; in smp_notify_keys()
1251 struct hci_conn *hcon = conn->hcon; in smp_distribute_keys()
1393 struct hci_conn *hcon = conn->hcon; in smp_chan_create()
1491 struct hci_conn *hcon = conn->hcon; in sc_passkey_send_confirm()
1512 struct hci_conn *hcon = conn->hcon; in sc_passkey_round()
[all …]
H A DMakefile15 bluetooth-y := af_bluetooth.o hci_core.o hci_conn.o hci_event.o mgmt.o \
H A Dsco.c46 struct hci_conn *hcon;
127 static struct sco_conn *sco_conn_add(struct hci_conn *hcon) in sco_conn_add()
185 static void sco_conn_del(struct hci_conn *hcon, int err) in sco_conn_del()
247 struct hci_conn *hcon; in sco_connect()
755 static void sco_conn_defer_accept(struct hci_conn *conn, u16 setting) in sco_conn_defer_accept()
1349 static void sco_connect_cfm(struct hci_conn *hcon, __u8 status) in sco_connect_cfm()
1366 static void sco_disconn_cfm(struct hci_conn *hcon, __u8 reason) in sco_disconn_cfm()
1376 void sco_recv_scodata(struct hci_conn *hcon, struct sk_buff *skb) in sco_recv_scodata()
H A Diso.c26 struct hci_conn *hcon;
137 static struct iso_conn *iso_conn_add(struct hci_conn *hcon) in iso_conn_add()
199 struct hci_conn *hcon = data; in iso_match_conn_sync_handle()
207 static void iso_conn_del(struct hci_conn *hcon, int err) in iso_conn_del()
304 struct hci_conn *hcon; in iso_connect_bis()
395 struct hci_conn *hcon; in iso_connect_cis()
1187 static void iso_conn_defer_accept(struct hci_conn *conn) in iso_conn_defer_accept()
1600 struct hci_conn *hcon;
1623 struct hci_conn *hcon; in iso_conn_ready()
1860 static void iso_connect_cfm(struct hci_conn *hcon, __u8 status) in iso_connect_cfm()
[all …]
H A Dhci_core.c3178 struct hci_conn *conn = chan->conn; in hci_queue_acl()
3371 struct hci_conn *conn = NULL, *c; in hci_low_sent()
3408 struct hci_conn *c; in hci_link_tx_to()
3437 struct hci_conn *conn; in hci_chan_sent()
3497 struct hci_conn *conn; in hci_prio_recalculate()
3570 struct hci_conn *conn; in hci_sched_sco()
3593 struct hci_conn *conn; in hci_sched_esco()
3721 struct hci_conn *conn; in hci_sched_iso()
3773 struct hci_conn *conn; in hci_acldata_packet()
3809 struct hci_conn *conn; in hci_scodata_packet()
[all …]
H A Dhci_sync.c2715 struct hci_conn *conn; in hci_le_set_ext_scan_param_sync()
3181 struct hci_conn *conn; in disconnected_accept_list_entries()
5234 struct hci_conn *conn, u8 reason) in hci_le_connect_cancel_sync()
5352 struct hci_conn *c; in hci_abort_conn_sync()
5403 struct hci_conn *conn; in hci_disconnect_all_sync()
6022 static bool conn_use_rpa(struct hci_conn *conn) in conn_use_rpa()
6030 struct hci_conn *conn) in hci_le_ext_directed_advertising_sync()
6093 struct hci_conn *conn) in hci_le_directed_advertising_sync()
6162 struct hci_conn *conn, u8 own_addr_type) in hci_le_ext_create_conn_sync()
6319 struct hci_conn *conn; in hci_le_create_cis_sync()
[all …]
H A Dl2cap_core.c745 struct hci_conn *hcon = conn->hcon; in l2cap_conn_update_id_addr()
1576 struct hci_conn *hcon = conn->hcon; in l2cap_le_conn_ready()
1610 struct hci_conn *hcon = conn->hcon; in l2cap_conn_ready()
4068 struct hci_conn *hcon = conn->hcon; in l2cap_connect_req()
4625 struct hci_conn *hcon = conn->hcon; in l2cap_conn_param_update_req()
4676 struct hci_conn *hcon = conn->hcon; in l2cap_le_connect_rsp()
5164 struct hci_conn *hcon = conn->hcon; in l2cap_ecred_conn_rsp()
5468 struct hci_conn *hcon = conn->hcon; in l2cap_le_sig_channel()
5517 struct hci_conn *hcon = conn->hcon; in l2cap_sig_channel()
6948 struct hci_conn *hcon; in l2cap_chan_connect()
[all …]
H A Dmgmt.c2906 struct hci_conn *conn; in unpair_device_sync()
2928 struct hci_conn *conn; in unpair_device()
3056 struct hci_conn *conn; in disconnect()
3140 struct hci_conn *c; in get_connections()
3214 struct hci_conn *conn; in pin_code_reply()
3397 struct hci_conn *conn; in pair_device()
3526 struct hci_conn *conn; in cancel_pair_device()
3583 struct hci_conn *conn; in user_pairing_resp()
7245 struct hci_conn *conn; in get_conn_info_sync()
7284 struct hci_conn *conn; in get_conn_info()
[all …]
H A D6lowpan.c605 static bool is_bt_6lowpan(struct hci_conn *hcon) in is_bt_6lowpan()
955 struct hci_conn *hcon; in get_l2cap_conn()
H A Dhci_debugfs.c1264 void hci_debugfs_create_conn(struct hci_conn *conn) in hci_debugfs_create_conn()
/openbmc/linux/net/bluetooth/rfcomm/
H A Dtty.c178 struct hci_conn *conn; in rfcomm_reparent_device()
H A Dcore.c2137 static void rfcomm_security_cfm(struct hci_conn *conn, u8 status, u8 encrypt) in rfcomm_security_cfm()