l2cap.h (9b7655eafeeec9e74e97e9056e820ede8d18093e) | l2cap.h (387a33e304caeeabf0c2439607fa6e726666bdf0) |
---|---|
1/* 2 BlueZ - Bluetooth protocol stack for Linux 3 Copyright (C) 2000-2001 Qualcomm Incorporated 4 Copyright (C) 2009-2010 Gustavo F. Padovan <gustavo@padovan.org> 5 Copyright (C) 2010 Google Inc. 6 7 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com> 8 --- 867 unchanged lines hidden (view full) --- 876 u32 priority); 877void l2cap_chan_busy(struct l2cap_chan *chan, int busy); 878int l2cap_chan_check_security(struct l2cap_chan *chan); 879void l2cap_chan_set_defaults(struct l2cap_chan *chan); 880int l2cap_ertm_init(struct l2cap_chan *chan); 881void l2cap_chan_add(struct l2cap_conn *conn, struct l2cap_chan *chan); 882void __l2cap_chan_add(struct l2cap_conn *conn, struct l2cap_chan *chan); 883void l2cap_chan_del(struct l2cap_chan *chan, int err); | 1/* 2 BlueZ - Bluetooth protocol stack for Linux 3 Copyright (C) 2000-2001 Qualcomm Incorporated 4 Copyright (C) 2009-2010 Gustavo F. Padovan <gustavo@padovan.org> 5 Copyright (C) 2010 Google Inc. 6 7 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com> 8 --- 867 unchanged lines hidden (view full) --- 876 u32 priority); 877void l2cap_chan_busy(struct l2cap_chan *chan, int busy); 878int l2cap_chan_check_security(struct l2cap_chan *chan); 879void l2cap_chan_set_defaults(struct l2cap_chan *chan); 880int l2cap_ertm_init(struct l2cap_chan *chan); 881void l2cap_chan_add(struct l2cap_conn *conn, struct l2cap_chan *chan); 882void __l2cap_chan_add(struct l2cap_conn *conn, struct l2cap_chan *chan); 883void l2cap_chan_del(struct l2cap_chan *chan, int err); |
884void l2cap_conn_update_id_addr(struct hci_conn *hcon); |
|
884void l2cap_send_conn_req(struct l2cap_chan *chan); 885void l2cap_move_start(struct l2cap_chan *chan); 886void l2cap_logical_cfm(struct l2cap_chan *chan, struct hci_chan *hchan, 887 u8 status); 888void __l2cap_physical_cfm(struct l2cap_chan *chan, int result); 889 890void l2cap_conn_get(struct l2cap_conn *conn); 891void l2cap_conn_put(struct l2cap_conn *conn); 892 893int l2cap_register_user(struct l2cap_conn *conn, struct l2cap_user *user); 894void l2cap_unregister_user(struct l2cap_conn *conn, struct l2cap_user *user); 895 896#endif /* __L2CAP_H */ | 885void l2cap_send_conn_req(struct l2cap_chan *chan); 886void l2cap_move_start(struct l2cap_chan *chan); 887void l2cap_logical_cfm(struct l2cap_chan *chan, struct hci_chan *hchan, 888 u8 status); 889void __l2cap_physical_cfm(struct l2cap_chan *chan, int result); 890 891void l2cap_conn_get(struct l2cap_conn *conn); 892void l2cap_conn_put(struct l2cap_conn *conn); 893 894int l2cap_register_user(struct l2cap_conn *conn, struct l2cap_user *user); 895void l2cap_unregister_user(struct l2cap_conn *conn, struct l2cap_user *user); 896 897#endif /* __L2CAP_H */ |