Commit Graph

548 Commits (bb7f32fe966aa009ef6757aa08067cca3b2ac913)

Author SHA1 Message Date
Joe Perches dcf4adbfdc Bluetooth: Convert uses of __constant_<foo> to <foo> 11 years ago
Andre Guedes 6f77d8c757 Bluetooth: Move address type conversion to outside hci_connect_le 11 years ago
Andre Guedes 04a6c5898e Bluetooth: Refactor HCI connection code 11 years ago
Johan Hedberg 4bd6d38e7f Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys() 11 years ago
Andrzej Kaczmarek ede81a2a12 Bluetooth: Fix NULL pointer dereference when sending data 11 years ago
Szymon Janc 2c96e03def Bluetooth: Print error when dropping L2CAP data 11 years ago
Johan Hedberg 387a33e304 Bluetooth: Fix updating Identity Address in L2CAP channels 11 years ago
Johan Hedberg 9b7655eafe Bluetooth: Enable LE L2CAP CoC support by default 11 years ago
Johan Hedberg 7b25c9b3c9 Bluetooth: Remove unnecessary check for chan->psm 11 years ago
Johan Hedberg 61202e4de9 Bluetooth: Free up l2cap_chan->sport when initiating a connection 11 years ago
Johan Hedberg 0f1bfe4e5e Bluetooth: Fix disconnecting L2CAP when a credits overflow occurs 11 years ago
Johan Hedberg dfd9774c5a Bluetooth: Fix disconnecting L2CAP channel for credits violation 11 years ago
Johan Hedberg d1d79413ec Bluetooth: Fix respecting le_default_mps value 11 years ago
Johan Hedberg 7a8e5a31ec Bluetooth: Fix CID initialization for fixed channels 11 years ago
Johan Hedberg 21626e6214 Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXED 11 years ago
Johan Hedberg 2338a7e044 Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXED 11 years ago
Johan Hedberg 03a0c5d61c Bluetooth: Remove useless l2cap_seq_list_remove function 11 years ago
Johan Hedberg 61a939c68e Bluetooth: Queue incoming ACL data until BT_CONNECTED state is reached 11 years ago
Johan Hedberg 162b49e75c Bluetooth: Reorder L2CAP functions to avoid forward declarations 11 years ago
Marcel Holtmann 7d513e9243 Bluetooth: Handle security level 4 for L2CAP connections 11 years ago
Jukka Rissanen 18722c2470 Bluetooth: Enable 6LoWPAN support for BT LE devices 11 years ago
Johan Hedberg 71fb419724 Bluetooth: Fix handling of L2CAP Command Reject over LE 11 years ago
Johan Hedberg c8afe8d0ad Bluetooth: Fix valid LE PSM check 11 years ago
Johan Hedberg f1324ea50b Bluetooth: Use min_t for calculating chan->mps 11 years ago
Johan Hedberg 0ce43ce60d Bluetooth: Simplify l2cap_chan initialization for LE CoC 11 years ago
Johan Hedberg f15b8ecf98 Bluetooth: Add debugfs controls for LE CoC MPS and Credits 11 years ago
Johan Hedberg 4946096d43 Bluetooth: Fix validating LE PSM values 11 years ago
Johan Hedberg e77af75592 Bluetooth: Fix CID ranges for LE CoC CID allocations 11 years ago
Johan Hedberg aeddd075d5 Bluetooth: Fix clearing of chan->omtu for LE CoC channels 11 years ago
Johan Hedberg 3916aed81f Bluetooth: Limit LE MPS to the MTU value 11 years ago
Johan Hedberg 029727a39a Bluetooth: Fix suspending the L2CAP socket if we start with 0 credits 11 years ago
Johan Hedberg 595177f311 Bluetooth: Fix LE L2CAP Connect Request handling together with SMP 11 years ago
Johan Hedberg aac23bf636 Bluetooth: Implement LE L2CAP reassembly 11 years ago
Johan Hedberg 177f8f2b12 Bluetooth: Add LE L2CAP segmentation support for outgoing data 11 years ago
Johan Hedberg 3af8ace653 Bluetooth: Reject LE CoC commands when the feature is not enabled 11 years ago
Johan Hedberg fad5fc8959 Bluetooth: Add LE flow control discipline 11 years ago
Johan Hedberg b1c325c23d Bluetooth: Implement returning of LE L2CAP credits 11 years ago
Johan Hedberg 0cd75f7ed7 Bluetooth: Track LE L2CAP credits in l2cap_chan 11 years ago
Johan Hedberg 3831971355 Bluetooth: Add LE L2CAP flow control mode 11 years ago
Johan Hedberg b5ecba6422 Bluetooth: Make l2cap_le_sig_cmd logic consistent 11 years ago
Johan Hedberg 3defe01a48 Bluetooth: Add L2CAP Disconnect suppport for LE 11 years ago
Johan Hedberg cea04ce35e Bluetooth: Fix L2CAP channel closing for LE connections 11 years ago
Johan Hedberg 27e2d4c8d2 Bluetooth: Add basic LE L2CAP connect request receiving support 11 years ago
Johan Hedberg 791d60f71a Bluetooth: Refactor L2CAP connect rejection to its own function 11 years ago
Johan Hedberg f1496dee9c Bluetooth: Add initial code for LE L2CAP Connect Request 11 years ago
Johan Hedberg 96ac34fb40 Bluetooth: Move LE L2CAP initiator procedure to its own function 11 years ago
Johan Hedberg 203e639ecb Bluetooth: Pass command length to LE signaling channel handlers 11 years ago
Johan Hedberg a17de2fe02 Bluetooth: Allow l2cap_chan_check_security() to be used for LE links. 11 years ago
Johan Hedberg bf20fd4ec1 Bluetooth: Update l2cap_global_chan_by_psm() to take a link type 11 years ago
Johan Hedberg 6d3c15da1d Bluetooth: Remove unnecessary braces from one-line if-statement 11 years ago