aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-16Bluetooth: Remove unneeded HCI_CONN_REMOTE_OOB connection flagMarcel Holtmann1-1/+0
2015-03-15Bluetooth: Use BIT(n) macro instead of manually encoding (1 << n)Marcel Holtmann1-4/+4
2015-03-15Bluetooth: Add support for untrusted access to management commandsMarcel Holtmann1-1/+2
2015-03-15Bluetooth: Consolidate socket channel sending function back into oneMarcel Holtmann1-3/+1
2015-03-15Bluetooth: Provide hci_send_to_flagged_channel helper functionMarcel Holtmann1-0/+2
2015-03-13Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flagsMarcel Holtmann1-1/+0
2015-03-13Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags fieldMarcel Holtmann1-9/+15
2015-03-13Bluetooth: Introduce hci_dev_test_and_set_flag helper macroMarcel Holtmann1-0/+1
2015-03-13Bluetooth: Introduce hci_dev_test_and_clear_flag helper macroMarcel Holtmann1-0/+1
2015-03-13Bluetooth: Introduce hci_dev_test_and_change_flag helper macroMarcel Holtmann1-0/+2
2015-03-13Bluetooth: Introduce hci_dev_change_flag helper macroMarcel Holtmann1-0/+1
2015-03-13Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann1-0/+1
2015-03-13Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann1-0/+1
2015-03-13Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann1-6/+8
2015-03-10Bluetooth: Add 'Already Paired' error for Pair Device commandJohan Hedberg1-0/+2
2015-03-06Bluetooth: Move all mgmt command quirks to handler tableJohan Hedberg1-1/+5
2015-03-06Bluetooth: Convert mgmt to use HCI chan registration APIJohan Hedberg1-1/+3
2015-03-06Bluetooth: Add mgmt HCI channel registration APIJohan Hedberg1-0/+17
2015-03-05Bluetooth: fix service discovery behaviour for empty uuids filterJakub Pawlowski1-0/+2
2015-02-27Bluetooth: Update New CSRK event to match latest specificationJohan Hedberg1-1/+1
2015-02-20Bluetooth: Rename hci_send_to_control to hci_send_to_channelJohan Hedberg1-1/+2
2015-02-19Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg1-28/+16
2015-02-19Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg1-24/+16
2015-02-19Bluetooth: Convert L2CAP security callback to use hci_cbJohan Hedberg1-34/+6
2015-02-19Bluetooth: Convert hci_cb_list_lock to a mutexJohan Hedberg1-9/+9
2015-02-15Bluetooth: Add shutdown callback before closing the deviceTedd Ho-Jeong An1-0/+1
2015-02-02Bluetooth: Add restarting to service discoveryJakub Pawlowski1-0/+1
2015-02-02Bluetooth: Add le_scan_restart work for LE scan restartingJakub Pawlowski1-0/+5
2015-01-31Bluetooth: Store OOB data present value for each set of remote OOB dataMarcel Holtmann1-0/+1
2015-01-28Bluetooth: Perform a power cycle when receiving hardware error eventMarcel Holtmann1-0/+3
2015-01-23Bluetooth: Convert Set SC to use HCI RequestJohan Hedberg1-1/+0
2015-01-16Bluetooth: Remove unused functionRickard Strandqvist1-1/+0
2015-01-12Bluetooth: Handle command complete event for HCI Read Stored Link KeysMarcel Holtmann1-0/+2
2015-01-02Bluetooth: Remove no longer needed force_sc_support debugfs optionMarcel Holtmann1-2/+1
2014-12-20Bluetooth: Create debugfs directory for each connection handleMarcel Holtmann1-0/+1
2014-12-20Bluetooth: Store default and maximum LE data length settingsMarcel Holtmann1-0/+6
2014-12-19Bluetooth: Fix Add Device to wait for HCI before sending cmd_completeJohan Hedberg1-2/+0
2014-12-19Bluetooth: Add hci_request support for hci_update_background_scanJohan Hedberg1-2/+0
2014-12-19Bluetooth: Split hci_request helpers to hci_request.[ch]Johan Hedberg1-25/+0
2014-12-19Bluetooth: Split hci_update_page_scan into two functionsJohan Hedberg1-1/+2
2014-12-05Bluetooth: Report invalid RSSI for service discovery and background scanMarcel Holtmann1-0/+3
2014-12-05Bluetooth: Add helper function for clearing the discovery filterMarcel Holtmann1-0/+8
2014-12-05Bluetooth: Add extra discovery fields for storing filter informationJakub Pawlowski1-0/+4
2014-12-03Bluetooth: Store address type with OOB dataJohan Hedberg1-3/+5
2014-12-03Bluetooth: Unify remote OOB data functionsJohan Hedberg1-4/+2
2014-12-03Bluetooth: Add skeleton for BR/EDR SMP channelJohan Hedberg1-0/+1
2014-12-03Bluetooth: Add hci_conn flag for new link key generationJohan Hedberg1-0/+1
2014-12-03Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltkJohan Hedberg1-2/+2
2014-12-03Bluetooth: Remove unused hci_find_ltk functionJohan Hedberg1-2/+0
2014-12-03Bluetooth: Use custom macro for testing BR/EDR SC enabledJohan Hedberg1-0/+3