summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
AgeCommit message (Expand)AuthorLines
2015-08-10Bluetooth: add hci_connect_le_scanJakub Pawlowski-0/+6
2015-08-10Bluetooth: add hci_lookup_le_connectJakub Pawlowski-0/+20
2015-08-10Bluetooth: preparation for new connect procedureJakub Pawlowski-0/+3
2015-07-23Bluetooth: hci_check_conn_params() check proper rangeSeungyoun Ju-1/+1
2015-07-23Bluetooth: __l2cap_wait_ack() add defensive timeoutDean Jenkins-0/+1
2015-07-23Bluetooth: __l2cap_wait_ack() use msecs_to_jiffies()Dean Jenkins-0/+1
2015-06-18Bluetooth: hci_core: increase max adv instFlorian Grandel-1/+1
2015-06-18Bluetooth: hci_core: remove obsolete adv_instanceFlorian Grandel-6/+0
2015-06-18Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()Florian Grandel-0/+1
2015-06-18Bluetooth: hci_core/mgmt: move adv timeout to hdevFlorian Grandel-1/+4
2015-06-18Bluetooth: hci_core/mgmt: Introduce multi-adv listFlorian Grandel-0/+17
2015-06-12Bluetooth: Read encryption key size for BR/EDR connectionsJohan Hedberg-0/+10
2015-06-09Bluetooth: Move SCO support under BT_BREDR config optionArron Wang-0/+23
2015-06-09Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return voidArron Wang-2/+2
2015-06-09Bluetooth: Fix encryption key size handling for LTKsJohan Hedberg-1/+1
2015-04-09Bluetooth: Read LE remote features during connection establishmentMarcel Holtmann-0/+13
2015-04-07Bluetooth: Update SSP OOB data EIR definitionsJohan Hedberg-2/+4
2015-04-07Bluetooth: Remove hci_recv_stream_fragment functionMarcel Holtmann-3/+0
2015-04-07Bluetooth: Make data pointer of hci_recv_stream_fragment constMarcel Holtmann-1/+1
2015-04-02Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg-3/+0
2015-04-02Bluetooth: Remove unused hci_req_pending() functionJohan Hedberg-2/+0
2015-04-02Bluetooth: Remove unneeded recv_event variableJohan Hedberg-1/+0
2015-04-02Bluetooth: Convert hci_req_sync family of function to new request APIJohan Hedberg-0/+1
2015-04-02Bluetooth: Add second hci_request callback option for full skbJohan Hedberg-0/+3
2015-03-30Bluetooth: Refactor HCI request variables into own structJohan Hedberg-4/+10
2015-03-30Bluetooth: Refactor L2CAP variables into l2cap_ctrlJohan Hedberg-4/+4
2015-03-26Bluetooth: Add macros for advertising instance flagsArman Uguray-0/+8
2015-03-24Bluetooth: Add support for adv instance timeoutArman Uguray-0/+2
2015-03-24Bluetooth: Add data structure for advertising instanceArman Uguray-0/+16
2015-03-24Bluetooth: Introduce HCI_ADVERTISING_INSTANCE setting and add AD flagsArman Uguray-0/+2
2015-03-24Bluetooth: Add definitions for Add/Remove Advertising APIArman Uguray-0/+34
2015-03-17Bluetooth: Move generic mgmt command dispatcher to hci_sock.cJohan Hedberg-3/+0
2015-03-17Bluetooth: Add hdev_init callback for HCI channelsJohan Hedberg-0/+1
2015-03-17Bluetooth: Add helper to get HCI channel of a socketJohan Hedberg-0/+1
2015-03-17Bluetooth: Introduce HCI_QUIRK_SIMULTANEOUS_DISCOVERYJakub Pawlowski-0/+8
2015-03-17Bluetooth: Add support for Local OOB Extended Data Update eventsMarcel Holtmann-0/+8
2015-03-16Bluetooth: Add constants for LE SC Confirmation and Random valuesMarcel Holtmann-0/+2
2015-03-16Bluetooth: Remove unneeded HCI_CONN_REMOTE_OOB connection flagMarcel Holtmann-1/+0
2015-03-15Bluetooth: Add simple version of Read Local OOB Extended Data commandMarcel Holtmann-0/+11
2015-03-15Bluetooth: Add defines for LE Bluetooth Device Address and LE RoleMarcel Holtmann-0/+2
2015-03-15Bluetooth: Add simple version of Read Advertising Features commandMarcel Holtmann-0/+11
2015-03-15Bluetooth: Use BIT(n) macro instead of manually encoding (1 << n)Marcel Holtmann-4/+4
2015-03-15Bluetooth: Send global configuration updates to all management usersMarcel Holtmann-0/+1
2015-03-15Bluetooth: Add support for trust verification of management commandsMarcel Holtmann-0/+1
2015-03-15Bluetooth: Add support for untrusted access to management commandsMarcel Holtmann-1/+2
2015-03-15Bluetooth: Add hci_sock_test_flag helper functionMarcel Holtmann-0/+1
2015-03-15Bluetooth: Consolidate socket channel sending function back into oneMarcel Holtmann-3/+1
2015-03-15Bluetooth: Introduce trusted flag for management control socketsMarcel Holtmann-0/+1
2015-03-15Bluetooth: Add support for extended index management commandMarcel Holtmann-0/+11
2015-03-15Bluetooth: Add support for extended index management eventsMarcel Holtmann-0/+10