aboutsummaryrefslogtreecommitdiff
path: root/include/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2012-09-27Bluetooth: AMP: Handle Accept phylink command status evtAndrei Emeltchenko1-0/+1
2012-09-27Bluetooth: AMP: Accept Physical LinkAndrei Emeltchenko1-0/+2
2012-09-27Bluetooth: AMP: Process Chan Selected eventAndrei Emeltchenko3-0/+7
2012-09-27Bluetooth: A2MP: Add fallback to normal l2cap init sequenceAndrei Emeltchenko1-0/+1
2012-09-27Bluetooth: AMP: Write remote AMP AssocAndrei Emeltchenko2-0/+4
2012-09-27Bluetooth: AMP: Create Physical LinkAndrei Emeltchenko1-0/+2
2012-09-27Bluetooth: AMP: Add AMP key calculationAndrei Emeltchenko1-0/+2
2012-09-27Bluetooth: Choose connection based on capabilitiesAndrei Emeltchenko2-0/+3
2012-09-27Bluetooth: AMP: Remote AMP ctrl definitionsAndrei Emeltchenko2-0/+18
2012-09-27Bluetooth: AMP: Physical link struct and helpersAndrei Emeltchenko3-0/+5
2012-09-27Bluetooth: AMP: Use HCI cmd to Read Loc AMP AssocAndrei Emeltchenko4-0/+33
2012-09-27Bluetooth: AMP: Use HCI cmd to Read AMP InfoAndrei Emeltchenko1-0/+2
2012-09-27Bluetooth: A2MP: Create amp_mgr global listAndrei Emeltchenko1-0/+10
2012-09-27Bluetooth: Add HCI logical link cmds definitionsAndrei Emeltchenko1-1/+35
2012-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville4-15/+51
2012-09-18Bluetooth: mgmt: Implement support for passkey notificationJohan Hedberg3-0/+30
2012-09-08Bluetooth: debug: Print refcnt for hci_devAndrei Emeltchenko1-0/+6
2012-09-08Bluetooth: trivial: Make hci_chan_del return voidAndrei Emeltchenko1-1/+1
2012-09-08Bluetooth: Remove unneeded zero initAndrei Emeltchenko1-9/+0
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2012-08-27Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes1-1/+1
2012-08-21Bluetooth: Use kref for l2cap channel reference countingSyam Sidhardhan1-2/+1
2012-08-21Bluetooth: mgmt: Add device disconnect reasonMikel Astiz2-1/+10
2012-08-21Bluetooth: Add more HCI error codesMikel Astiz1-0/+3
2012-08-15Bluetooth: Remove some functions from being exportedVinicius Costa Gomes1-2/+0
2012-08-06Bluetooth: Fix hci_le_conn_complete_evtAndre Guedes1-0/+2
2012-08-06Bluetooth: /proc/net/ entries for bluetooth protocolsMasatake YAMATO1-0/+10
2012-08-06Bluetooth: Free the l2cap channel list only when refcount is zeroJaganath Kanakkassery1-1/+0
2012-08-06Bluetooth: Move l2cap_chan_hold/put to l2cap_core.cJaganath Kanakkassery1-14/+2
2012-08-06Bluetooth: Make connect / disconnect cfm functions return voidAndrei Emeltchenko1-4/+4
2012-08-06Bluetooth: Define AMP controller statusesAndrei Emeltchenko1-0/+9
2012-08-06Bluetooth: trivial: Fix mixing spaces and tabs in smpAndrei Emeltchenko1-4/+4
2012-08-06Bluetooth: debug: Fix printing refcnt for hci_connAndrei Emeltchenko1-4/+2
2012-08-06Bluetooth: mgmt: Managing only BR/EDR HCI controllersAndrei Emeltchenko1-1/+1
2012-08-06Bluetooth: Remove missing codeAndre Guedes1-6/+0
2012-07-15Bluetooth: Use tx window from config response for ack timingMat Martineau1-0/+1
2012-07-11Bluetooth: debug: Print l2cap_chan refcountAndrei Emeltchenko1-0/+4
2012-06-30Bluetooth: Improve debugging messages for hci_connAndrei Emeltchenko1-0/+6
2012-06-19Bluetooth: Use AUTO_OFF constant in jiffiesAndrei Emeltchenko1-1/+2
2012-06-12Bluetooth: Fix flags of mgmt_device_found eventJefferson Delfes1-1/+1
2012-06-12Bluetooth: Update HCI timeouts constants to use msecs_to_jiffiesAndrei Emeltchenko2-6/+6
2012-06-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gustavo Padovan1-0/+6
2012-06-08Bluetooth: Add support for encryption key refreshJohan Hedberg1-0/+6
2012-06-05Bluetooth: Create empty l2cap ops functionGustavo Padovan1-0/+12
2012-06-05Bluetooth: Rename L2CAP_LE_DEFAULT_MTUAndre Guedes1-1/+1
2012-06-05Bluetooth: Remove unused HCI timeouts definitionsSzymon Janc1-2/+0
2012-06-05Bluetooth: A2MP: Manage incoming connectionsAndrei Emeltchenko1-0/+4
2012-06-05Bluetooth: A2MP: Handling fixed channelsAndrei Emeltchenko1-0/+1
2012-06-05Bluetooth: A2MP: Process A2MP Discover RequestAndrei Emeltchenko3-0/+18
2012-06-05Bluetooth: A2MP: Define A2MP status codesAndrei Emeltchenko1-0/+10