aboutsummaryrefslogtreecommitdiff
path: root/include/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-23Bluetooth: __l2cap_wait_ack() use msecs_to_jiffies()Gravatar Dean Jenkins 1-0/+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-12Bluetooth: Read encryption key size for BR/EDR connectionsGravatar Johan Hedberg 1-0/+10
2015-06-09Bluetooth: Move SCO support under BT_BREDR config optionGravatar Arron Wang 2-0/+23
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-09Bluetooth: Read LE remote features during connection establishmentGravatar Marcel Holtmann 1-0/+13
2015-04-07Bluetooth: Update SSP OOB data EIR definitionsGravatar Johan Hedberg 1-2/+4
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
2015-04-02Bluetooth: Remove unused hci_req_pending() functionGravatar Johan Hedberg 1-2/+0
2015-04-02Bluetooth: Remove unneeded recv_event variableGravatar Johan Hedberg 1-1/+0
2015-04-02Bluetooth: Convert hci_req_sync family of function to new request APIGravatar Johan Hedberg 1-0/+1
2015-04-02Bluetooth: Add second hci_request callback option for full skbGravatar Johan Hedberg 1-0/+3
2015-03-30Bluetooth: Refactor HCI request variables into own structGravatar Johan Hedberg 1-4/+10
2015-03-30Bluetooth: Refactor L2CAP variables into l2cap_ctrlGravatar Johan Hedberg 1-4/+4
2015-03-26Bluetooth: Add macros for advertising instance flagsGravatar Arman Uguray 1-0/+8
2015-03-24Bluetooth: Add support for adv instance timeoutGravatar Arman Uguray 1-0/+2
2015-03-24Bluetooth: Add data structure for advertising instanceGravatar Arman Uguray 1-0/+16
2015-03-24Bluetooth: Introduce HCI_ADVERTISING_INSTANCE setting and add AD flagsGravatar Arman Uguray 1-0/+2
2015-03-24Bluetooth: Add definitions for Add/Remove Advertising APIGravatar Arman Uguray 1-0/+34
2015-03-17Bluetooth: Move generic mgmt command dispatcher to hci_sock.cGravatar Johan Hedberg 1-3/+0