aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-01Bluetooth: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleGravatar Marcel Holtmann 1-26/+30
2017-10-29Bluetooth: Fix potential memory leakGravatar Jaganath Kanakkassery 1-0/+1
2016-10-19Bluetooth: Fix append max 11 bytes of name to scan rsp dataGravatar Michał Narajowski 1-9/+17
2016-10-06Bluetooth: Refactor append name and appearanceGravatar Michał Narajowski 1-21/+0
2016-09-22Bluetooth: Fix not updating scan rsp when adv offGravatar Michał Narajowski 1-1/+1
2016-09-22Bluetooth: Fix NULL pointer dereference in mgmt contextGravatar Arek Lichwa 1-0/+2
2016-09-19Bluetooth: Set appearance only for LE capable controllersGravatar Michał Narajowski 1-0/+4
2016-09-19Bluetooth: Fix missing ext info event when setting appearanceGravatar Michał Narajowski 1-0/+2
2016-09-19Bluetooth: Add supported data types to ext info changed eventGravatar Michał Narajowski 1-4/+10
2016-09-19Bluetooth: Add appearance to Read Ext Controller Info commandGravatar Szymon Janc 1-0/+14
2016-09-19Bluetooth: Factor appending EIR to separate helperGravatar Michał Narajowski 1-13/+22
2016-09-19Bluetooth: Refactor read_ext_controller_info handlerGravatar Szymon Janc 1-20/+16
2016-09-19Bluetooth: Increment management interface revisionGravatar Szymon Janc 1-1/+1
2016-09-19Bluetooth: Fix advertising instance validity check for flagsGravatar Szymon Janc 1-1/+2
2016-09-19Bluetooth: Unify advertising instance flags checkGravatar Szymon Janc 1-37/+48
2016-09-19Bluetooth: Remove unused parameter from tlv_data_is_valid functionGravatar Szymon Janc 1-4/+3
2016-09-19Bluetooth: Add support for appearance in scan rspGravatar Michał Narajowski 1-0/+37
2016-09-19Bluetooth: Add support for local name in scan rspGravatar Michał Narajowski 1-2/+44
2016-09-19Bluetooth: Use kzalloc instead of kmalloc/memsetGravatar Wei Yongjun 1-3/+1
2016-09-19Bluetooth: Append local name and CoD to Extended Controller InfoGravatar Michał Narajowski 1-21/+42
2016-09-19Bluetooth: Add framework for Extended Controller InformationGravatar Marcel Holtmann 1-2/+60
2016-09-19Bluetooth: Use command status event for Set IO Capability errorsGravatar Marcel Holtmann 1-2/+2
2016-09-19Bluetooth: Fix wrong Get Clock Information return parametersGravatar Marcel Holtmann 1-1/+1
2016-09-19Bluetooth: Use individual flags for certain management eventsGravatar Marcel Holtmann 1-19/+13
2016-09-19Bluetooth: mgmt: Fix sending redundant event for Advertising InstanceGravatar Johan Hedberg 1-3/+3
2016-09-19Bluetooth: Introduce helper to pack mgmt version informationGravatar Marcel Holtmann 1-2/+9
2016-07-13Bluetooth: Increment management interface revisionGravatar Johan Hedberg 1-1/+1
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYGravatar Marcel Holtmann 1-8/+8
2016-03-11Bluetooth: Fix potential buffer overflow with Add AdvertisingGravatar Johan Hedberg 1-0/+4
2016-03-10Bluetooth: Increment management interface revisionGravatar Johan Hedberg 1-1/+1
2016-03-10Bluetooth: Add support for limited privacy modeGravatar Johan Hedberg 1-2/+18
2016-01-05Bluetooth: Add support for Start Limited Discovery commandGravatar Johan Hedberg 1-9/+44
2016-01-05Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Gravatar Johan Hedberg 1-1/+2
2015-12-10Bluetooth: Clean up current advertising instance trackingGravatar Johan Hedberg 1-4/+6
2015-12-10Bluetooth: Remove unnecessary HCI_ADVERTISING_INSTANCE flagGravatar Johan Hedberg 1-7/+1
2015-12-10Bluetooth: Simplify read_adv_features codeGravatar Johan Hedberg 1-20/+8
2015-12-10Bluetooth: Perform HCI update for power on synchronouslyGravatar Johan Hedberg 1-128/+8
2015-12-10Bluetooth: Move fast connectable code to hci_request.cGravatar Johan Hedberg 1-39/+4
2015-12-10Bluetooth: Move EIR update to hci_request.cGravatar Johan Hedberg 1-195/+8
2015-12-10Bluetooth: HCI name update to hci_request.cGravatar Johan Hedberg 1-12/+2
2015-12-10Bluetooth: Move discoverable timeout behind hdev->req_workqueueGravatar Johan Hedberg 1-39/+2
2015-12-10Bluetooth: Move discoverable changes to hdev->req_workqueueGravatar Johan Hedberg 1-77/+13
2015-12-10Bluetooth: Perform Class of Device changes through hdev->req_workqueueGravatar Johan Hedberg 1-47/+7
2015-12-10Bluetooth: Move connectable changes to hdev->req_workqueueGravatar Johan Hedberg 1-74/+12
2015-12-10Bluetooth: Move advertising instance management to hci_request.cGravatar Johan Hedberg 1-534/+40
2015-12-10Bluetooth: Run page scan updates through hdev->req_workqueueGravatar Johan Hedberg 1-8/+8
2015-11-23Bluetooth: Increment management interface revisionGravatar Johan Hedberg 1-1/+1
2015-11-23Bluetooth: Fix powering on with privacy and advertisingGravatar Andrzej Kaczmarek 1-7/+7
2015-11-22Bluetooth: Add support for Get Advertising Size Information commandGravatar Marcel Holtmann 1-0/+58