aboutsummaryrefslogtreecommitdiff
path: root/include/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2016-04-22Bluetooth: Add defines for SPI and I2CGravatar Johan Hedberg 1-0/+2
2016-03-10Bluetooth: Add support for limited privacy modeGravatar Johan Hedberg 1-0/+1
2016-02-23Bluetooth: add LED trigger for indicating HCI is powered upGravatar Heiner Kallweit 1-0/+3
2016-01-29Bluetooth: L2CAP: Introduce proper defines for PSM rangesGravatar Johan Hedberg 1-0/+6
2016-01-05Bluetooth: Add support for Start Limited Discovery commandGravatar Johan Hedberg 2-0/+3
2016-01-05Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Gravatar Johan Hedberg 1-10/+20
2015-12-10Bluetooth: Remove unnecessary HCI_ADVERTISING_INSTANCE flagGravatar Johan Hedberg 1-1/+0
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-22Bluetooth: Add support for Get Advertising Size Information commandGravatar Marcel Holtmann 1-0/+13
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: Add HCI status return parameter to hci_req_sync()Gravatar Johan Hedberg 1-1/+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-11-19Bluetooth: Add support for controller specific loggingGravatar Marcel Holtmann 2-0/+2
2015-11-19Bluetooth: Add support for sending system notes to monitor channelGravatar Marcel Holtmann 2-0/+3
2015-11-19Bluetooth: Compress the size of struct hci_ctrlGravatar Johan Hedberg 1-3/+8
2015-11-19Bluetooth: Remove redundant setting to zero of bt_cbGravatar Johan Hedberg 1-6/+2
2015-11-19Bluetooth: Add hci_skb_* helper wrappers for bt_cb(skb) accessGravatar Marcel Holtmann 1-0/+4
2015-11-05Bluetooth: L2CAP: Fix returning correct LE CoC response codesGravatar Johan Hedberg 1-0/+2
2015-10-26Bluetooth: Rename bt_cb()->req into bt_cb()->hciGravatar Marcel Holtmann 1-7/+7
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: Add support setup stage internal notification eventGravatar Marcel Holtmann 1-0/+1
2015-10-21Bluetooth: Add new quirk for non-persistent diagnostic settingsGravatar Marcel Holtmann 1-0/+9
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 2-0/+2
2015-10-08Bluetooth: Add support for vendor specific diagnostic channelGravatar Marcel Holtmann 3-0/+3
2015-10-08Bluetooth: Send index information updates to monitor channelGravatar Marcel Holtmann 1-0/+7
2015-10-05Bluetooth: Send transport open and close monitor eventsGravatar Marcel Holtmann 1-0/+2
2015-10-05Bluetooth: Introduce HCI_DEV_OPEN and HCI_DEV_CLOSE eventsGravatar Marcel Holtmann 1-0/+2
2015-09-29Bluetooth: Add hci_cmd_sync functionGravatar Loic Poulain 1-0/+3
2015-09-24Bluetooth: Add BT_WARN and bt_dev_warn logging macrosGravatar Frederic Danis 1-0/+5
2015-09-18Bluetooth: Add BT_ERR_RATELIMITEDGravatar Szymon Janc 1-0/+4
2015-09-17Bluetooth: close HCI device when user channel socket gets closedGravatar Simon Fels 1-0/+1
2015-09-17Bluetooth: Add bt_dev logging macrosGravatar Loic Poulain 1-0/+7
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-07-23Bluetooth: __l2cap_wait_ack() add defensive timeoutGravatar Dean Jenkins 1-0/+1