Age | Commit message (Expand) | Author | Files | Lines |
2013-10-10 | Bluetooth: Refactor hci_connect_le | Andre Guedes | 1 | -18/+33 |
2013-10-10 | Bluetooth: Use HCI request for LE connection | Andre Guedes | 2 | -55/+67 |
2013-10-08 | Bluetooth: Fix changing advertising setting while LE is connected | Johan Hedberg | 1 | -1/+7 |
2013-10-07 | Bluetooth: Fix variable shadow warnings | Johannes Berg | 2 | -6/+8 |
2013-10-07 | Bluetooth: Read flow control mode on AMP controller init | Marcel Holtmann | 1 | -0/+3 |
2013-10-07 | Bluetooth: Read location data on AMP controller init | Marcel Holtmann | 1 | -0/+3 |
2013-10-07 | Bluetooth: Read supported features and commands on AMP controllers | Marcel Holtmann | 1 | -0/+6 |
2013-10-07 | Bluetooth: List powered down AMP controllers correctly | Marcel Holtmann | 1 | -1/+4 |
2013-10-07 | Bluetooth: Make mgmt power down notification for BR/EDR explicit | Marcel Holtmann | 1 | -5/+6 |
2013-10-07 | Bluetooth: Power off AMP controllers after setup phase | Marcel Holtmann | 1 | -1/+1 |
2013-10-07 | Bluetooth: Make mgmt_discovering() return void | Marcel Holtmann | 1 | -2/+2 |
2013-10-07 | Bluetooth: Make mgmt_remote_name() return void | Marcel Holtmann | 1 | -4/+3 |
2013-10-07 | Bluetooth: Make mgmt_device_found() return void | Marcel Holtmann | 1 | -6/+6 |
2013-10-07 | Bluetooth: Make mgmt_device_disconnected() return void | Marcel Holtmann | 1 | -7/+3 |
2013-10-07 | Bluetooth: Make mgmt_device_connected() return void | Marcel Holtmann | 1 | -5/+5 |
2013-10-07 | Bluetooth: Make mgmt_connect_failed() return void | Marcel Holtmann | 1 | -3/+3 |
2013-10-07 | Bluetooth: Make mgmt_disconnect_failed() return void | Marcel Holtmann | 1 | -8/+5 |
2013-10-07 | Bluetooth: Make mgmt_set_powered_failed() return void | Marcel Holtmann | 1 | -5/+3 |
2013-10-07 | Bluetooth: Make mgmt_index_added() and mgmt_index_removed() return void | Marcel Holtmann | 1 | -6/+6 |
2013-10-07 | Bluetooth: Send new settings only when pairable changes | Marcel Holtmann | 1 | -5/+7 |
2013-10-06 | Bluetooth: Remove mgmt_valid_hdev() helper function | Marcel Holtmann | 2 | -18/+10 |
2013-10-06 | Bluetooth: Remove no longer needed mgmt_new_settings() function | Marcel Holtmann | 1 | -7/+2 |
2013-10-06 | Bluetooth: Use helper function for re-enabling advertising | Marcel Holtmann | 2 | -35/+34 |
2013-10-06 | Bluetooth: Set LE advertising parameters before enabling it | Marcel Holtmann | 1 | -4/+18 |
2013-10-06 | Bluetooth: Use helper functions for enabling/disabling advertising | Marcel Holtmann | 1 | -11/+22 |
2013-10-06 | Bluetooth: Make it clear that disabling LE disables advertising | Marcel Holtmann | 1 | -2/+5 |
2013-10-06 | Bluetooth: Use random address if public address is not available | Marcel Holtmann | 2 | -0/+8 |
2013-10-06 | Bluetooth: Simplify device type check for AMP discover response | Marcel Holtmann | 1 | -11/+7 |
2013-10-06 | Bluetooth: Use explicit check for BR/EDR device type | Marcel Holtmann | 1 | -1/+1 |
2013-10-06 | Bluetooth: Reject enabling controllers without valid addresses | Marcel Holtmann | 1 | -8/+35 |
2013-10-06 | Bluetooth: Check for non BR/EDR controller in AMP discover response | Marcel Holtmann | 1 | -1/+1 |
2013-10-06 | Bluetooth: Simplify check if L2CAP connection is AMP capable | Marcel Holtmann | 1 | -17/+17 |
2013-10-06 | Bluetooth: Move hci_amp_capable() function into L2CAP core | Marcel Holtmann | 1 | -0/+16 |
2013-10-06 | Bluetooth: Remove check for number of AMP controller | Marcel Holtmann | 1 | -4/+3 |
2013-10-06 | Bluetooth: Remove pointless inline function | Marcel Holtmann | 1 | -8/+3 |
2013-10-06 | Bluetooth: Rename AMP status constants and use them | Marcel Holtmann | 2 | -2/+2 |
2013-10-06 | Bluetooth: Use explicit AMP controller id value for BR/EDR | Marcel Holtmann | 2 | -16/+16 |
2013-10-06 | Bluetooth: Separate AMP controller type from HCI device type | Marcel Holtmann | 1 | -4/+4 |
2013-10-06 | Bluetooth: Remove useless external function to count controllers | Marcel Holtmann | 1 | -1/+9 |
2013-10-06 | Bluetooth: Fix controller list for AMP discover response | Marcel Holtmann | 1 | -1/+1 |
2013-10-05 | Bluetooth: Fix re-enabling advertising after a connection | Johan Hedberg | 1 | -1/+50 |
2013-10-05 | Bluetooth: Add public mgmt function to send New Settings event | Johan Hedberg | 1 | -0/+5 |
2013-10-05 | Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISING | Johan Hedberg | 4 | -14/+14 |
2013-10-03 | Bluetooth: Initialize hci_conn fields in hci_connect_le | Andre Guedes | 1 | -5/+5 |
2013-10-03 | Bluetooth: Rename hci_conn variable in hci_connect_le() | Andre Guedes | 1 | -13/+13 |
2013-10-03 | Bluetooth: Only one command per L2CAP LE signalling is supported | Marcel Holtmann | 1 | -25/+19 |
2013-10-03 | Bluetooth: Check minimum length of SMP packets | Marcel Holtmann | 1 | -2/+7 |
2013-10-03 | Bluetooth: Drop packets on ATT fixed channel on BR/EDR | Marcel Holtmann | 1 | -0/+4 |
2013-10-03 | Bluetooth: L2CAP connectionless channels are only valid for BR/EDR | Marcel Holtmann | 1 | -0/+4 |
2013-10-03 | Bluetooth: SMP packets are only valid on LE connections | Marcel Holtmann | 1 | -0/+6 |