Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/bluetooth/
A Dhci_core.h680 struct hci_conn { struct
1063 struct hci_conn *c; in hci_conn_lookup_type()
1085 struct hci_conn *c; in hci_conn_hash_lookup_bis()
1107 struct hci_conn *c; in hci_conn_hash_lookup_handle()
1126 struct hci_conn *c; in hci_conn_hash_lookup_ba()
1147 struct hci_conn *c; in hci_conn_hash_lookup_le()
1171 struct hci_conn *c; in hci_conn_hash_lookup_cis()
1194 struct hci_conn *c; in hci_conn_hash_lookup_cig()
1217 struct hci_conn *c; in hci_conn_hash_lookup_big()
1240 struct hci_conn *c; in hci_conn_hash_lookup_state()
[all …]
A Dhci_sync.h119 struct hci_conn;
121 int hci_abort_conn_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 reason);
123 int hci_le_create_conn_sync(struct hci_dev *hdev, struct hci_conn *conn);
A Dl2cap.h542 struct hci_conn *hs_hcon;
675 struct hci_conn *hcon;
/linux-6.3-rc2/net/bluetooth/
A Damp.h26 struct hci_conn *phylink_add(struct hci_dev *hdev, struct amp_mgr *mgr,
29 int phylink_gen_key(struct hci_conn *hcon, u8 *data, u8 *len, u8 *type);
35 struct hci_conn *hcon);
37 struct hci_conn *hcon);
39 struct hci_conn *hcon);
56 void amp_physical_cfm(struct hci_conn *bredr_hcon, struct hci_conn *hs_hcon);
A Dhci_conn.c48 struct hci_conn *conn;
163 struct hci_conn *conn = container_of(work, struct hci_conn, in le_scan_cleanup()
640 struct hci_conn *conn = container_of(work, struct hci_conn, in hci_conn_timeout()
671 struct hci_conn *conn = container_of(work, struct hci_conn, in hci_conn_idle()
705 struct hci_conn *conn = container_of(work, struct hci_conn, in hci_conn_auto_accept()
731 struct hci_conn *conn = container_of(work, struct hci_conn, in le_conn_timeout()
1565 struct hci_conn *acl; in hci_connect_acl()
1597 struct hci_conn *acl; in hci_connect_sco()
1598 struct hci_conn *sco; in hci_connect_sco()
2156 struct hci_conn *le; in hci_connect_cis()
[all …]
A Damp.c109 struct hci_conn *hcon; in phylink_add()
293 struct hci_conn *hcon) in amp_read_loc_assoc_final_data()
333 struct hci_conn *hcon) in amp_write_rem_assoc_frag()
387 struct hci_conn *hcon; in amp_write_rem_assoc_continue()
402 struct hci_conn *hcon; in amp_write_remote_assoc()
429 struct hci_conn *hcon; in create_phylink_complete()
442 struct hci_conn *hcon) in amp_create_phylink()
481 struct hci_conn *hcon) in amp_accept_phylink()
502 void amp_physical_cfm(struct hci_conn *bredr_hcon, struct hci_conn *hs_hcon) in amp_physical_cfm()
532 struct hci_conn *hs_hcon = chan->hs_hcon; in amp_create_logical_link()
[all …]
A Dhci_sysfs.c13 struct hci_conn *conn = to_hci_conn(dev); in bt_link_release()
32 void hci_conn_init_sysfs(struct hci_conn *conn) in hci_conn_init_sysfs()
45 void hci_conn_add_sysfs(struct hci_conn *conn) in hci_conn_add_sysfs()
64 void hci_conn_del_sysfs(struct hci_conn *conn) in hci_conn_del_sysfs()
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()
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);
A Dhci_event.c170 struct hci_conn *conn; in hci_cc_role_discovery()
192 struct hci_conn *conn; in hci_cc_read_link_policy()
214 struct hci_conn *conn; in hci_cc_write_link_policy()
719 struct hci_conn *conn; in hci_cc_read_enc_key_size()
777 struct hci_conn *conn; in hci_cc_read_auth_payload_timeout()
799 struct hci_conn *conn; in hci_cc_write_auth_payload_timeout()
1080 struct hci_conn *conn; in hci_cc_read_clock()
1188 struct hci_conn *conn; in hci_cc_pin_code_reply()
2217 struct hci_conn *conn; in hci_cc_read_rssi()
2240 struct hci_conn *conn; in hci_cc_read_tx_power()
[all …]
A Dsmp.c652 struct hci_conn *hcon = conn->hcon; in build_pairing_cmd()
745 struct hci_conn *hcon = conn->hcon; in smp_chan_destroy()
797 struct hci_conn *hcon = conn->hcon; in smp_failure()
852 struct hci_conn *hcon = conn->hcon; in tk_request()
977 struct hci_conn *hcon = conn->hcon; in smp_random()
1039 struct hci_conn *hcon = conn->hcon; in smp_notify_keys()
1237 struct hci_conn *hcon = conn->hcon; in smp_distribute_keys()
1379 struct hci_conn *hcon = conn->hcon; in smp_chan_create()
1477 struct hci_conn *hcon = conn->hcon; in sc_passkey_send_confirm()
1498 struct hci_conn *hcon = conn->hcon; in sc_passkey_round()
[all …]
A Diso.c25 struct hci_conn *hcon;
115 static struct iso_conn *iso_conn_add(struct hci_conn *hcon) in iso_conn_add()
172 static void iso_conn_del(struct hci_conn *hcon, int err) in iso_conn_del()
249 struct hci_conn *hcon; in iso_connect_bis()
321 struct hci_conn *hcon; in iso_connect_cis()
583 static void iso_conn_defer_reject(struct hci_conn *conn) in iso_conn_defer_reject()
1101 static void iso_conn_defer_accept(struct hci_conn *conn) in iso_conn_defer_accept()
1414 struct hci_conn *hcon;
1430 struct hci_conn *hcon; in iso_conn_ready()
1579 static void iso_connect_cfm(struct hci_conn *hcon, __u8 status) in iso_connect_cfm()
[all …]
A Dsco.c46 struct hci_conn *hcon;
124 static struct sco_conn *sco_conn_add(struct hci_conn *hcon) in sco_conn_add()
179 static void sco_conn_del(struct hci_conn *hcon, int err) in sco_conn_del()
241 struct hci_conn *hcon; in sco_connect()
759 static void sco_conn_defer_accept(struct hci_conn *conn, u16 setting) in sco_conn_defer_accept()
1355 static void sco_connect_cfm(struct hci_conn *hcon, __u8 status) in sco_connect_cfm()
1372 static void sco_disconn_cfm(struct hci_conn *hcon, __u8 reason) in sco_disconn_cfm()
1382 void sco_recv_scodata(struct hci_conn *hcon, struct sk_buff *skb) in sco_recv_scodata()
A DMakefile15 bluetooth-y := af_bluetooth.o hci_core.o hci_conn.o hci_event.o mgmt.o \
A Dhci_core.c3116 struct hci_conn *conn = chan->conn; in hci_queue_acl()
3322 struct hci_conn *conn = NULL, *c; in hci_low_sent()
3359 struct hci_conn *c; in hci_link_tx_to()
3383 struct hci_conn *conn; in hci_chan_sent()
3443 struct hci_conn *conn; in hci_prio_recalculate()
3522 struct hci_conn *conn; in hci_sched_sco()
3545 struct hci_conn *conn; in hci_sched_esco()
3739 struct hci_conn *conn; in hci_sched_iso()
3791 struct hci_conn *conn; in hci_acldata_packet()
3827 struct hci_conn *conn; in hci_scodata_packet()
[all …]
A Da2mp.c418 struct hci_conn *hcon; in a2mp_getampassoc_rsp()
478 struct hci_conn *hcon; in a2mp_createphyslink_req()
560 struct hci_conn *hcon; in a2mp_discphyslink_req()
1009 struct hci_conn *hs_hcon; in a2mp_send_create_phy_link_rsp()
A Dl2cap_core.c738 struct hci_conn *hcon = conn->hcon; in l2cap_conn_update_id_addr()
1713 struct hci_conn *hcon = conn->hcon; in l2cap_le_conn_ready()
1747 struct hci_conn *hcon = conn->hcon; in l2cap_conn_ready()
4237 struct hci_conn *hcon = conn->hcon; in l2cap_connect_req()
4847 struct hci_conn *hs_hcon; in l2cap_create_channel_req()
5554 struct hci_conn *hcon = conn->hcon; in l2cap_conn_param_update_req()
5605 struct hci_conn *hcon = conn->hcon; in l2cap_le_connect_rsp()
6113 struct hci_conn *hcon = conn->hcon; in l2cap_ecred_conn_rsp()
6412 struct hci_conn *hcon = conn->hcon; in l2cap_le_sig_channel()
7898 struct hci_conn *hcon; in l2cap_chan_connect()
[all …]
A Dhci_sync.c2511 struct hci_conn *c; in hci_is_le_conn_scanning()
2983 struct hci_conn *conn; in disconnected_accept_list_entries()
5055 static int hci_disconnect_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_disconnect_sync()
5081 struct hci_conn *conn) in hci_le_connect_cancel_sync()
5168 struct hci_conn *conn, *tmp; in hci_disconnect_all_sync()
5793 static bool conn_use_rpa(struct hci_conn *conn) in conn_use_rpa()
5801 struct hci_conn *conn) in hci_le_ext_directed_advertising_sync()
5865 struct hci_conn *conn) in hci_le_directed_advertising_sync()
5916 static void set_ext_conn_params(struct hci_conn *conn, in set_ext_conn_params()
5934 struct hci_conn *conn, u8 own_addr_type) in hci_le_ext_create_conn_sync()
[all …]
A Dmgmt.c2961 struct hci_conn *conn; in unpair_device_sync()
2983 struct hci_conn *conn; in unpair_device()
3111 struct hci_conn *conn; in disconnect()
3194 struct hci_conn *c; in get_connections()
3268 struct hci_conn *conn; in pin_code_reply()
3451 struct hci_conn *conn; in pair_device()
3577 struct hci_conn *conn; in abort_conn_sync()
3592 struct hci_conn *conn; in cancel_pair_device()
3650 struct hci_conn *conn; in user_pairing_resp()
7309 struct hci_conn *conn; in get_conn_info_sync()
[all …]
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()
A Dhci_request.c636 struct hci_conn *c; in hci_is_le_conn_scanning()
A Dhci_debugfs.c1243 void hci_debugfs_create_conn(struct hci_conn *conn) in hci_debugfs_create_conn()
/linux-6.3-rc2/net/bluetooth/rfcomm/
A Dtty.c178 struct hci_conn *conn; in rfcomm_reparent_device()
A Dcore.c2137 static void rfcomm_security_cfm(struct hci_conn *conn, u8 status, u8 encrypt) in rfcomm_security_cfm()

Completed in 100 milliseconds