summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_request.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Use controller sets when availableLuiz Augusto von Dentz2019-07-061-7/+33
* Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita2019-05-051-0/+5
* Bluetooth: clean an indentation issue, remove extraneous spaceColin Ian King2018-12-191-1/+1
* Bluetooth: Implement secondary advertising on different PHYsJaganath Kanakkassery2018-07-301-8/+31
* Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery2018-07-301-1/+127
* Bluetooth: Implement disable and removal of adv instanceJaganath Kanakkassery2018-07-301-2/+21
* Bluetooth: Use Set ext adv/scan rsp data if controller supportsJaganath Kanakkassery2018-07-301-31/+95
* Bluetooth: Impmlement extended adv enableJaganath Kanakkassery2018-07-301-20/+151
* Bluetooth: Set Scan PHYs based on selected PHYs by userJaganath Kanakkassery2018-07-301-9/+28
* Bluetooth: Use extended scanning if controller supportsJaganath Kanakkassery2018-07-061-25/+85
* Bluetooth: Introduce helpers for LE set scan start and completeJaganath Kanakkassery2018-07-061-33/+25Star
* Bluetooth: use wait_event API instead of open-coding itJohn Keeping2018-05-181-23/+7Star
* Bluetooth: Fix incorrect bits for LE statesŁukasz Rymanowski2018-02-101-3/+3
* Bluetooth: Add support to advertise when connectedŁukasz Rymanowski2017-12-131-9/+46
* Bluetooth: Remove redundant disable_advertising()Jaganath Kanakkassery2017-12-131-8/+1Star
* Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann2017-10-301-7/+9
* Bluetooth: Fix potential memory leakJaganath Kanakkassery2017-10-291-0/+5
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
* Bluetooth: Fix append max 11 bytes of name to scan rsp dataMichał Narajowski2016-10-191-26/+23Star
* Bluetooth: Refactor append name and appearanceMichał Narajowski2016-10-061-29/+15Star
* Bluetooth: Add appearance to default scan rsp dataMichał Narajowski2016-10-061-1/+10
* Bluetooth: Fix local name in scan rspMichał Narajowski2016-10-061-12/+35
* Bluetooth: Add support for appearance in scan rspMichał Narajowski2016-09-191-0/+8
* Bluetooth: Add support for local name in scan rspMichał Narajowski2016-09-191-8/+20
* Bluetooth: Fix reason code used for rejecting SCO connectionsFrédéric Dalleau2016-09-191-1/+1
* Bluetooth: mgmt: Fix sending redundant event for Advertising InstanceJohan Hedberg2016-09-191-5/+6
* Bluetooth: Fix memory leak at end of hci requestsFrederic Dalleau2016-08-241-0/+2
* Bluetooth: Fix setting NO_BREDR advertising flagJohan Hedberg2016-04-081-3/+3
* Bluetooth: Fix setting correct flags in ADJohan Hedberg2016-03-111-1/+3
* Bluetooth: Add support for limited privacy modeJohan Hedberg2016-03-101-6/+45
* Bluetooth: Fix adding discoverable to adv instance flagsJohan Hedberg2016-03-101-0/+3
* Bluetooth: Fix incorrect removing of IRKsJohan Hedberg2016-01-291-10/+18
* Bluetooth: Add support for Start Limited Discovery commandJohan Hedberg2016-01-051-3/+8
* Bluetooth: Clean up current advertising instance trackingJohan Hedberg2015-12-101-53/+15Star
* Bluetooth: Clean up advertising initialization in powered_update_hci()Johan Hedberg2015-12-101-18/+12Star
* Bluetooth: Remove redundant check for req.cmd_qJohan Hedberg2015-12-101-2/+1Star
* Bluetooth: Fix updating wrong instance's scan_rsp dataJohan Hedberg2015-12-101-1/+1
* Bluetooth: Remove unnecessary HCI_ADVERTISING_INSTANCE flagJohan Hedberg2015-12-101-11/+8Star
* Bluetooth: Perform HCI update for power on synchronouslyJohan Hedberg2015-12-101-0/+100
* Bluetooth: Move fast connectable code to hci_request.cJohan Hedberg2015-12-101-0/+35
* Bluetooth: Move EIR update to hci_request.cJohan Hedberg2015-12-101-0/+189
* Bluetooth: HCI name update to hci_request.cJohan Hedberg2015-12-101-0/+10
* Bluetooth: Move discoverable timeout behind hdev->req_workqueueJohan Hedberg2015-12-101-0/+26
* Bluetooth: Move discoverable changes to hdev->req_workqueueJohan Hedberg2015-12-101-0/+64
* Bluetooth: Perform Class of Device changes through hdev->req_workqueueJohan Hedberg2015-12-101-0/+40
* Bluetooth: Move connectable changes to hdev->req_workqueueJohan Hedberg2015-12-101-0/+39
* Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg2015-12-101-8/+525
* Bluetooth: Move __hci_update_background_scan up in hci_request.cJohan Hedberg2015-12-101-73/+73