aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-03Bluetooth: Allow changing device class when BR/EDR is disabledMarcel Holtmann1-1/+1
2013-10-03Bluetooth: Restrict loading of long term keys to LE capable controllersMarcel Holtmann1-0/+6
2013-10-03Bluetooth: Restrict loading of link keys to BR/EDR capable controllersMarcel Holtmann1-0/+6
2013-10-03Bluetooth: Allow setting static address even if LE is disabledMarcel Holtmann1-4/+2
2013-10-03Bluetooth: Restrict SSP setting changes to BR/EDR enabled controllersMarcel Holtmann1-1/+5
2013-10-02Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2013-10-02Bluetooth: Fix REJECTED vs NOT_SUPPORTED mgmt responsesJohan Hedberg1-25/+51
2013-10-02Bluetooth: Add management command for setting static addressMarcel Holtmann1-0/+49
2013-10-02Bluetooth: Restrict disabling of HS when controller is powered offMarcel Holtmann1-2/+9
2013-10-02Bluetooth: Add a new mgmt_set_bredr commandJohan Hedberg1-0/+120
2013-10-02Bluetooth: Introduce a new HCI_BREDR_ENABLED flagJohan Hedberg1-11/+13
2013-10-02Bluetooth: Send new settings event when changing high speed optionMarcel Holtmann1-3/+16
2013-10-02Bluetooth: Provide high speed configuration optionMarcel Holtmann1-9/+2
2013-09-25Bluetooth: Add new mgmt_set_advertising commandJohan Hedberg1-1/+96
2013-09-25Bluetooth: Add new mgmt setting for LE advertisingJohan Hedberg1-1/+20
2013-09-25Bluetooth: Use async request for LE enable/disableJohan Hedberg1-40/+27
2013-09-25Bluetooth: Move mgmt response convenience functions to a better locationJohan Hedberg1-30/+30
2013-09-25Bluetooth: Fix busy return for mgmt_set_powered in some casesJohan Hedberg1-6/+6
2013-09-16Bluetooth: Introduce user channel flag for HCI devicesMarcel Holtmann1-0/+9
2013-06-23Bluetooth: Remove unneeded flagAndrei Emeltchenko1-2/+0
2013-06-23Bluetooth: Mgmt Device Found EventAndre Guedes1-0/+3
2013-06-23Bluetooth: Make mgmt_stop_discovery_failed staticAndre Guedes1-16/+16
2013-06-23Bluetooth: Update stop_discovery to use HCI requestAndre Guedes1-7/+40
2013-06-23Bluetooth: Use HCI request in interleaved discoveryAndre Guedes1-17/+0
2013-06-23Bluetooth: Move discovery macros to hci_core.hAndre Guedes1-18/+6
2013-06-23Bluetooth: Make mgmt_start_discovery_failed staticAndre Guedes1-21/+21
2013-06-23Bluetooth: Update start_discovery to use HCI requestAndre Guedes1-9/+85
2013-06-12Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg1-0/+21
2013-06-12Bluetooth: Fix checks for LE support on LE-only controllersJohan Hedberg1-1/+1
2013-04-23Bluetooth: Fix sending write_le_host_supporte for LE-only controllersJohan Hedberg1-1/+7
2013-04-18Bluetooth: Add LE scan type macrosAndre Guedes1-4/+3
2013-04-18Bluetooth: Change LE scanning timeout macrosAndre Guedes1-2/+2
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann1-3/+3
2013-03-18Bluetooth: Fix PIN/Confirm/Passkey response parametersJohan Hedberg1-8/+12
2013-03-18Bluetooth: Simplify address parameters of user_pairing_resp()Johan Hedberg1-13/+14
2013-03-18Bluetooth: Fix fast connectable state when enabling page scanJohan Hedberg1-1/+16
2013-03-18Bluetooth: Fix updating page scan parameters when not necessaryJohan Hedberg1-2/+8
2013-03-18Bluetooth: Disable fast connectable when disabling connectableJohan Hedberg1-0/+3
2013-03-18Bluetooth: Refactor fast connectable HCI commandsJohan Hedberg1-19/+24
2013-03-18Bluetooth: Add proper flag for fast connectable modeJohan Hedberg1-0/+16
2013-03-18Bluetooth: Fix error response for simultaneous fast connectable commandsJohan Hedberg1-0/+6
2013-03-18Bluetooth: Limit fast connectable support to >= 1.2 controllersJohan Hedberg1-2/+3
2013-03-18Bluetooth: Fix fast connectable response sendingJohan Hedberg1-11/+42
2013-03-18Bluetooth: Use an async request for mgmt_set_connectableJohan Hedberg1-8/+29
2013-03-18Bluetooth: Fix setting local name to the existing valueJohan Hedberg1-0/+11
2013-03-18Bluetooth: Fix local name setting for LE-only controllersJohan Hedberg1-2/+9
2013-03-18Bluetooth: Fix waiting for EIR update when setting local nameJohan Hedberg1-47/+49
2013-03-18Bluetooth: Remove useless HCI_PENDING_CLASS flagJohan Hedberg1-4/+0
2013-03-18Bluetooth: Fix UUID/class mgmt command response synchronizationJohan Hedberg1-17/+56
2013-03-18Bluetooth: Fix busy condition testing for EIR and class updatesJohan Hedberg1-9/+36