summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Use struct_size() helperGustavo A. R. Silva2019-04-231-7/+4Star
* Bluetooth: Add quirk for reading BD_ADDR from fwnode propertyMatthias Kaehlcke2019-02-261-2/+4
* Bluetooth: mgmt: Use struct_size() helperGustavo A. R. Silva2019-02-261-5/+3Star
* Bluetooth: SMP: fix crash in unpairingMatias Karhumaa2018-09-261-5/+2Star
* Bluetooth: remove redundant variables 'adv_set' and 'cp'YueHaibing2018-08-061-3/+0Star
* Bluetooth: Implement secondary advertising on different PHYsJaganath Kanakkassery2018-07-301-3/+15
* Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery2018-07-301-0/+2
* Bluetooth: Implement disable and removal of adv instanceJaganath Kanakkassery2018-07-301-0/+3
* Bluetooth: Use Set ext adv/scan rsp data if controller supportsJaganath Kanakkassery2018-07-301-3/+10
* Bluetooth: Impmlement extended adv enableJaganath Kanakkassery2018-07-301-5/+17
* Bluetooth: Implement PHY changed eventJaganath Kanakkassery2018-07-301-1/+21
* Bluetooth: Implement Set PHY Confguration commandJaganath Kanakkassery2018-07-301-0/+182
* Bluetooth: Implement Get PHY Configuration mgmt commandJaganath Kanakkassery2018-07-301-0/+145
* Bluetooth: Mark expected switch fall-throughsGustavo A. R. Silva2018-04-011-0/+1
* Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann2017-10-301-26/+30
* Bluetooth: Fix potential memory leakJaganath Kanakkassery2017-10-291-0/+1
* Bluetooth: Fix append max 11 bytes of name to scan rsp dataMichał Narajowski2016-10-191-9/+17
* Bluetooth: Refactor append name and appearanceMichał Narajowski2016-10-061-21/+0Star
* Bluetooth: Fix not updating scan rsp when adv offMichał Narajowski2016-09-221-1/+1
* Bluetooth: Fix NULL pointer dereference in mgmt contextArek Lichwa2016-09-221-0/+2
* Bluetooth: Set appearance only for LE capable controllersMichał Narajowski2016-09-191-0/+4
* Bluetooth: Fix missing ext info event when setting appearanceMichał Narajowski2016-09-191-0/+2
* Bluetooth: Add supported data types to ext info changed eventMichał Narajowski2016-09-191-4/+10
* Bluetooth: Add appearance to Read Ext Controller Info commandSzymon Janc2016-09-191-0/+14
* Bluetooth: Factor appending EIR to separate helperMichał Narajowski2016-09-191-13/+22
* Bluetooth: Refactor read_ext_controller_info handlerSzymon Janc2016-09-191-20/+16Star
* Bluetooth: Increment management interface revisionSzymon Janc2016-09-191-1/+1
* Bluetooth: Fix advertising instance validity check for flagsSzymon Janc2016-09-191-1/+2
* Bluetooth: Unify advertising instance flags checkSzymon Janc2016-09-191-37/+48
* Bluetooth: Remove unused parameter from tlv_data_is_valid functionSzymon Janc2016-09-191-4/+3Star
* Bluetooth: Add support for appearance in scan rspMichał Narajowski2016-09-191-0/+37
* Bluetooth: Add support for local name in scan rspMichał Narajowski2016-09-191-2/+44
* Bluetooth: Use kzalloc instead of kmalloc/memsetWei Yongjun2016-09-191-3/+1Star
* Bluetooth: Append local name and CoD to Extended Controller InfoMichał Narajowski2016-09-191-21/+42
* Bluetooth: Add framework for Extended Controller InformationMarcel Holtmann2016-09-191-2/+60
* Bluetooth: Use command status event for Set IO Capability errorsMarcel Holtmann2016-09-191-2/+2
* Bluetooth: Fix wrong Get Clock Information return parametersMarcel Holtmann2016-09-191-1/+1
* Bluetooth: Use individual flags for certain management eventsMarcel Holtmann2016-09-191-19/+13Star
* Bluetooth: mgmt: Fix sending redundant event for Advertising InstanceJohan Hedberg2016-09-191-3/+3
* Bluetooth: Introduce helper to pack mgmt version informationMarcel Holtmann2016-09-191-2/+9
* Bluetooth: Increment management interface revisionJohan Hedberg2016-07-131-1/+1
* Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann2016-07-091-8/+8
* Bluetooth: Fix potential buffer overflow with Add AdvertisingJohan Hedberg2016-03-111-0/+4
* Bluetooth: Increment management interface revisionJohan Hedberg2016-03-101-1/+1
* Bluetooth: Add support for limited privacy modeJohan Hedberg2016-03-101-2/+18
* Bluetooth: Add support for Start Limited Discovery commandJohan Hedberg2016-01-051-9/+44
* Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Johan Hedberg2016-01-051-1/+2
* Bluetooth: Clean up current advertising instance trackingJohan Hedberg2015-12-101-4/+6
* Bluetooth: Remove unnecessary HCI_ADVERTISING_INSTANCE flagJohan Hedberg2015-12-101-7/+1Star
* Bluetooth: Simplify read_adv_features codeJohan Hedberg2015-12-101-20/+8Star