Commit Graph

354 Commits (1b4f59e356cc94929305bd107b7f38eec62715ad)

Author SHA1 Message Date
Andrei Emeltchenko aad3d0e343 Bluetooth: Fix freeing uninitialized delayed works 13 years ago
Vinicius Costa Gomes cc110922da Bluetooth: Change signature of smp_conn_security() 13 years ago
Syam Sidhardhan 144ad33020 Bluetooth: Use kref for l2cap channel reference counting 13 years ago
Syam Sidhardhan ab19516a50 Bluetooth: debug: Correct the PSM printing 13 years ago
Szymon Janc a9ea3ed9b7 Bluetooth: Fix legacy pairing with some devices 13 years ago
Jaganath Kanakkassery 4af66c691f Bluetooth: Free the l2cap channel list only when refcount is zero 13 years ago
Jaganath Kanakkassery 3064837289 Bluetooth: Move l2cap_chan_hold/put to l2cap_core.c 13 years ago
Andrei Emeltchenko 9e66463127 Bluetooth: Make connect / disconnect cfm functions return void 13 years ago
Andrei Emeltchenko 78eb2f985c Bluetooth: Fix processing A2MP chan in security_cfm 13 years ago
Mat Martineau c20f8e35ca Bluetooth: Use tx window from config response for ack timing 13 years ago
Andrei Emeltchenko 89d8b40789 Bluetooth: debug: Add debug to l2cap_security_cfm 13 years ago
Andrei Emeltchenko ad0ac6ca5f Bluetooth: debug: Print CID and PSM in hex format 13 years ago
Andrei Emeltchenko b44006728d Bluetooth: debug: Correct types specifiers for L2CAP 13 years ago
Szymon Janc 8f321f853e Bluetooth: Fix using uninitialized option in RFCMode 13 years ago
Johan Hedberg d06cc416f5 Bluetooth: Fix deadlock and crash when SMP pairing times out 13 years ago
Andre Guedes 6fcb06a28d Bluetooth: Change default MTU for L2CAP ATT channel 13 years ago
Gustavo Padovan f0f6279976 Bluetooth: Remove unused err var from l2cap_segment_sdu() 13 years ago
Gustavo Padovan ba7aa64fe2 Bluetooth: Create function to return the ERTM header size 13 years ago
Andrei Emeltchenko 6810fca724 Bluetooth: Make l2cap_att_channel return void 13 years ago
Andrei Emeltchenko 84104b241d Bluetooth: Make l2cap_conless_channel return void 13 years ago
Andrei Emeltchenko 13ca56e053 Bluetooth: Make l2cap_data_channel return void 13 years ago
Andrei Emeltchenko 3cabbfdad3 Bluetooth: A2MP: Do not reference hci_conn 13 years ago
Andrei Emeltchenko fd83e2c27c Bluetooth: Do not check func ready existence 13 years ago
Andrei Emeltchenko 97e8e89d2d Bluetooth: A2MP: Manage incoming connections 13 years ago
Andrei Emeltchenko 416fa7527d Bluetooth: A2MP: Handling fixed channels 13 years ago
Andrei Emeltchenko 466f8004f3 Bluetooth: A2MP: Create A2MP channel 13 years ago
Andrei Emeltchenko 0181a70f54 Bluetooth: trivial: Use defined PSMLEN instead of magic 13 years ago
Gustavo Padovan 2dfa1003cc Bluetooth: check for already existent channel before create new one 13 years ago
Gustavo Padovan 538266929e Bluetooth: Move check for backlog size to l2cap_sock.c 13 years ago
Gustavo Padovan 0797e01d87 Bluetooth: Use chan->state instead of sk->sk_state 13 years ago
Andrei Emeltchenko 54a59aa2b5 Bluetooth: Add l2cap_chan->ops->ready() 13 years ago
Andrei Emeltchenko c0df7f6e06 Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c 13 years ago
Gustavo Padovan 80b9802795 Bluetooth: Use chan as parameters for l2cap chan ops 13 years ago
Gustavo Padovan 6754e0df13 Bluetooth: Use l2cap_chan_ready() in LE path 13 years ago
Gustavo Padovan 2f84a2e6a6 Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED) 13 years ago
Gustavo Padovan 35d401df3d Bluetooth: Get a more accurate L2CAP PDU len 13 years ago
Andrei Emeltchenko ac73498cbb Bluetooth: Use __constant when dealing with constants 13 years ago
Andrei Emeltchenko 2983fd6824 Bluetooth: Define and use PSM identifiers 13 years ago
Mat Martineau 2d369359f1 Bluetooth: Send a configuration request after security confirmation 13 years ago
Andrei Emeltchenko 59e54bd15d Bluetooth: Define L2CAP conf continuation flag 13 years ago
Gustavo Padovan 8c520a5992 Bluetooth: Remove unnecessary headers include 13 years ago
Andrei Emeltchenko 5325e5bb86 Bluetooth: Preserve L2CAP flags values 13 years ago
Gustavo Padovan d660366d53 Bluetooth: Remove dead int returns 13 years ago
Gustavo Padovan be4aad05af Bluetooth: Remove double check for BT_CONNECTED 13 years ago
Andrei Emeltchenko 401bb1f768 Bluetooth: Silent sparse warnings 13 years ago
Gustavo Padovan ee556f662c Bluetooth: Do not purge queue in Basic Mode 13 years ago
Mat Martineau d1de6d46dc Bluetooth: Enable ERTM by default 13 years ago
Mat Martineau 273759e2c3 Bluetooth: Set txwin values for streaming mode 13 years ago
Mat Martineau 6ea0048575 Bluetooth: Remove unneccesary inline 13 years ago
Mat Martineau 0362520bf9 Bluetooth: Simplify the ERTM ack timeout 13 years ago