summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_request.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-31Bluetooth: use the proper scan params when conn is pendingAlain Michaud1-0/+24
2020-07-30Bluetooth: Enable controller RPA resolution using Experimental featureSathish Narasimman1-1/+6
2020-07-30Bluetooth: Enable/Disable address resolution during le create connSathish Narasimman1-11/+34
2020-07-30Bluetooth: Let controller creates RPA during le create connSathish Narasimman1-1/+7
2020-07-30Bluetooth: Update resolving list when updating whitelistMarcel Holtmann1-2/+39
2020-07-30Bluetooth: Configure controller address resolution if availableMarcel Holtmann1-3/+23
2020-07-15Bluetooth: Add per-instance adv disable/removeDaniel Winkler1-9/+50
2020-07-08Bluetooth: Use whitelist for scan policy when suspendingMiao-chen Chou1-2/+3
2020-07-07Bluetooth: use configured default params for active scansAlain Michaud1-5/+6
2020-06-24Bluetooth: Don't restart scanning if pausedAbhishek Pandit-Subedi1-0/+10
2020-06-22Bluetooth: use configured params for ext advAlain Michaud1-4/+3
2020-06-18Bluetooth: Update background scan and report device based on advertisement mo...Miao-chen Chou1-3/+14
2020-06-18Bluetooth: Replace wakeable in hci_conn_paramsAbhishek Pandit-Subedi1-1/+2
2020-06-18Bluetooth: Replace wakeable list with flagAbhishek Pandit-Subedi1-4/+8
2020-06-12Bluetooth: centralize default value initialization.Alain Michaud1-10/+5
2020-06-03Bluetooth: Check scan state before disabling during suspendManish Mandlik1-4/+6
2020-05-13Bluetooth: Rename BT_SUSPEND_COMPLETEAbhishek Pandit-Subedi1-1/+1
2020-05-13Bluetooth: Modify LE window and interval for suspendAbhishek Pandit-Subedi1-1/+1
2020-05-13Bluetooth: Fix incorrect type for window and intervalAbhishek Pandit-Subedi1-1/+1
2020-05-11Bluetooth: Fix advertising handle is set to 0Tedd Ho-Jeong An1-3/+3
2020-04-15Bluetooth: Use extra variable to make code more readableMarcel Holtmann1-1/+3
2020-03-18Bluetooth: Do not cancel advertising when starting a scanDmitry Grinberg1-17/+0
2020-03-11Bluetooth: Pause discovery and advertising during suspendAbhishek Pandit-Subedi1-0/+44
2020-03-11Bluetooth: Handle LE devices during suspendAbhishek Pandit-Subedi1-54/+112
2020-03-11Bluetooth: Handle BR/EDR devices during suspendAbhishek Pandit-Subedi1-0/+106
2020-03-11Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPENDAbhishek Pandit-Subedi1-0/+15
2020-03-11Bluetooth: Use bt_dev_err for RPA generation failure messageMarcel Holtmann1-1/+1
2019-11-04Bluetooth: Fix advertising duplicated flagsLuiz Augusto von Dentz1-0/+9
2019-10-26Bluetooth: Fix not using LE_ADV_NONCONN_IND for instance 0Luiz Augusto von Dentz1-4/+4
2019-10-26Bluetooth: Fix using advertising instance duration as timeoutLuiz Augusto von Dentz1-1/+1
2019-09-05Bluetooth: Add support for utilizing Fast Advertising IntervalSpoorthi Ravishankar Koppad1-7/+22
2019-07-06Bluetooth: Use controller sets when availableLuiz Augusto von Dentz1-7/+33
2019-05-05Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita1-0/+5
2018-12-19Bluetooth: clean an indentation issue, remove extraneous spaceColin Ian King1-1/+1
2018-07-30Bluetooth: Implement secondary advertising on different PHYsJaganath Kanakkassery1-8/+31
2018-07-30Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery1-1/+127
2018-07-30Bluetooth: Implement disable and removal of adv instanceJaganath Kanakkassery1-2/+21
2018-07-30Bluetooth: Use Set ext adv/scan rsp data if controller supportsJaganath Kanakkassery1-31/+95
2018-07-30Bluetooth: Impmlement extended adv enableJaganath Kanakkassery1-20/+151
2018-07-30Bluetooth: Set Scan PHYs based on selected PHYs by userJaganath Kanakkassery1-9/+28
2018-07-06Bluetooth: Use extended scanning if controller supportsJaganath Kanakkassery1-25/+85
2018-07-06Bluetooth: Introduce helpers for LE set scan start and completeJaganath Kanakkassery1-33/+25
2018-05-18Bluetooth: use wait_event API instead of open-coding itJohn Keeping1-23/+7
2018-02-10Bluetooth: Fix incorrect bits for LE statesŁukasz Rymanowski1-3/+3
2017-12-13Bluetooth: Add support to advertise when connectedŁukasz Rymanowski1-9/+46
2017-12-13Bluetooth: Remove redundant disable_advertising()Jaganath Kanakkassery1-8/+1
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann1-7/+9
2017-10-29Bluetooth: Fix potential memory leakJaganath Kanakkassery1-0/+5
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1