summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
AgeCommit message (Expand)AuthorLines
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse LE Ext Advertising Report eventLuiz Augusto von Dentz-6/+11
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse LE Advertising Report eventLuiz Augusto von Dentz-1/+6
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Extended Inquiry Result eventLuiz Augusto von Dentz-0/+5
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Inquiry Result with RSSI eventLuiz Augusto von Dentz-2/+10
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Inquiry Result eventLuiz Augusto von Dentz-0/+5
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Number of Complete Packets eventLuiz Augusto von Dentz-1/+1
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse BR/EDR eventsLuiz Augusto von Dentz-0/+4
2021-12-03Bluetooth: Add hci_cmd_sync_cancel to public APIBenjamin Berg-0/+1
2021-11-25Bluetooth: Limit duration of Remote Name ResolveArchie Pusaka-0/+3
2021-11-25Bluetooth: Send device found event on name resolve failureArchie Pusaka-4/+5
2021-11-25Bluetooth: HCI: Fix definition of hci_rp_delete_stored_link_keyLuiz Augusto von Dentz-1/+1
2021-11-25Bluetooth: HCI: Fix definition of hci_rp_read_stored_link_keyLuiz Augusto von Dentz-4/+4
2021-11-16Bluetooth: Ignore HCI_ERROR_CANCELLED_BY_HOST on adv set terminated eventArchie Pusaka-0/+1
2021-11-16Bluetooth: hci_request: Remove bg_scan_update workLuiz Augusto von Dentz-1/+0
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_syncLuiz Augusto von Dentz-2/+2
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_syncLuiz Augusto von Dentz-2/+3
2021-11-02Bluetooth: Add struct of reading AOSP vendor capabilitiesJoseph Hwang-0/+1
2021-10-29Bluetooth: hci_sync: Rework hci_suspend_notifierLuiz Augusto von Dentz-4/+3
2021-10-29Bluetooth: hci_sync: Rework init stagesLuiz Augusto von Dentz-0/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SSPBrian Gix-1/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_LOCAL_NAMEBrian Gix-0/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_READ_LOCAL_OOB_DATABrian Gix-0/+2
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_LEBrian Gix-0/+4
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_GET_CLOCK_INFOBrian Gix-0/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_SECURE_CONNBrian Gix-0/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_GET_CONN_INFOBrian Gix-0/+2
2021-10-29Bluetooth: hci_sync: Enable synch'd set_bredrBrian Gix-0/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_FAST_CONNECTABLEBrian Gix-0/+2
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_START_DISCOVERYLuiz Augusto von Dentz-0/+4
2021-10-29Bluetooth: hci_sync: Convert MGMT_SET_POWEREDLuiz Augusto von Dentz-0/+6
2021-10-29Bluetooth: hci_sync: Enable advertising when LL privacy is enabledLuiz Augusto von Dentz-1/+5
2021-10-29Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 3Luiz Augusto von Dentz-0/+2
2021-10-29Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 2Luiz Augusto von Dentz-0/+22
2021-10-29Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 1Luiz Augusto von Dentz-0/+3
2021-10-29Bluetooth: Add helper for serialized HCI command executionMarcel Holtmann-7/+46
2021-10-01Bluetooth: Rename driver .prevent_wake to .wakeupLuiz Augusto von Dentz-1/+1
2021-09-21Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz-1/+1
2021-09-21Bluetooth: eir: Move EIR/Adv Data functions to its own fileLuiz Augusto von Dentz-37/+2
2021-09-13Bluetooth: Add bt_skb_sendmmsg helperLuiz Augusto von Dentz-0/+38
2021-09-13Bluetooth: Add bt_skb_sendmsg helperLuiz Augusto von Dentz-0/+28
2021-09-07Bluetooth: Add support for msbc coding formatKiran K-0/+1
2021-09-07Bluetooth: Configure codec for HFP offload use caseKiran K-0/+11
2021-09-07Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection commandKiran K-2/+41
2021-09-07Bluetooth: Allow setting of codec for HFP offload use caseKiran K-0/+2
2021-09-07Bluetooth: Allow querying of supported offload codecs over SCO socketKiran K-0/+25
2021-09-07Bluetooth: Add support for Read Local Supported Codecs V2Kiran K-0/+29
2021-09-07Bluetooth: Enumerate local supported codec and cache detailsKiran K-0/+58
2021-08-30Bluetooth: Fix using RPA when address has been resolvedLuiz Augusto von Dentz-2/+3
2021-08-30Bluetooth: Support the quality report eventsJoseph Hwang-0/+3
2021-08-16Bluetooth: Store advertising handle so it can be re-enabledLuiz Augusto von Dentz-0/+1