summaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-13Bluetooth: Update and rename mgmt_remove_keys to mgmt_unpair_deviceJohan Hedberg1-26/+34
2012-02-13Bluetooth: Add BT_DBG to mgmt_discovering()Andre Guedes1-0/+2
2012-02-13Bluetooth: Fix device_found event length for remote name resolvingJohan Hedberg1-1/+2
2012-02-13Bluetooth: Fix indentationAndre Guedes1-1/+1
2012-02-13Bluetooth: MGMT start discovery LE-Only supportAndre Guedes1-1/+19
2012-02-13Bluetooth: Add support for removing LTK's when pairing is removedVinicius Costa Gomes1-0/+6
2012-02-13Bluetooth: Add MGMT handlers for dealing with SMP LTK'sVinicius Costa Gomes1-0/+80
2012-02-13Bluetooth: Fix doing some useless casts when receiving MGMT commandsVinicius Costa Gomes1-122/+83
2012-02-13Bluetooth: mgmt: Implement Cancel Pair Device commandJohan Hedberg1-0/+51
2012-02-13Bluetooth: Convert hdev->ssp_mode to a flagJohan Hedberg1-2/+2
2012-02-13Bluetooth: Update device_connected and device_found events to latest APIJohan Hedberg1-15/+41
2012-02-13Bluetooth: Merge device class into the EIR data in mgmt_ev_device_foundJohan Hedberg1-7/+13
2012-02-13Bluetooth: Add eir_len parameter to mgmt_ev_device_foundJohan Hedberg1-13/+15
2012-02-13Bluetooth: Rename mgmt connected events to match user spaceJohan Hedberg1-5/+7
2012-02-13Bluetooth: Add 'eir_len' param to mgmt_device_found()Andre Guedes1-2/+5
2012-02-13Bluetooth: Sort to-be-resolved devices by RSSI during discoveryJohan Hedberg1-1/+1
2012-02-13Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flagsJohan Hedberg1-15/+15
2012-02-13Bluetooth: Add name resolving support for mgmt based discoveryJohan Hedberg1-5/+32
2012-02-13Bluetooth: Add discovery state trackingJohan Hedberg1-0/+16
2012-02-13Bluetooth: Rename hdev->inq_cache to hdev->discoveryJohan Hedberg1-1/+1
2012-02-13Bluetooth: Add initial mgmt_confirm_name supportJohan Hedberg1-1/+50
2012-02-13Bluetooth: Move Extended Inquiry Response defines to hci.hJohan Hedberg1-12/+0
2012-01-03Bluetooth: Fix mgmt_stop_discovery_failed()Andre Guedes1-1/+1
2012-01-03Bluetooth: Rename extfeaturesAndre Guedes1-1/+1
2011-12-22Bluetooth: Add SMP to User Passkey and ConfirmBrian Gix1-1/+9
2011-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville1-333/+363
2011-12-18Bluetooth: Use correct struct for user_confirm_neg_replyJohan Hedberg1-1/+1
2011-12-18Bluetooth: Add timer for automatically disabling the service cacheJohan Hedberg1-5/+35
2011-12-18Bluetooth: Move EIR and CoD update functions to a better positionJohan Hedberg1-173/+173
2011-12-18Bluetooth: Remove mgmt_set_service_cacheJohan Hedberg1-49/+7
2011-12-18Bluetooth: Move mgmt_set_fast_connectable to the right locationJohan Hedberg1-6/+6
2011-12-18Bluetooth: Update mgmt_read_info and related mgmt messagesJohan Hedberg1-52/+94
2011-12-18Bluetooth: Use system workqueue to schedule power_onGustavo F. Padovan1-1/+1
2011-12-18Bluetooth: move power_off to system workqueueGustavo F. Padovan1-1/+1
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan1-52/+52
2011-12-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville1-163/+497
2011-12-01Bluetooth: Add User Passkey Response handlingBrian Gix1-1/+73
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville1-0/+1
2011-11-21Bluetooth: Differentiate LE User Pairing ResponsesBrian Gix1-0/+24
2011-11-21Bluetooth: User Pairing Response restructuringBrian Gix1-29/+47
2011-11-16Bluetooth: Pass all message parameters to mgmt_start_discoveryJohan Hedberg1-2/+8
2011-11-16Bluetooth: Add missing cmd_complete for mgmt_load_link_keysJohan Hedberg1-0/+2
2011-11-16Bluetooth: Create a unique mgmt error code hierarchyJohan Hedberg1-91/+224
2011-11-16Bluetooth: Return success instead of EALREADY for mgmt commandsJohan Hedberg1-12/+14
2011-11-16Bluetooth: Fix mgmt_pair_device imediate error responsesJohan Hedberg1-2/+11
2011-11-16Bluetooth: Add address type to mgmt_pair_deviceJohan Hedberg1-7/+6
2011-11-16Bluetooth: mgmt_stop_discovery_failed()Andre Guedes1-0/+15
2011-11-16Bluetooth: Rename mgmt_inquiry_failed()Andre Guedes1-1/+1
2011-11-11Bluetooth: Add status parameter to mgmt_disconnect responseJohan Hedberg1-2/+13
2011-11-11Bluetooth: Add proper response to mgmt_remove_keys commandJohan Hedberg1-11/+50