Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7d638093d4b0e9ef15bd78f38f11f126e773cc14
/
net
/
bluetooth
/
mgmt.c
40f66c0
Bluetooth: Add local SSP OOB data to OOB ext data mgmt command
by Johan Hedberg
· 10 years ago
38c8af6
Bluetooth: Fix location of TX power field in LE advertising data
by Marcel Holtmann
· 10 years ago
e213568
Bluetooth: Disallow LE local out-of-band data when LE privacy is used
by Marcel Holtmann
· 10 years ago
1b9441f
Bluetooth: Convert local OOB data reading to use HCI request
by Johan Hedberg
· 10 years ago
57b0d3e
Bluetooth: Fix error returns for Read Local OOB Extended Data commands
by Marcel Holtmann
· 10 years ago
efcd8c9
Bluetooth: Move memory location outside of hci_dev lock
by Marcel Holtmann
· 10 years ago
880897d
Bluetooth: Update adv. parameters when conn. setting changes
by Arman Uguray
· 10 years ago
c7d4883
Bluetooth: Use ADV_SCAN_IND for adv. instances
by Arman Uguray
· 10 years ago
faccb95
Bluetooth: Fix using global connectable settings for adv
by Arman Uguray
· 10 years ago
fdf5178
Bluetooth: Unify advertising data code paths
by Arman Uguray
· 10 years ago
089fa8c
Bluetooth: Update supported_flags for AD features
by Arman Uguray
· 10 years ago
5507e35
Bluetooth: Support the "tx-power" adv flag
by Arman Uguray
· 10 years ago
67e0c0c
Bluetooth: Support the "managed-flags" adv flag
by Arman Uguray
· 10 years ago
807ec77
Bluetooth: Support the "limited-discoverable" adv flag
by Arman Uguray
· 10 years ago
b44133f
Bluetooth: Support the "discoverable" adv flag
by Arman Uguray
· 10 years ago
e7a685d
Bluetooth: Support the "connectable mode" adv flag
by Arman Uguray
· 10 years ago
08dc0e9
Bluetooth: Fix minor typo in comment for static address setting
by Marcel Holtmann
· 10 years ago
99c679a
Bluetooth: Filter list of supported commands/events for untrusted users
by Marcel Holtmann
· 10 years ago
912098a
Bluetooth: Add support for adv instance timeout
by Arman Uguray
· 10 years ago
4117ed7
Bluetooth: Add support for instance scan response
by Arman Uguray
· 10 years ago
da929335
Bluetooth: Implement the Remove Advertising command
by Arman Uguray
· 10 years ago
24b4f38
Bluetooth: Implement the Add Advertising command
by Arman Uguray
· 10 years ago
dc5d82a
Bluetooth: Use HCI_MAX_AD_LENGTH constant instead hardcoded value
by Marcel Holtmann
· 10 years ago
e7844ee
Bluetooth: Gracefully response to enabling LE on LE only devices
by Marcel Holtmann
· 10 years ago
fa4335d
Bluetooth: Move generic mgmt command dispatcher to hci_sock.c
by Johan Hedberg
· 10 years ago
88b94ce
Bluetooth: Add hdev_init callback for HCI channels
by Johan Hedberg
· 10 years ago
a380b6c
Bluetooth: Add generic mgmt helper API
by Johan Hedberg
· 10 years ago
333ae95
Bluetooth: Add channel parameter to mgmt_pending_find() API
by Johan Hedberg
· 10 years ago
07d2334
Bluetooth: Add simultaneous dual mode scan
by Jakub Pawlowski
· 10 years ago
812abb1
Bluetooth: Refactor BR/EDR inquiry and LE scan triggering.
by Jakub Pawlowski
· 10 years ago
72000df
Bluetooth: Add support for Local OOB Extended Data Update events
by Marcel Holtmann
· 10 years ago
5425f98
Bluetooth: Fix length for Read Local OOB Extended Data respone packet
by Marcel Holtmann
· 10 years ago
5082a59
Bluetooth: Do not include LE SC out-of-band data if not enabled
by Marcel Holtmann
· 10 years ago
0821a2c
Bluetooth: Return LE SC confirm and random values for out-of-band data
by Marcel Holtmann
· 10 years ago
4f0f155
Bluetooth: Add simple version of Read Local OOB Extended Data command
by Marcel Holtmann
· 10 years ago
bea4160
Bluetooth: Move eir_append_data function to a different location
by Marcel Holtmann
· 10 years ago
d3d5305
Bluetooth: Add simple version of Read Advertising Features command
by Marcel Holtmann
· 10 years ago
f6b7712
Bluetooth: Send global configuration updates to all management users
by Marcel Holtmann
· 10 years ago
c927a10
Bluetooth: Add support for trust verification of management commands
by Marcel Holtmann
· 10 years ago
7aea8616
Bluetooth: Remove unneeded initializer for management command table
by Marcel Holtmann
· 10 years ago
c91041d
Bluetooth: Add support for untrusted access to management commands
by Marcel Holtmann
· 10 years ago
c08b1a1
Bluetooth: Consolidate socket channel sending function back into one
by Marcel Holtmann
· 10 years ago
96f1474
Bluetooth: Add support for extended index management command
by Marcel Holtmann
· 10 years ago
ced8554
Bluetooth: Add support for extended index management events
by Marcel Holtmann
· 10 years ago
f920733
Bluetooth: Use special function to send filter management index events
by Marcel Holtmann
· 10 years ago
b7cb93e
Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags
by Marcel Holtmann
· 10 years ago
238be78
Bluetooth: Introduce hci_dev_test_and_set_flag helper macro
by Marcel Holtmann
· 10 years ago
a69d892
Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro
by Marcel Holtmann
· 10 years ago
516018a
Bluetooth: Introduce hci_dev_test_and_change_flag helper macro
by Marcel Holtmann
· 10 years ago
ce05d60
Bluetooth: Introduce hci_dev_change_flag helper macro
by Marcel Holtmann
· 10 years ago
a358dc1
Bluetooth: Introduce hci_dev_clear_flag helper macro
by Marcel Holtmann
· 10 years ago
a1536da
Bluetooth: Introduce hci_dev_set_flag helper macro
by Marcel Holtmann
· 10 years ago
d7a5a11
Bluetooth: Introduce hci_dev_test_flag helper macro
by Marcel Holtmann
· 10 years ago
cc91cb0
Bluetooth: Add support connectable advertising setting
by Marcel Holtmann
· 10 years ago
beb1c21
Bluetooth: Increment management interface revision
by Marcel Holtmann
· 10 years ago
55e76b3
Bluetooth: Add 'Already Paired' error for Pair Device command
by Johan Hedberg
· 10 years ago
406ef2a
Bluetooth: Make Fast Connectable available while powered off
by Johan Hedberg
· 10 years ago
7a00ff4
Bluetooth: Add mgmt_send_event() helper to send to any HCI channel
by Johan Hedberg
· 10 years ago
3b0602c
Bluetooth: Rename pending_cmd to mgmt_pending_cmd
by Johan Hedberg
· 10 years ago
2a1afb5
Bluetooth: Rename cmd_complete() to mgmt_cmd_complete()
by Johan Hedberg
· 10 years ago
a69e837
Bluetooth: Rename cmd_status() to mgmt_cmd_status()
by Johan Hedberg
· 10 years ago
b9a245fb
Bluetooth: Move all mgmt command quirks to handler table
by Johan Hedberg
· 10 years ago
6d785aa3
Bluetooth: Convert mgmt to use HCI chan registration API
by Johan Hedberg
· 10 years ago
93690c2
Bluetooth: Introduce controller setting information for static address
by Marcel Holtmann
· 10 years ago
82f8b65
Bluetooth: fix service discovery behaviour for empty uuids filter
by Jakub Pawlowski
· 10 years ago
2976cde
Bluetooth: Refactor service discovery filter logic
by Jakub Pawlowski
· 10 years ago
48f86b7
Bluetooth: Move Service Discovery logic before refactoring
by Jakub Pawlowski
· 10 years ago
4cd3928
Bluetooth: Update New CSRK event to match latest specification
by Johan Hedberg
· 10 years ago
7129069
Bluetooth: Rename hci_send_to_control to hci_send_to_channel
by Johan Hedberg
· 10 years ago
a2cb01d
Bluetooth: Fix checking for pending Set SSP in Set HS handler
by Johan Hedberg
· 10 years ago
94d52da
Bluetooth: Remove bogus check for pending mgmt Set HS command
by Johan Hedberg
· 10 years ago
faa8103
Bluetooth: Enhance error codes pair device command
by Lukasz Rymanowski
· 10 years ago
66f096f
Bluetooth: Remove mgmt_rp_read_local_oob_ext_data struct
by Johan Hedberg
· 10 years ago
4b0e0ce
Bluetooth: Add restarting to service discovery
by Jakub Pawlowski
· 10 years ago
2d28cfe
Bluetooth: Add le_scan_restart work for LE scan restarting
by Jakub Pawlowski
· 10 years ago
41bcfd5
Bluetooth: Allow remote OOB data to only provide P-192 or P-256 values
by Marcel Holtmann
· 10 years ago
5920028
Bluetooth: Fix check for SSP when enabling SC
by Johan Hedberg
· 10 years ago
d25b78e
Bluetooth: Enforce zero-valued hash/rand192 for LE OOB
by Johan Hedberg
· 10 years ago
a1443f5
Bluetooth: Convert Set SC to use HCI Request
by Johan Hedberg
· 10 years ago
484aabc
Bluetooth: Remove incorrect check for BDADDR_BREDR address type
by Johan Hedberg
· 10 years ago
5d57e79
Bluetooth: Check for valid bdaddr in add_remote_oob_data
by Johan Hedberg
· 10 years ago
ed93ec6
Bluetooth: Require SSP enabling before BR/EDR Secure Connections
by Marcel Holtmann
· 10 years ago
3a5486e
Bluetooth: Limit BR/EDR switching for LE only with secure connections
by Marcel Holtmann
· 10 years ago
574ea3c
Bluetooth: Fix dependency for BR/EDR Secure Connections mode on SSP
by Marcel Holtmann
· 10 years ago
91200e9
Bluetooth: Fix reporting invalid RSSI for LE devices
by Szymon Janc
· 10 years ago
162a3ba
Bluetooth: Bind the SMP channel registration to management power state
by Marcel Holtmann
· 10 years ago
111e4bc
Bluetooth: Fix issue with switching BR/EDR back on when disabled
by Marcel Holtmann
· 10 years ago
1904a85
Bluetooth: Add opcode parameter to hci_req_complete_t callback
by Marcel Holtmann
· 10 years ago
05b3c3e
Bluetooth: Remove no longer needed force_sc_support debugfs option
by Marcel Holtmann
· 10 years ago
9df7465
Bluetooth: Add return parameter to cmd_complete callbacks
by Johan Hedberg
· 10 years ago
5a154e6
Bluetooth: Fix Add Device to wait for HCI before sending cmd_complete
by Johan Hedberg
· 10 years ago
51ef3eb
Bluetooth: Fix Remove Device to wait for HCI before sending cmd_complete
by Johan Hedberg
· 10 years ago
2cf2221
Bluetooth: Add hci_request support for hci_update_background_scan
by Johan Hedberg
· 10 years ago
0857dd3
Bluetooth: Split hci_request helpers to hci_request.[ch]
by Johan Hedberg
· 10 years ago
1d2dc5b
Bluetooth: Split hci_update_page_scan into two functions
by Johan Hedberg
· 10 years ago
ea8ae25
Bluetooth: Fix bug with filter in service discovery optimization
by Marcel Holtmann
· 10 years ago
a463e9c
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by John W. Linville
· 10 years ago
9845904
Bluetooth: Fix mgmt response status when removing adapter
by Johan Hedberg
· 10 years ago
ec6f99b
Bluetooth: Fix enabling BR/EDR SC when powering on
by Johan Hedberg
· 10 years ago
a511b35
Bluetooth: Fix incorrect pending cmd removal in pairing_complete()
by Johan Hedberg
· 10 years ago
Next »