aboutsummaryrefslogtreecommitdiff
path: root/include/net/bluetooth/hci_core.h
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Gravatar Ingo Molnar 1-0/+2
2017-01-14locking/atomic, kref: Add kref_read()Gravatar Peter Zijlstra 1-2/+2
2016-11-22Bluetooth: Fix using the correct source address typeGravatar Johan Hedberg 1-1/+1
2016-09-19Bluetooth: Add support for appearance in scan rspGravatar Michał Narajowski 1-0/+1
2016-09-19Bluetooth: Add support for sending MGMT commands and events to monitorGravatar Marcel Holtmann 1-0/+3
2016-09-19Bluetooth: Introduce helper to pack mgmt version informationGravatar Marcel Holtmann 1-0/+1
2016-09-19Bluetooth: add printf format attribute to hci_set_[fh]w_info()Gravatar Nicolas Iooss 1-2/+2
2016-09-19Bluetooth: Put led_trigger field behind CONFIG_BT_LEDSGravatar Marcel Holtmann 1-0/+2
2016-07-18Bluetooth: Add debugfs fields for hardware and firmware infoGravatar Marcel Holtmann 1-0/+4
2016-07-18Bluetooth: Move hci_recv_frame and hci_recv_diag prototypesGravatar Marcel Holtmann 1-3/+2
2016-07-13Bluetooth: Add Authentication Failed reason to Disconnected Mgmt eventGravatar Szymon Janc 1-0/+1
2016-02-23Bluetooth: add LED trigger for indicating HCI is powered upGravatar Heiner Kallweit 1-0/+3
2016-01-05Bluetooth: Add support for Start Limited Discovery commandGravatar Johan Hedberg 1-0/+1
2016-01-05Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Gravatar Johan Hedberg 1-10/+20
2015-12-10Bluetooth: Perform HCI update for power on synchronouslyGravatar Johan Hedberg 1-1/+2
2015-12-10Bluetooth: Move discoverable timeout behind hdev->req_workqueueGravatar Johan Hedberg 1-1/+0
2015-12-10Bluetooth: Move discoverable changes to hdev->req_workqueueGravatar Johan Hedberg 1-0/+2
2015-12-10Bluetooth: Move connectable changes to hdev->req_workqueueGravatar Johan Hedberg 1-0/+2
2015-12-10Bluetooth: Move advertising instance management to hci_request.cGravatar Johan Hedberg 1-3/+6
2015-12-10Bluetooth: Run page scan updates through hdev->req_workqueueGravatar Johan Hedberg 1-0/+1
2015-11-19Bluetooth: Fix specifying role for LE connectionsGravatar Johan Hedberg 1-1/+1
2015-11-19Bluetooth: Move Stop Discovery to req_workqueueGravatar Johan Hedberg 1-0/+1
2015-11-19Bluetooth: Move Start Discovery to req_workqueueGravatar Johan Hedberg 1-0/+2
2015-11-19Bluetooth: Move LE scan disable/restart behind req_workqueueGravatar Johan Hedberg 1-3/+2
2015-11-19Bluetooth: Run all background scan updates through req_workqueueGravatar Johan Hedberg 1-0/+2
2015-11-19Bluetooth: Remove unnecessary call to hci_update_background_scanGravatar Johan Hedberg 1-1/+0
2015-10-21Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionGravatar Johan Hedberg 1-3/+0
2015-10-21Bluetooth: Add hci_conn_hash_lookup_le() helper functionGravatar Johan Hedberg 1-0/+24
2015-10-21Bluetooth: Fix missing hdev locking for LE scan cleanupGravatar Johan Hedberg 1-0/+1
2015-10-21Bluetooth: Introduce driver specific post init callbackGravatar Marcel Holtmann 1-0/+1
2015-10-21Bluetooth: Don't use remote address type to decide IRK persistencyGravatar Johan Hedberg 1-1/+1
2015-10-08Bluetooth: Add debugfs entry for setting vendor diagnostic modeGravatar Marcel Holtmann 1-0/+1
2015-10-08Bluetooth: Add support for vendor specific diagnostic channelGravatar Marcel Holtmann 1-0/+1
2015-09-29Bluetooth: Add hci_cmd_sync functionGravatar Loic Poulain 1-0/+3
2015-09-17Bluetooth: close HCI device when user channel socket gets closedGravatar Simon Fels 1-0/+1
2015-08-10Bluetooth: add hci_connect_le_scanGravatar Jakub Pawlowski 1-0/+6
2015-08-10Bluetooth: add hci_lookup_le_connectGravatar Jakub Pawlowski 1-0/+20
2015-08-10Bluetooth: preparation for new connect procedureGravatar Jakub Pawlowski 1-0/+3
2015-07-23Bluetooth: hci_check_conn_params() check proper rangeGravatar Seungyoun Ju 1-1/+1
2015-06-18Bluetooth: hci_core: increase max adv instGravatar Florian Grandel 1-1/+1
2015-06-18Bluetooth: hci_core: remove obsolete adv_instanceGravatar Florian Grandel 1-6/+0
2015-06-18Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()Gravatar Florian Grandel 1-0/+1
2015-06-18Bluetooth: hci_core/mgmt: move adv timeout to hdevGravatar Florian Grandel 1-1/+4
2015-06-18Bluetooth: hci_core/mgmt: Introduce multi-adv listGravatar Florian Grandel 1-0/+17
2015-06-09Bluetooth: Move SCO support under BT_BREDR config optionGravatar Arron Wang 1-0/+12
2015-06-09Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return voidGravatar Arron Wang 1-2/+2
2015-06-09Bluetooth: Fix encryption key size handling for LTKsGravatar Johan Hedberg 1-1/+1
2015-04-07Bluetooth: Remove hci_recv_stream_fragment functionGravatar Marcel Holtmann 1-3/+0
2015-04-07Bluetooth: Make data pointer of hci_recv_stream_fragment constGravatar Marcel Holtmann 1-1/+1
2015-04-02Bluetooth: Convert local OOB data reading to use HCI requestGravatar Johan Hedberg 1-3/+0