summaryrefslogtreecommitdiff
path: root/include/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2012-05-09Bluetooth: Adds set_default function in L2CAP setupAndrei Emeltchenko1-0/+1
2012-05-09Bluetooth: Remove MGMT_ADDR_INVALID macroAndre Guedes1-1/+0
2012-05-09Bluetooth: Remove sk parameter from l2cap_chan_create()Gustavo Padovan1-1/+1
2012-05-09Bluetooth: Add a structure to carry ERTM data in skb control blocksMat Martineau1-0/+13
2012-05-09Bluetooth: Add definitions and struct members for new ERTM state machineMat Martineau1-0/+49
2012-05-09Bluetooth: Comments and style fixesAndrei Emeltchenko1-3/+8
2012-05-09Bluetooth: Add HCI_PERIODIC_INQ to dev_flagsAndre Guedes1-0/+1
2012-05-09Bluetooth: Add Periodic Inquiry command complete handlerAndre Guedes1-0/+2
2012-05-09Bluetooth: Add hci_cancel_le_scan() to hci_coreAndre Guedes1-0/+1
2012-05-09Bluetooth: Correct ediv in SMPAndrei Emeltchenko1-1/+1
2012-05-09Bluetooth: Add management command for setting Device IDMarcel Holtmann1-0/+9
2012-05-09Bluetooth: Handle EIR tags for Device IDMarcel Holtmann1-0/+4
2012-05-09Bluetooth: Add TX power tag to EIR dataMarcel Holtmann2-0/+5
2012-05-09Bluetooth: Remove redundant hdev->parent fieldDavid Herrmann1-2/+1
2012-05-09Bluetooth: Correct type for ediv to __le16Andrei Emeltchenko1-2/+2
2012-05-09Bluetooth: Correct type for hdev lmp_subverAndrei Emeltchenko1-1/+1
2012-04-16Bluetooth: Temporary keys should be retained during connectionVishal Agarwal1-0/+1
2012-04-16Bluetooth: hci_persistent_key should return boolVishal Agarwal1-1/+1
2012-04-05Bluetooth: Fix userspace compatibility issue with mgmt interfaceGustavo Padovan1-1/+1
2012-03-28Bluetooth: mgmt: Fix timeout typeAndrei Emeltchenko1-1/+1
2012-03-28Bluetooth: Check for minimum data length in eir_has_data_type()Johan Hedberg1-0/+3
2012-03-28Bluetooth: Don't increment twice in eir_has_data_type()Johan Hedberg1-4/+3
2012-03-28Bluetooth: hci_core: fix NULL-pointer dereference at unregisterJohan Hovold1-0/+1
2012-03-28Bluetooth: Use correct flags for checking HCI_SSP_ENABLED bitHemant Gupta1-1/+1
2012-03-08Bluetooth: fix conding style issues all over the treeGustavo F. Padovan1-34/+33
2012-03-07Bluetooth: Fix coding style in all .h filesGustavo F. Padovan4-39/+39
2012-03-07Bluetooth: Use correct type for userspace exported structsGustavo F. Padovan1-3/+3
2012-03-07Bluetooth: Fix coding style in mgmt.hGustavo F. Padovan1-79/+78
2012-03-03Bluetooth: Remove HCI_PI_MGMT_INIT flag for socketsJohan Hedberg1-4/+0
2012-03-02Bluetooth: mgmt: Add new error code for invalid indexJohan Hedberg1-0/+1
2012-03-02Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffiesMarcel Holtmann1-5/+5
2012-03-02Bluetooth: mgmt: Add defines for command sizesJohan Hedberg1-0/+34
2012-02-29Bluetooth: Save remote L2CAP fixed channel maskAndrei Emeltchenko1-0/+1
2012-02-28Bluetooth: Add missing host features definitionsJohan Hedberg1-1/+3
2012-02-27Bluetooth: Use kernel int types instead of ones from stdint.hJohan Hedberg1-2/+2
2012-02-24Bluetooth: mgmt: Track pending class changesJohan Hedberg1-0/+1
2012-02-24Bluetooth: mgmt: Add flags parameter to device_connectedJohan Hedberg2-2/+3
2012-02-23Bluetooth: mgmt: Add legacy pairing info to dev_found eventsJohan Hedberg1-2/+3
2012-02-23Bluetooth: mgmt: Fix device_found parametersJohan Hedberg1-1/+4
2012-02-23Bluetooth: Add hdev->short_name for EIR generationJohan Hedberg2-1/+4
2012-02-23Bluetooth: Send management event for class of device changesMarcel Holtmann1-0/+2
2012-02-23Bluetooth: mgmt: Implement Set LE commandJohan Hedberg2-0/+2
2012-02-23Bluetooth: mgmt: Make Set SSP command callable while powered offJohan Hedberg1-1/+1
2012-02-23Bluetooth: mgmt: Make Set Link Security callable while powered offJohan Hedberg1-0/+1
2012-02-23Bluetooth: Add l2cap_chan_lockAndrei Emeltchenko1-0/+11
2012-02-21Bluetooth: mgmt: Allow connectable/discoverable changes in off stateJohan Hedberg1-0/+2
2012-02-21Bluetooth: Fix parameter list for setting local nameMarcel Holtmann1-0/+1
2012-02-21Bluetooth: mgmt: Add basic support for Set High Speed commandJohan Hedberg1-0/+1
2012-02-21Bluetooth: mgmt: Add address type parameter to Discovering eventJohan Hedberg1-0/+4
2012-02-21Bluetooth: mgmt: Add address type parameter to Stop Discovery commandJohan Hedberg1-0/+3