Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
945895574873101c72a2d90a8cf1e09922378968
/
net
/
bluetooth
/
mgmt.c
57eb776
Bluetooth: Add an extra check in mgmt_device_disconnected()
by Andre Guedes
· 11 years ago
3655bba
Bluetooth: Check address in mgmt_disconnect_failed()
by Andre Guedes
· 11 years ago
33337dc
Bluetooth: Fix limited discoverable mode for Zeevo modules
by Marcel Holtmann
· 11 years ago
547003b
Bluetooth: Fix enabling fast connectable on LE-only controllers
by Johan Hedberg
· 11 years ago
9a43e25
Bluetooth: Update Set Discoverable to support LE
by Johan Hedberg
· 11 years ago
b456f87
Bluetooth: Move HCI_LIMITED_DISCOVERABLE changes to a general place
by Johan Hedberg
· 11 years ago
4b58061
Bluetooth: Fix sending write_scan_enable when BR/EDR is disabled
by Johan Hedberg
· 11 years ago
eb2a8d2
Bluetooth: Move mgmt_pending_find to avoid forward declarations
by Johan Hedberg
· 11 years ago
a81070b
Bluetooth: Fix updating settings when there are no HCI commands to send
by Johan Hedberg
· 11 years ago
e8ba3a1
Bluetooth: Refactor set_connectable settings update to separate function
by Johan Hedberg
· 11 years ago
f87ea1d
Bluetooth: Add missing check for BREDR_ENABLED flag in update_class()
by Johan Hedberg
· 11 years ago
10994ce
Bluetooth: Check for flag instead of features in update_adv_data()
by Johan Hedberg
· 11 years ago
7751ef1
Bluetooth: Check for flag instead of features in update_scan_rsp_data()
by Johan Hedberg
· 11 years ago
79830f6
Bluetooth: Select the own address type during initial setup phase
by Marcel Holtmann
· 11 years ago
eb438b5
Bluetooth: Fix updating the right variable in update_scan_rsp_data()
by Johan Hedberg
· 11 years ago
5947f4b
Bluetooth: Rename update_ad into update_adv_data
by Marcel Holtmann
· 11 years ago
7a5f499
Bluetooth: Store device name in scan response data
by Marcel Holtmann
· 11 years ago
f14d8f6
Bluetooth: Set the scan response data when needed
by Marcel Holtmann
· 11 years ago
46cad2e
Bluetooth: Rename create_ad into create_adv_data
by Marcel Holtmann
· 11 years ago
083368f
Bluetooth: Make mgmt_new_ltk() return void
by Marcel Holtmann
· 11 years ago
3edaf09
Bluetooth: Make mgmt_read_local_oob_data_reply_complete() return void
by Marcel Holtmann
· 11 years ago
7667da3
Bluetooth: Make mgmt_set_local_name_complete() return void
by Marcel Holtmann
· 11 years ago
4e1b024
Bluetooth: Make mgmt_set_class_of_dev_complete() return void
by Marcel Holtmann
· 11 years ago
3e24856
Bluetooth: Make mgmt_ssp_enable_complete() return void
by Marcel Holtmann
· 11 years ago
464996a
Bluetooth: Make mgmt_auth_enable_complete() return void
by Marcel Holtmann
· 11 years ago
e546099
Bluetooth: Make mgmt_auth_failed() return void
by Marcel Holtmann
· 11 years ago
3eb3852
Bluetooth: Make mgmt_pin_code_neg_reply_complete() return void
by Marcel Holtmann
· 11 years ago
e669cf8
Bluetooth: Make mgmt_pin_code_reply_complete() return void
by Marcel Holtmann
· 11 years ago
ce0e4a0
Bluetooth: Make mgmt_pin_code_request() return void
by Marcel Holtmann
· 11 years ago
d1967ff
Bluetooth: Update class of device on discoverable timeout
by Marcel Holtmann
· 11 years ago
9493399
Bluetooth: Move eir_append_data() function into mgmt.c
by Marcel Holtmann
· 11 years ago
dc4a5ee
Bluetooth: Make mgmt_new_link_key() return void
by Marcel Holtmann
· 11 years ago
310a3d4
Bluetooth: Add support for entering limited discoverable mode
by Marcel Holtmann
· 11 years ago
3626154
Bluetooth: Simplify the code for re-arming discoverable timeout
by Marcel Holtmann
· 11 years ago
d4462a0
Bluetooth: Move arming of discoverable timeout to complete handler
by Marcel Holtmann
· 11 years ago
970ba52
Bluetooth: Update class of device after changing discoverable mode
by Marcel Holtmann
· 11 years ago
4796e8a
Bluetooth: Make mgmt_write_scan_failed() return void
by Marcel Holtmann
· 11 years ago
a330916
Bluetooth: Make mgmt_connectable() return void
by Marcel Holtmann
· 11 years ago
86a7564
Bluetooth: Make mgmt_discoverable() return void
by Marcel Holtmann
· 11 years ago
6acd7db
Bluetooth: Introduce flag for limited discoverable mode
by Marcel Holtmann
· 11 years ago
441ad2d
Bluetooth: Update advertising data based on management commands
by Marcel Holtmann
· 11 years ago
8d6083f
Bluetooth: Fix minor coding style issue in set_connectable()
by Marcel Holtmann
· 11 years ago
899e107
Bluetooth: Check that scan window is smaller or equal than scan interval
by Marcel Holtmann
· 11 years ago
bfaf8c9
Bluetooth: Convert Set Discoverable to use an asynchronous request
by Johan Hedberg
· 11 years ago
aa8af46
Bluetooth: Fix updating scan mode in set_bredr()
by Johan Hedberg
· 11 years ago
67e5a7a
Bluetooth: Move set_bredr_scan() to avoid forward declaration
by Johan Hedberg
· 11 years ago
1987fdc
Bluetooth: Make Set Connectable also update the LE advertising type
by Johan Hedberg
· 11 years ago
95c66e7
Bluetooth: Move static advertising functions to avoid forward declarations
by Johan Hedberg
· 11 years ago
37438c1
Bluetooth: Add missing error handling for Set Connectable
by Johan Hedberg
· 11 years ago
d7b856f
Bluetooth: Move more logic into set_connectable complete callback
by Johan Hedberg
· 11 years ago
9b74246
Bluetooth: Reorganize set_connectable HCI command sending
by Johan Hedberg
· 11 years ago
79d95a1
Bluetooth: Remove pointless bdaddr_to_le() helper function
by Marcel Holtmann
· 11 years ago
7f72134e
Bluetooth: Add MGMT_OP_SET_SCAN_PARAMS to supported commands list
by Marcel Holtmann
· 11 years ago
a82974c
Bluetooth: Don't advertise high speed support without SSP
by Marcel Holtmann
· 11 years ago
14b49b9
Bluetooth: Add management command for setting LE scan parameters
by Marcel Holtmann
· 11 years ago
ac4b723
Bluetooth: Move smp.h header file into net/bluetooth/
by Marcel Holtmann
· 11 years ago
b145edc
Bluetooth: Use hci_conn_num() for checking number of LE connections
by Marcel Holtmann
· 11 years ago
21b5187
Bluetooth: Fix too long line with set_advertising() function
by Marcel Holtmann
· 11 years ago
cebf4cf
Bluetooth: Fix checking for HCI_SETUP flag when receiving mgmt commands
by Johan Hedberg
· 11 years ago
9ecb3e2
Bluetooth: Restrict high speed support to SSP enabled controllers
by Marcel Holtmann
· 11 years ago
72ef0c1
Bluetooth: Remove unneeded val variable when setting SSP
by Marcel Holtmann
· 11 years ago
f74ca9b
Bluetooth: Fix changing advertising setting while LE is connected
by Johan Hedberg
· 11 years ago
2f1e063
Bluetooth: Make mgmt_discovering() return void
by Marcel Holtmann
· 11 years ago
9cf12ae
Bluetooth: Make mgmt_remote_name() return void
by Marcel Holtmann
· 11 years ago
901801b
Bluetooth: Make mgmt_device_found() return void
by Marcel Holtmann
· 11 years ago
9b80ec5
Bluetooth: Make mgmt_device_disconnected() return void
by Marcel Holtmann
· 11 years ago
ecd90ae
Bluetooth: Make mgmt_device_connected() return void
by Marcel Holtmann
· 11 years ago
445608d
Bluetooth: Make mgmt_connect_failed() return void
by Marcel Holtmann
· 11 years ago
7892924
Bluetooth: Make mgmt_disconnect_failed() return void
by Marcel Holtmann
· 11 years ago
3eec705
Bluetooth: Make mgmt_set_powered_failed() return void
by Marcel Holtmann
· 11 years ago
bf6b56d
Bluetooth: Make mgmt_index_added() and mgmt_index_removed() return void
by Marcel Holtmann
· 11 years ago
5559435
Bluetooth: Send new settings only when pairable changes
by Marcel Holtmann
· 11 years ago
1514b89
Bluetooth: Remove mgmt_valid_hdev() helper function
by Marcel Holtmann
· 11 years ago
a6d811e
Bluetooth: Remove no longer needed mgmt_new_settings() function
by Marcel Holtmann
· 11 years ago
5976e60
Bluetooth: Use helper function for re-enabling advertising
by Marcel Holtmann
· 11 years ago
b4faf300
Bluetooth: Set LE advertising parameters before enabling it
by Marcel Holtmann
· 11 years ago
bba3aa5
Bluetooth: Use helper functions for enabling/disabling advertising
by Marcel Holtmann
· 11 years ago
03d8741
Bluetooth: Make it clear that disabling LE disables advertising
by Marcel Holtmann
· 11 years ago
c25dfc6
Bluetooth: Use random address if public address is not available
by Marcel Holtmann
· 11 years ago
d2f5a19
Bluetooth: Add public mgmt function to send New Settings event
by Johan Hedberg
· 11 years ago
f3d3444a
Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISING
by Johan Hedberg
· 11 years ago
6203fc9
Bluetooth: Allow changing device class when BR/EDR is disabled
by Marcel Holtmann
· 11 years ago
cf99ba1
Bluetooth: Restrict loading of long term keys to LE capable controllers
by Marcel Holtmann
· 11 years ago
9060d5c
Bluetooth: Restrict loading of link keys to BR/EDR capable controllers
by Marcel Holtmann
· 11 years ago
62af444
Bluetooth: Allow setting static address even if LE is disabled
by Marcel Holtmann
· 11 years ago
cdba528
Bluetooth: Restrict SSP setting changes to BR/EDR enabled controllers
by Marcel Holtmann
· 11 years ago
9ab8cf3
Bluetooth: Increment management interface revision
by Marcel Holtmann
· 11 years ago
e6fe798
Bluetooth: Fix REJECTED vs NOT_SUPPORTED mgmt responses
by Johan Hedberg
· 11 years ago
d13eafc
Bluetooth: Add management command for setting static address
by Marcel Holtmann
· 11 years ago
a0cdf960
Bluetooth: Restrict disabling of HS when controller is powered off
by Marcel Holtmann
· 11 years ago
0663ca2
Bluetooth: Add a new mgmt_set_bredr command
by Johan Hedberg
· 11 years ago
56f8790
Bluetooth: Introduce a new HCI_BREDR_ENABLED flag
by Johan Hedberg
· 11 years ago
ee39269
Bluetooth: Send new settings event when changing high speed option
by Marcel Holtmann
· 11 years ago
848566b
Bluetooth: Provide high speed configuration option
by Marcel Holtmann
· 11 years ago
4375f10
Bluetooth: Add new mgmt_set_advertising command
by Johan Hedberg
· 11 years ago
eeca6f8
Bluetooth: Add new mgmt setting for LE advertising
by Johan Hedberg
· 11 years ago
416a4ae
Bluetooth: Use async request for LE enable/disable
by Johan Hedberg
· 11 years ago
bd99abd
Bluetooth: Move mgmt response convenience functions to a better location
by Johan Hedberg
· 11 years ago
87b95ba
Bluetooth: Fix busy return for mgmt_set_powered in some cases
by Johan Hedberg
· 11 years ago
0736cfa
Bluetooth: Introduce user channel flag for HCI devices
by Marcel Holtmann
· 11 years ago
Next »