summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-10-07Bluetooth: List powered down AMP controllers correctlyMarcel Holtmann1-1/+4
2013-10-07Bluetooth: Make mgmt power down notification for BR/EDR explicitMarcel Holtmann1-5/+6
2013-10-07Bluetooth: Power off AMP controllers after setup phaseMarcel Holtmann1-1/+1
2013-10-07Bluetooth: Make mgmt_discovering() return voidMarcel Holtmann2-3/+3
2013-10-07Bluetooth: Make mgmt_remote_name() return voidMarcel Holtmann2-6/+5
2013-10-07Bluetooth: Make mgmt_device_found() return voidMarcel Holtmann2-9/+9
2013-10-07Bluetooth: Make mgmt_device_disconnected() return voidMarcel Holtmann2-9/+5
2013-10-07Bluetooth: Make mgmt_device_connected() return voidMarcel Holtmann2-8/+8
2013-10-07Bluetooth: Make mgmt_connect_failed() return voidMarcel Holtmann2-5/+5
2013-10-07Bluetooth: Make mgmt_disconnect_failed() return voidMarcel Holtmann2-10/+7
2013-10-07Bluetooth: Make mgmt_set_powered_failed() return voidMarcel Holtmann2-6/+4
2013-10-07Bluetooth: Make mgmt_index_added() and mgmt_index_removed() return voidMarcel Holtmann2-8/+8
2013-10-07Bluetooth: Send new settings only when pairable changesMarcel Holtmann1-5/+7
2013-10-06Bluetooth: Remove mgmt_valid_hdev() helper functionMarcel Holtmann3-19/+10
2013-10-06Bluetooth: Remove no longer needed mgmt_new_settings() functionMarcel Holtmann2-8/+2
2013-10-06Bluetooth: Use helper function for re-enabling advertisingMarcel Holtmann3-35/+35
2013-10-06Bluetooth: Set LE advertising parameters before enabling itMarcel Holtmann1-4/+18
2013-10-06Bluetooth: Add constants for LE advertising typesMarcel Holtmann1-0/+5
2013-10-06Bluetooth: Use helper functions for enabling/disabling advertisingMarcel Holtmann1-11/+22
2013-10-06Bluetooth: Make it clear that disabling LE disables advertisingMarcel Holtmann1-2/+5
2013-10-06Bluetooth: Add HCI structure for LE advertising parameters commandMarcel Holtmann1-0/+12
2013-10-06Bluetooth: Use random address if public address is not availableMarcel Holtmann2-0/+8
2013-10-06Bluetooth: Simplify device type check for AMP discover responseMarcel Holtmann1-11/+7
2013-10-06Bluetooth: Use explicit check for BR/EDR device typeMarcel Holtmann1-1/+1
2013-10-06Bluetooth: Reject enabling controllers without valid addressesMarcel Holtmann1-8/+35
2013-10-06Bluetooth: Check for non BR/EDR controller in AMP discover responseMarcel Holtmann1-1/+1
2013-10-06Bluetooth: Simplify check if L2CAP connection is AMP capableMarcel Holtmann1-17/+17
2013-10-06Bluetooth: Move hci_amp_capable() function into L2CAP coreMarcel Holtmann2-16/+16
2013-10-06Bluetooth: Remove check for number of AMP controllerMarcel Holtmann1-4/+3
2013-10-06Bluetooth: Remove pointless inline functionMarcel Holtmann1-8/+3
2013-10-06Bluetooth: Rename AMP status constants and use themMarcel Holtmann3-9/+9
2013-10-06Bluetooth: Use explicit AMP controller id value for BR/EDRMarcel Holtmann3-17/+17
2013-10-06Bluetooth: Separate AMP controller type from HCI device typeMarcel Holtmann2-5/+5
2013-10-06Bluetooth: Add constants for AMP controller typeMarcel Holtmann1-0/+4
2013-10-06Bluetooth: Remove useless external function to count controllersMarcel Holtmann2-14/+9
2013-10-06Bluetooth: Fix controller list for AMP discover responseMarcel Holtmann1-1/+1
2013-10-05Bluetooth: Fix re-enabling advertising after a connectionJohan Hedberg1-1/+50
2013-10-05Bluetooth: Add public mgmt function to send New Settings eventJohan Hedberg2-0/+6
2013-10-05Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISINGJohan Hedberg5-15/+15
2013-10-03Bluetooth: Initialize hci_conn fields in hci_connect_leAndre Guedes1-5/+5
2013-10-03Bluetooth: Rename hci_conn variable in hci_connect_le()Andre Guedes1-13/+13
2013-10-03Bluetooth: Only one command per L2CAP LE signalling is supportedMarcel Holtmann1-25/+19
2013-10-03Bluetooth: Check minimum length of SMP packetsMarcel Holtmann1-2/+7
2013-10-03Bluetooth: Drop packets on ATT fixed channel on BR/EDRMarcel Holtmann1-0/+4
2013-10-03Bluetooth: L2CAP connectionless channels are only valid for BR/EDRMarcel Holtmann1-0/+4
2013-10-03Bluetooth: SMP packets are only valid on LE connectionsMarcel Holtmann1-0/+6
2013-10-03Bluetooth: Don't copy L2CAP LE signalling to raw socketsMarcel Holtmann1-2/+0
2013-10-03Bluetooth: Fix switch statement order for L2CAP fixed channelsMarcel Holtmann1-3/+4
2013-10-03Bluetooth: Allow changing device class when BR/EDR is disabledMarcel Holtmann1-1/+1
2013-10-03Bluetooth: Restrict loading of long term keys to LE capable controllersMarcel Holtmann1-0/+6