aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-19Bluetooth: Fix specifying role for LE connectionsJohan Hedberg1-1/+1
2015-11-19Bluetooth: Move Stop Discovery to req_workqueueJohan Hedberg1-0/+1
2015-11-19Bluetooth: Move Start Discovery to req_workqueueJohan Hedberg1-0/+2
2015-11-19Bluetooth: Move LE scan disable/restart behind req_workqueueJohan Hedberg1-3/+2
2015-11-19Bluetooth: Add HCI status return parameter to hci_req_sync()Johan Hedberg1-1/+2
2015-11-19Bluetooth: Run all background scan updates through req_workqueueJohan Hedberg1-0/+2
2015-11-19Bluetooth: Remove unnecessary call to hci_update_background_scanJohan Hedberg1-1/+0
2015-11-19Bluetooth: Add support for controller specific loggingMarcel Holtmann2-0/+2
2015-11-19Bluetooth: Add support for sending system notes to monitor channelMarcel Holtmann2-0/+3
2015-11-19Bluetooth: Compress the size of struct hci_ctrlJohan Hedberg1-3/+8
2015-11-19Bluetooth: Remove redundant setting to zero of bt_cbJohan Hedberg1-6/+2
2015-11-19Bluetooth: Add hci_skb_* helper wrappers for bt_cb(skb) accessMarcel Holtmann1-0/+4
2015-11-05Bluetooth: L2CAP: Fix returning correct LE CoC response codesJohan Hedberg1-0/+2
2015-10-26Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann1-7/+7
2015-10-21Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg1-3/+0
2015-10-21Bluetooth: Add hci_conn_hash_lookup_le() helper functionJohan Hedberg1-0/+24
2015-10-21Bluetooth: Fix missing hdev locking for LE scan cleanupJohan Hedberg1-0/+1
2015-10-21Bluetooth: Introduce driver specific post init callbackMarcel Holtmann1-0/+1
2015-10-21Bluetooth: Add support setup stage internal notification eventMarcel Holtmann1-0/+1
2015-10-21Bluetooth: Add new quirk for non-persistent diagnostic settingsMarcel Holtmann1-0/+9
2015-10-21Bluetooth: Don't use remote address type to decide IRK persistencyJohan Hedberg1-1/+1
2015-10-08Bluetooth: Add debugfs entry for setting vendor diagnostic modeMarcel Holtmann2-0/+2
2015-10-08Bluetooth: Add support for vendor specific diagnostic channelMarcel Holtmann3-0/+3
2015-10-08Bluetooth: Send index information updates to monitor channelMarcel Holtmann1-0/+7
2015-10-05Bluetooth: Send transport open and close monitor eventsMarcel Holtmann1-0/+2
2015-10-05Bluetooth: Introduce HCI_DEV_OPEN and HCI_DEV_CLOSE eventsMarcel Holtmann1-0/+2
2015-09-29Bluetooth: Add hci_cmd_sync functionLoic Poulain1-0/+3
2015-09-24Bluetooth: Add BT_WARN and bt_dev_warn logging macrosFrederic Danis1-0/+5
2015-09-18Bluetooth: Add BT_ERR_RATELIMITEDSzymon Janc1-0/+4
2015-09-17Bluetooth: close HCI device when user channel socket gets closedSimon Fels1-0/+1
2015-09-17Bluetooth: Add bt_dev logging macrosLoic Poulain1-0/+7
2015-08-10Bluetooth: add hci_connect_le_scanJakub Pawlowski1-0/+6
2015-08-10Bluetooth: add hci_lookup_le_connectJakub Pawlowski1-0/+20
2015-08-10Bluetooth: preparation for new connect procedureJakub Pawlowski1-0/+3
2015-07-23Bluetooth: hci_check_conn_params() check proper rangeSeungyoun Ju1-1/+1
2015-07-23Bluetooth: __l2cap_wait_ack() add defensive timeoutDean Jenkins1-0/+1
2015-07-23Bluetooth: __l2cap_wait_ack() use msecs_to_jiffies()Dean Jenkins1-0/+1
2015-06-18Bluetooth: hci_core: increase max adv instFlorian Grandel1-1/+1
2015-06-18Bluetooth: hci_core: remove obsolete adv_instanceFlorian Grandel1-6/+0
2015-06-18Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()Florian Grandel1-0/+1
2015-06-18Bluetooth: hci_core/mgmt: move adv timeout to hdevFlorian Grandel1-1/+4
2015-06-18Bluetooth: hci_core/mgmt: Introduce multi-adv listFlorian Grandel1-0/+17
2015-06-12Bluetooth: Read encryption key size for BR/EDR connectionsJohan Hedberg1-0/+10
2015-06-09Bluetooth: Move SCO support under BT_BREDR config optionArron Wang2-0/+23
2015-06-09Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return voidArron Wang1-2/+2
2015-06-09Bluetooth: Fix encryption key size handling for LTKsJohan Hedberg1-1/+1
2015-04-09Bluetooth: Read LE remote features during connection establishmentMarcel Holtmann1-0/+13
2015-04-07Bluetooth: Update SSP OOB data EIR definitionsJohan Hedberg1-2/+4
2015-04-07Bluetooth: Remove hci_recv_stream_fragment functionMarcel Holtmann1-3/+0
2015-04-07Bluetooth: Make data pointer of hci_recv_stream_fragment constMarcel Holtmann1-1/+1