aboutsummaryrefslogtreecommitdiff
path: root/include/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2021-04-08Bluetooth: Allow Microsoft extension to indicate curve validationGravatar Marcel Holtmann 1-0/+1
2021-04-08Bluetooth: Fix default values for advertising intervalGravatar Marcel Holtmann 1-2/+2
2021-04-06Bluetooth: Add support for reading AOSP vendor capabilitiesGravatar Marcel Holtmann 1-0/+11
2021-03-22Bluetooth: verify AMP hci_chan before amp_destroyGravatar Archie Pusaka 1-0/+1
2021-03-15Bluetooth: L2CAP: Fix not checking for maximum number of DCIDGravatar Luiz Augusto von Dentz 1-0/+1
2021-03-03Bluetooth: Allow scannable adv with extended MGMT APIsGravatar Daniel Winkler 1-0/+1
2021-03-03Bluetooth: Remove unneeded commands for suspendGravatar Abhishek Pandit-Subedi 1-0/+1
2021-02-01Bluetooth: Skip eSCO 2M params when not supportedGravatar Yu Liu 1-0/+1
2021-01-29Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirkGravatar Hans de Goede 1-0/+8
2021-01-25Bluetooth: L2CAP: Fix handling fragmented lengthGravatar Luiz Augusto von Dentz 1-0/+1
2021-01-25Bluetooth: disable advertisement filters during suspendGravatar Howard Chung 1-0/+2
2021-01-25Bluetooth: advmon offload MSFT remove monitorGravatar Archie Pusaka 1-2/+6
2021-01-25Bluetooth: advmon offload MSFT add monitorGravatar Archie Pusaka 1-3/+14
2021-01-25Bluetooth: advmon offload MSFT add rssi supportGravatar Archie Pusaka 2-0/+25
2020-12-07Bluetooth: Change MGMT security info CMD to be more genericGravatar Daniel Winkler 1-5/+10
2020-12-07Bluetooth: Query LE tx power on startupGravatar Daniel Winkler 2-0/+9
2020-12-07Bluetooth: Use intervals and tx power from mgmt cmdsGravatar Daniel Winkler 1-1/+4
2020-12-07Bluetooth: Break add adv into two mgmt commandsGravatar Daniel Winkler 2-0/+36
2020-12-07Bluetooth: Add helper to set adv dataGravatar Daniel Winkler 1-0/+3
2020-12-07Bluetooth: Add toggle to switch off interleave scanGravatar Howard Chung 1-0/+1
2020-12-07Bluetooth: Interleave with allowlist scanGravatar Howard Chung 1-0/+10
2020-12-07Bluetooth: fix typo in struct nameGravatar Reo Shiseki 1-2/+2
2020-09-25Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelGravatar Luiz Augusto von Dentz 1-0/+2
2020-09-13Bluetooth: Emit controller suspend and resume eventsGravatar Abhishek Pandit-Subedi 2-0/+7
2020-09-13Bluetooth: Add suspend reason for device disconnectGravatar Abhishek Pandit-Subedi 1-0/+1
2020-09-13Bluetooth: Add mgmt suspend and resume eventsGravatar Abhishek Pandit-Subedi 2-0/+14
2020-09-11Bluetooth: Add MGMT capability flags for tx power and ext advertisingGravatar Daniel Winkler 1-0/+2
2020-07-30Bluetooth: Enable controller RPA resolution using Experimental featureGravatar Sathish Narasimman 1-0/+1
2020-07-30Bluetooth: Enable RPA TimeoutGravatar Sathish Narasimman 1-0/+2
2020-07-30Bluetooth: Configure controller address resolution if availableGravatar Marcel Holtmann 1-0/+3
2020-07-30Bluetooth: Translate additional address type correctlyGravatar Marcel Holtmann 1-2/+4
2020-07-28Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllersGravatar Ismael Ferreras Morezuelas 2-0/+13
2020-07-16Bluetooth: Fix update of connection state in `hci_encrypt_cfm`Gravatar Patrick Steinhardt 1-1/+1
2020-07-07Bluetooth: Adding a configurable autoconnect timeoutGravatar Alain Michaud 1-0/+1
2020-06-22Bluetooth: Disconnect if E0 is used for Level 4Gravatar Luiz Augusto von Dentz 1-4/+6
2020-06-22Bluetooth: use configured params for ext advGravatar Alain Michaud 1-0/+8
2020-06-18Bluetooth: Terminate the link if pairing is cancelledGravatar Manish Mandlik 1-2/+12
2020-06-18Bluetooth: Update background scan and report device based on advertisement mo...Gravatar Miao-chen Chou 1-0/+1
2020-06-18Bluetooth: Add handler of MGMT_OP_REMOVE_ADV_MONITORGravatar Miao-chen Chou 1-0/+1
2020-06-18Bluetooth: Add handler of MGMT_OP_ADD_ADV_PATTERNS_MONITORGravatar Miao-chen Chou 1-0/+2
2020-06-18Bluetooth: Add handler of MGMT_OP_READ_ADV_MONITOR_FEATURESGravatar Miao-chen Chou 1-0/+24
2020-06-18Bluetooth: Add definitions for advertisement monitor featuresGravatar Miao-chen Chou 1-0/+49
2020-06-18Bluetooth: Add get/set device flags mgmt opGravatar Abhishek Pandit-Subedi 1-0/+28
2020-06-18Bluetooth: Replace wakeable in hci_conn_paramsGravatar Abhishek Pandit-Subedi 1-1/+1
2020-06-18Bluetooth: Replace wakeable list with flagGravatar Abhishek Pandit-Subedi 1-1/+10
2020-06-18Bluetooth: Add bdaddr_list_with_flags for classic whitelistGravatar Abhishek Pandit-Subedi 1-2/+16
2020-06-12Bluetooth: centralize default value initialization.Gravatar Alain Michaud 1-0/+18
2020-06-12Bluetooth: mgmt: read/set system parameter definitionsGravatar Alain Michaud 1-0/+18
2020-06-12Bluetooth: Use only 8 bits for the HCI CMSG state flagsGravatar Alain Michaud 1-2/+2
2020-06-12Bluetooth: Add support for BT_PKT_STATUS CMSG data for SCO connectionsGravatar Alain Michaud 2-0/+12