summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-11-01Bluetooth: AMP: Process Disc Logical LinkAndrei Emeltchenko3-0/+36
2012-11-01Bluetooth: AMP: Add Logical Link Create functionAndrei Emeltchenko4-5/+73
2012-11-01Bluetooth: Derive remote and local amp id from chan structAndrei Emeltchenko1-2/+4
2012-11-01Bluetooth: Return correct L2CAP response typeAndrei Emeltchenko1-1/+10
2012-11-01Bluetooth: Save hs_hchan instead of hs_hcon in loglink completeAndrei Emeltchenko1-1/+1
2012-11-01Bluetooth: trivial: Fix braces style and remove empty lineAndrei Emeltchenko1-2/+2
2012-11-01Bluetooth: mgmt: Use __constant when dealing with constantsSyam Sidhardhan1-5/+5
2012-11-01Bluetooth: Remove unnecessary include export.hSyam Sidhardhan2-2/+0
2012-11-01Bluetooth: Add put(hcon) when deleting hchanAndrei Emeltchenko1-0/+2
2012-11-01Bluetooth: AMP: Process Logical Link complete evtAndrei Emeltchenko3-2/+46
2012-11-01Bluetooth: AMP: Process Physical Link Complete evtAndrei Emeltchenko1-0/+55
2012-11-01Bluetooth: Use helper function sending EFS conf rspAndrei Emeltchenko1-6/+1
2012-11-01Bluetooth: trivial: Remove unneeded assignmentAndrei Emeltchenko1-1/+1
2012-11-01Bluetooth: Fix sending unnecessary HCI_LE_Host_EnableJohan Hedberg1-2/+8
2012-11-01Bluetooth: Fix unnecessary EIR update during powering onJohan Hedberg1-1/+6
2012-11-01Bluetooth: Fix sending unnecessary HCI_Write_SSP_Mode commandJohan Hedberg2-1/+3
2012-11-01Bluetooth: Fix setting host feature bits for SSPJohan Hedberg1-3/+10
2012-11-01Bluetooth: Disallow LE scanning and connecting in peripheral roleJohan Hedberg2-0/+6
2012-11-01Bluetooth: Add flag for LE GAP Peripheral roleJohan Hedberg1-0/+1
2012-11-01Bluetooth: Make use feature test macrosJohan Hedberg2-18/+18
2012-11-01Bluetooth: Add missing feature test macrosJohan Hedberg1-4/+14
2012-11-01Bluetooth: Fix updating host feature bits for LEJohan Hedberg1-0/+5
2012-11-01Bluetooth: mgmt: Restrict BR/EDR settings to BR/EDR-only adaptersJohan Hedberg1-3/+19
2012-11-01Bluetooth: Fix HCI command sending when powering on LE-only adaptersJohan Hedberg1-13/+21
2012-11-01Bluetooth:Replace list_for_each with list_for_each_entry() helperDenis Kirjanov1-12/+8
2012-10-24Bluetooth: Replace *_init() for *_setup()Gustavo Padovan1-4/+4
2012-10-24Bluetooth: Read adversiting channel TX power during init sequenceJohan Hedberg3-0/+28
2012-10-24Bluetooth: Add setting of the LE event maskJohan Hedberg1-0/+20
2012-10-24Bluetooth: Fix LE MTU reporting for HCIGETDEVINFOJohan Hedberg1-4/+11
2012-10-24Bluetooth: Add initial support for LE-only controllersJohan Hedberg2-52/+53
2012-10-24Bluetooth: Replace include linux/module.h with linux/export.hSyam Sidhardhan2-2/+2
2012-10-24Bluetooth: trivial: Remove newline before EOFSyam Sidhardhan1-1/+0
2012-10-24Bluetooth: Start channel move when socket option is changedMat Martineau3-0/+25
2012-10-24Bluetooth: Do not retransmit data during a channel moveMat Martineau1-2/+2
2012-10-24Bluetooth: Ignore BR/EDR packet size constraints when fragmenting for AMPMat Martineau1-1/+3
2012-10-24Bluetooth: Configure appropriate timeouts for AMP controllersMat Martineau1-6/+41
2012-10-24Bluetooth: Do not send data during channel moveMat Martineau1-0/+12
2012-10-24Bluetooth: Flag ACL frames as complete for AMP controllersMat Martineau1-0/+9
2012-10-24Bluetooth: Handle physical link completionMat Martineau1-0/+164
2012-10-24Bluetooth: Add move confirm response handlingMat Martineau1-0/+18
2012-10-24Bluetooth: Add logical link confirmMat Martineau1-11/+123
2012-10-24Bluetooth: Move channel responseMat Martineau2-15/+170
2012-10-24Bluetooth: Add state to hci_chanMat Martineau2-0/+2
2012-10-24Bluetooth: Add move channel confirm handlingMat Martineau1-3/+55
2012-10-24Bluetooth: Add new ERTM receive states for channel moveMat Martineau1-0/+102
2012-10-24Bluetooth: Channel move request handlingMat Martineau1-1/+112
2012-10-24Bluetooth: Lookup channel structure based on DCIDMat Martineau1-0/+17
2012-10-23Bluetooth: Remove unnecessary intermediate functionMat Martineau1-11/+2
2012-10-23Bluetooth: Add L2CAP create channel request handlingMat Martineau1-15/+48
2012-10-23Bluetooth: Add new l2cap_chan struct members for high speed channelsMat Martineau2-0/+34