summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)Author
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
2013-10-02Bluetooth: Send new settings event when changing high speed optionMarcel Holtmann
2013-10-02Bluetooth: Provide high speed configuration optionMarcel Holtmann
2013-09-25Bluetooth: Add new mgmt_set_advertising commandJohan Hedberg
2013-09-25Bluetooth: Add new mgmt setting for LE advertisingJohan Hedberg
2013-09-25Bluetooth: Use async request for LE enable/disableJohan Hedberg
2013-09-25Bluetooth: Move mgmt response convenience functions to a better locationJohan Hedberg
2013-09-25Bluetooth: Fix busy return for mgmt_set_powered in some casesJohan Hedberg
2013-09-16Bluetooth: Introduce user channel flag for HCI devicesMarcel Holtmann
2013-06-23Bluetooth: Remove unneeded flagAndrei Emeltchenko
2013-06-23Bluetooth: Mgmt Device Found EventAndre Guedes
2013-06-23Bluetooth: Make mgmt_stop_discovery_failed staticAndre Guedes