aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)Author
2012-02-20Bluetooth: Remove unneeded bt_cb(skb)->channel variableMarcel Holtmann
2012-02-20Bluetooth: Split sending for HCI raw and control socketsMarcel Holtmann
2012-02-19Bluetooth: mgmt: Bump mgmt versionJohan Hedberg
2012-02-19Bluetooth: mgmt: Fix OOB command response parametersJohan Hedberg
2012-02-19Bluetooth: mgmt: Fix (Un)Block Device return parametersJohan Hedberg
2012-02-19Bluetooth: mgmt: Fix Start Discovery return parametersJohan Hedberg
2012-02-19Bluetooth: mgmt: Fix Pair Device response status valuesJohan Hedberg
2012-02-19Bluetooth: mgmt: Move status parameters into the cmd_complete headerJohan Hedberg
2012-02-19Bluetooth: Interleaved discovery supportAndre Guedes
2012-02-19Bluetooth: Merge INQUIRY and LE_SCAN discovery statesAndre Guedes
2012-02-19Bluetooth: Track discovery typeAndre Guedes
2012-02-19Bluetooth: Prepare start_discoveryAndre Guedes
2012-02-17Bluetooth: Add Intel copyright to mgmt filesJohan Hedberg
2012-02-17Bluetooth: mgmt: Add address type to confirm name commandJohan Hedberg
2012-02-17Bluetooth: mgmt: Add address type to PIN code messagesJohan Hedberg
2012-02-17Bluetooth: mgmt: Add address type to link key messagesJohan Hedberg
2012-02-17Bluetooth: mgmt: Add support for Set SSP commandJohan Hedberg
2012-02-17Bluetooth: mgmt: Add support for Set Link Security commandJohan Hedberg
2012-02-17Bluetooth: mgmt: Use more consistent error variable namesJohan Hedberg
2012-02-17Bluetooth: Remove unused member from cmd_lookup structJohan Hedberg
2012-02-15Bluetooth: Fix discovery state machineAndre Guedes
2012-02-15Bluetooth: Implement Read Supported Commands commands for mgmtJohan Hedberg
2012-02-13Bluetooth: Add Device Unpaired mgmt eventJohan Hedberg
2012-02-13Bluetooth: Fix mgmt_unpair_device command statusJohan Hedberg
2012-02-13Bluetooth: Add address type to mgmt_ev_auth_failedJohan Hedberg
2012-02-13Bluetooth: Add address type to mgmt blacklist messagesJohan Hedberg
2012-02-13Bluetooth: Add address type to Out Of Band mgmt messagesJohan Hedberg
2012-02-13Bluetooth: Add address type to user_confirm and user_passkey messagesJohan Hedberg
2012-02-13Bluetooth: Update mgmt_disconnect to match latest APIJohan Hedberg
2012-02-13Bluetooth: Update and rename mgmt_remove_keys to mgmt_unpair_deviceJohan Hedberg
2012-02-13Bluetooth: Add BT_DBG to mgmt_discovering()Andre Guedes
2012-02-13Bluetooth: Fix device_found event length for remote name resolvingJohan Hedberg
2012-02-13Bluetooth: Fix indentationAndre Guedes
2012-02-13Bluetooth: MGMT start discovery LE-Only supportAndre Guedes
2012-02-13Bluetooth: Add support for removing LTK's when pairing is removedVinicius Costa Gomes
2012-02-13Bluetooth: Add MGMT handlers for dealing with SMP LTK'sVinicius Costa Gomes
2012-02-13Bluetooth: Fix doing some useless casts when receiving MGMT commandsVinicius Costa Gomes
2012-02-13Bluetooth: mgmt: Implement Cancel Pair Device commandJohan Hedberg
2012-02-13Bluetooth: Convert hdev->ssp_mode to a flagJohan Hedberg
2012-02-13Bluetooth: Update device_connected and device_found events to latest APIJohan Hedberg
2012-02-13Bluetooth: Merge device class into the EIR data in mgmt_ev_device_foundJohan Hedberg
2012-02-13Bluetooth: Add eir_len parameter to mgmt_ev_device_foundJohan Hedberg
2012-02-13Bluetooth: Rename mgmt connected events to match user spaceJohan Hedberg
2012-02-13Bluetooth: Add 'eir_len' param to mgmt_device_found()Andre Guedes
2012-02-13Bluetooth: Sort to-be-resolved devices by RSSI during discoveryJohan Hedberg
2012-02-13Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flagsJohan Hedberg
2012-02-13Bluetooth: Add name resolving support for mgmt based discoveryJohan Hedberg
2012-02-13Bluetooth: Add discovery state trackingJohan Hedberg
2012-02-13Bluetooth: Rename hdev->inq_cache to hdev->discoveryJohan Hedberg
2012-02-13Bluetooth: Add initial mgmt_confirm_name supportJohan Hedberg