summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix setting HCI_CONNECTABLE from ioctl codeJohan Hedberg2014-07-091-0/+1
* Bluetooth: Introduce a whitelist for BR/EDR devicesJohan Hedberg2014-07-091-0/+1
* Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg2014-07-091-10/+5Star
* Bluetooth: Fix enabling Authenticated Payload Timeout Expired eventMarcel Holtmann2014-07-091-0/+1
* Bluetooth: Remove unnecessary mgmt_advertising functionJohan Hedberg2014-07-081-1/+0Star
* Bluetooth: Add flag to track the real advertising stateJohan Hedberg2014-07-081-2/+2
* Bluetooth: Pass desired connection role to hci_connect_le()Johan Hedberg2014-07-071-1/+2
* Bluetooth: Remove auth_type parameter from hci_connect_le()Johan Hedberg2014-07-071-2/+1Star
* Bluetooth: Use lower timeout for LE auto-connectionsJohan Hedberg2014-07-062-1/+4
* Bluetooth: Add support for changing the public device addressMarcel Holtmann2014-07-061-0/+6
* Bluetooth: Run controller setup after external configurationMarcel Holtmann2014-07-061-0/+1
* Bluetooth: Fix sending Device Removed when clearing all parametersJohan Hedberg2014-07-061-1/+0Star
* Bluetooth: Store Bluetooth address from controller setupMarcel Holtmann2014-07-051-0/+1
* Bluetooth: Add support for New Configuration Options management eventMarcel Holtmann2014-07-041-0/+2
* Bluetooth: Add support for Set External Configuration management commandMarcel Holtmann2014-07-042-0/+7
* Bluetooth: Add quirk for external configuration requirementMarcel Holtmann2014-07-041-0/+9
* Bluetooth: Add quirk for invalid controller address settingMarcel Holtmann2014-07-041-0/+10
* Bluetooth: Document the existing device quirksMarcel Holtmann2014-07-041-0/+25
* Bluetooth: Fix constant for public address configurationMarcel Holtmann2014-07-041-1/+2
* Bluetooth: Make hci_pend_le_conn_lookup more general purposedJohan Hedberg2014-07-041-2/+3
* Bluetooth: Remove unused hci_pend_le_conn_add functionJohan Hedberg2014-07-041-1/+0Star
* Bluetooth: Fix clearing and restarting all LE actions on power cycleJohan Hedberg2014-07-041-1/+0Star
* Bluetooth: Remove unused hci_pend_le_conn_del() functionJohan Hedberg2014-07-041-1/+0Star
* Bluetooth: Convert pend_le_reports into a listJohan Hedberg2014-07-041-1/+1
* Bluetooth: Convert pend_le_conn list to a generic action listJohan Hedberg2014-07-041-1/+1
* Bluetooth: Add support for controller configuration info commandMarcel Holtmann2014-07-041-0/+11
* Bluetooth: Use hci_conn_params in pend_le_connsJohan Hedberg2014-07-031-4/+5
* Bluetooth: Track number of added devices with HCI_AUTO_CONN_REPORTJohan Hedberg2014-07-031-0/+1
* Bluetooth: Add support for Read Unconfigured Index List commandMarcel Holtmann2014-07-031-0/+7
* Bluetooth: Add support for Unconfigured Index Removed eventsMarcel Holtmann2014-07-031-0/+2
* Bluetooth: Add support for Unconfigured Index Added eventsMarcel Holtmann2014-07-031-0/+2
* Bluetooth: Introduce unconfigured controller stateMarcel Holtmann2014-07-031-0/+1
* Bluetooth: Make is_identity_address a global functionJohan Hedberg2014-07-031-0/+12
* Bluetooth: Pass store hint to mgmt_new_conn_paramJohan Hedberg2014-07-031-2/+2
* Bluetooth: Make hci_le_conn_update return the store hintJohan Hedberg2014-07-031-2/+2
* Bluetooth: Add Load Connection Parameters commandJohan Hedberg2014-07-031-0/+15
* Bluetooth: Add new auto_conn value matching mgmt action 0x00Johan Hedberg2014-07-031-0/+1
* Bluetooth: Add specific connection parameter clear functionsJohan Hedberg2014-07-031-0/+2
* Bluetooth: Rename hci_conn_params_clear to hci_conn_params_clear_allJohan Hedberg2014-07-031-1/+1
* Bluetooth: Add support for hdev->set_bdaddr callback handlingMarcel Holtmann2014-07-031-0/+2
* Bluetooth: Introduce "New Connection Parameter" EventAndre Guedes2014-07-032-0/+13
* Bluetooth: Enable new LE meta eventAndre Guedes2014-07-031-0/+3
* Bluetooth: Connection Parameter Update ProcedureAndre Guedes2014-07-031-0/+28
* Bluetooth: Fix redundant device (un)blocked eventsJohan Hedberg2014-07-031-2/+0Star
* Bluetooth: Add flag to track STK encryptionJohan Hedberg2014-07-031-0/+1
* Bluetooth: Add support for Not Connectable flag for Device Found eventsMarcel Holtmann2014-07-031-0/+1
* Bluetooth: Provide flags parameter direct to mgmt_device_foundMarcel Holtmann2014-07-032-5/+5
* Bluetooth: Remove connection interval parameters from hci_conn_params_setMarcel Holtmann2014-07-031-2/+1Star
* Bluetooth: Change hci_conn_params_add to return the parameter structMarcel Holtmann2014-07-031-1/+2
* Bluetooth: Connection parameters check helperAndre Guedes2014-07-031-0/+21