summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: Make it clear that disabling LE disables advertisingMarcel Holtmann2013-10-061-2/+5
* Bluetooth: Add HCI structure for LE advertising parameters commandMarcel Holtmann2013-10-061-0/+12
* Bluetooth: Use random address if public address is not availableMarcel Holtmann2013-10-062-0/+8
* Bluetooth: Simplify device type check for AMP discover responseMarcel Holtmann2013-10-061-11/+7
* Bluetooth: Use explicit check for BR/EDR device typeMarcel Holtmann2013-10-061-1/+1
* Bluetooth: Reject enabling controllers without valid addressesMarcel Holtmann2013-10-061-8/+35
* Bluetooth: Check for non BR/EDR controller in AMP discover responseMarcel Holtmann2013-10-061-1/+1
* Bluetooth: Simplify check if L2CAP connection is AMP capableMarcel Holtmann2013-10-061-17/+17
* Bluetooth: Move hci_amp_capable() function into L2CAP coreMarcel Holtmann2013-10-062-16/+16
* Bluetooth: Remove check for number of AMP controllerMarcel Holtmann2013-10-061-4/+3
* Bluetooth: Remove pointless inline functionMarcel Holtmann2013-10-061-8/+3
* Bluetooth: Rename AMP status constants and use themMarcel Holtmann2013-10-063-9/+9
* Bluetooth: Use explicit AMP controller id value for BR/EDRMarcel Holtmann2013-10-063-17/+17
* Bluetooth: Separate AMP controller type from HCI device typeMarcel Holtmann2013-10-062-5/+5
* Bluetooth: Add constants for AMP controller typeMarcel Holtmann2013-10-061-0/+4
* Bluetooth: Remove useless external function to count controllersMarcel Holtmann2013-10-062-14/+9
* Bluetooth: Fix controller list for AMP discover responseMarcel Holtmann2013-10-061-1/+1
* Bluetooth: Fix re-enabling advertising after a connectionJohan Hedberg2013-10-051-1/+50
* Bluetooth: Add public mgmt function to send New Settings eventJohan Hedberg2013-10-052-0/+6
* Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISINGJohan Hedberg2013-10-055-15/+15
* Bluetooth: Initialize hci_conn fields in hci_connect_leAndre Guedes2013-10-041-5/+5
* Bluetooth: Rename hci_conn variable in hci_connect_le()Andre Guedes2013-10-041-13/+13
* Bluetooth: Only one command per L2CAP LE signalling is supportedMarcel Holtmann2013-10-031-25/+19
* Bluetooth: Check minimum length of SMP packetsMarcel Holtmann2013-10-031-2/+7
* Bluetooth: Drop packets on ATT fixed channel on BR/EDRMarcel Holtmann2013-10-031-0/+4
* Bluetooth: L2CAP connectionless channels are only valid for BR/EDRMarcel Holtmann2013-10-031-0/+4
* Bluetooth: SMP packets are only valid on LE connectionsMarcel Holtmann2013-10-031-0/+6
* Bluetooth: Don't copy L2CAP LE signalling to raw socketsMarcel Holtmann2013-10-031-2/+0
* Bluetooth: Fix switch statement order for L2CAP fixed channelsMarcel Holtmann2013-10-031-3/+4
* Bluetooth: Allow changing device class when BR/EDR is disabledMarcel Holtmann2013-10-031-1/+1
* Bluetooth: Restrict loading of long term keys to LE capable controllersMarcel Holtmann2013-10-031-0/+6
* Bluetooth: Restrict loading of link keys to BR/EDR capable controllersMarcel Holtmann2013-10-031-0/+6
* Bluetooth: Allow setting static address even if LE is disabledMarcel Holtmann2013-10-031-4/+2
* Bluetooth: Restrict SSP setting changes to BR/EDR enabled controllersMarcel Holtmann2013-10-031-1/+5
* Bluetooth: Fix memory leak with L2CAP signal channelsMarcel Holtmann2013-10-021-2/+4
* Bluetooth: Add the definition for Slave Page Response TimeoutDoHyun Pyun2013-10-021-0/+2
* Bluetooth: Add the definition and stcuture for Sync Train CompleteDoHyun Pyun2013-10-021-0/+5
* Bluetooth: Add the definition for Start Synchronization TrainDoHyun Pyun2013-10-021-0/+2
* Bluetooth: Add the definition and structure for Set CSBDoHyun Pyun2013-10-021-0/+16
* Bluetooth: Add the structure for Write Sync Train ParametersDoHyun Pyun2013-10-021-0/+12
* Bluetooth: Add the definition and structure for Set CSB DataDoHyun Pyun2013-10-021-0/+14
* Bluetooth: Add the definition and structure for Delete Reserved LT_ADDRDoHyun Pyun2013-10-021-0/+9
* Bluetooth: Add the definition and structure for Set Reserved LT_ADDRDoHyun Pyun2013-10-021-0/+9
* Bluetooth: Increment management interface revisionMarcel Holtmann2013-10-021-1/+1
* Bluetooth: Fix advertising data flags with disabled BR/EDRJohan Hedberg2013-10-021-7/+7
* Bluetooth: Fix REJECTED vs NOT_SUPPORTED mgmt responsesJohan Hedberg2013-10-021-25/+51
* Bluetooth: Add management command for setting static addressMarcel Holtmann2013-10-024-0/+58
* Bluetooth: Restrict disabling of HS when controller is powered offMarcel Holtmann2013-10-021-2/+9
* Bluetooth: Add a new mgmt_set_bredr commandJohan Hedberg2013-10-023-0/+127
* Bluetooth: Introduce a new HCI_BREDR_ENABLED flagJohan Hedberg2013-10-024-13/+36