summaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)Author
2013-10-14Bluetooth: Check that scan window is smaller or equal than scan intervalMarcel Holtmann
2013-10-14Bluetooth: Convert Set Discoverable to use an asynchronous requestJohan Hedberg
2013-10-14Bluetooth: Fix updating scan mode in set_bredr()Johan Hedberg
2013-10-14Bluetooth: Move set_bredr_scan() to avoid forward declarationJohan Hedberg
2013-10-14Bluetooth: Make Set Connectable also update the LE advertising typeJohan Hedberg
2013-10-14Bluetooth: Move static advertising functions to avoid forward declarationsJohan Hedberg
2013-10-14Bluetooth: Add missing error handling for Set ConnectableJohan Hedberg
2013-10-14Bluetooth: Move more logic into set_connectable complete callbackJohan Hedberg
2013-10-14Bluetooth: Reorganize set_connectable HCI command sendingJohan Hedberg
2013-10-13Bluetooth: Remove pointless bdaddr_to_le() helper functionMarcel Holtmann
2013-10-12Bluetooth: Add MGMT_OP_SET_SCAN_PARAMS to supported commands listMarcel Holtmann
2013-10-11Bluetooth: Don't advertise high speed support without SSPMarcel Holtmann
2013-10-11Bluetooth: Add management command for setting LE scan parametersMarcel Holtmann
2013-10-11Bluetooth: Move smp.h header file into net/bluetooth/Marcel Holtmann
2013-10-10Bluetooth: Use hci_conn_num() for checking number of LE connectionsMarcel Holtmann
2013-10-10Bluetooth: Fix too long line with set_advertising() functionMarcel Holtmann
2013-10-10Bluetooth: Fix checking for HCI_SETUP flag when receiving mgmt commandsJohan Hedberg
2013-10-10Bluetooth: Restrict high speed support to SSP enabled controllersMarcel Holtmann
2013-10-10Bluetooth: Remove unneeded val variable when setting SSPMarcel Holtmann
2013-10-08Bluetooth: Fix changing advertising setting while LE is connectedJohan Hedberg
2013-10-07Bluetooth: Make mgmt_discovering() return voidMarcel Holtmann
2013-10-07Bluetooth: Make mgmt_remote_name() return voidMarcel Holtmann
2013-10-07Bluetooth: Make mgmt_device_found() return voidMarcel Holtmann
2013-10-07Bluetooth: Make mgmt_device_disconnected() return voidMarcel Holtmann
2013-10-07Bluetooth: Make mgmt_device_connected() return voidMarcel Holtmann
2013-10-07Bluetooth: Make mgmt_connect_failed() return voidMarcel Holtmann
2013-10-07Bluetooth: Make mgmt_disconnect_failed() return voidMarcel Holtmann
2013-10-07Bluetooth: Make mgmt_set_powered_failed() return voidMarcel Holtmann
2013-10-07Bluetooth: Make mgmt_index_added() and mgmt_index_removed() return voidMarcel Holtmann
2013-10-07Bluetooth: Send new settings only when pairable changesMarcel Holtmann
2013-10-06Bluetooth: Remove mgmt_valid_hdev() helper functionMarcel Holtmann
2013-10-06Bluetooth: Remove no longer needed mgmt_new_settings() functionMarcel Holtmann
2013-10-06Bluetooth: Use helper function for re-enabling advertisingMarcel Holtmann
2013-10-06Bluetooth: Set LE advertising parameters before enabling itMarcel Holtmann
2013-10-06Bluetooth: Use helper functions for enabling/disabling advertisingMarcel Holtmann
2013-10-06Bluetooth: Make it clear that disabling LE disables advertisingMarcel Holtmann
2013-10-06Bluetooth: Use random address if public address is not availableMarcel Holtmann
2013-10-05Bluetooth: Add public mgmt function to send New Settings eventJohan Hedberg
2013-10-05Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISINGJohan Hedberg
2013-10-03Bluetooth: Allow changing device class when BR/EDR is disabledMarcel Holtmann
2013-10-03Bluetooth: Restrict loading of long term keys to LE capable controllersMarcel Holtmann
2013-10-03Bluetooth: Restrict loading of link keys to BR/EDR capable controllersMarcel Holtmann
2013-10-03Bluetooth: Allow setting static address even if LE is disabledMarcel Holtmann
2013-10-03Bluetooth: Restrict SSP setting changes to BR/EDR enabled controllersMarcel Holtmann
2013-10-02Bluetooth: Increment management interface revisionMarcel Holtmann
2013-10-02Bluetooth: Fix REJECTED vs NOT_SUPPORTED mgmt responsesJohan Hedberg
2013-10-02Bluetooth: Add management command for setting static addressMarcel Holtmann
2013-10-02Bluetooth: Restrict disabling of HS when controller is powered offMarcel Holtmann
2013-10-02Bluetooth: Add a new mgmt_set_bredr commandJohan Hedberg
2013-10-02Bluetooth: Introduce a new HCI_BREDR_ENABLED flagJohan Hedberg