aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-07Bluetooth: Make mgmt_device_connected() return voidMarcel Holtmann
2013-10-07Bluetooth: Make mgmt_connect_failed() return voidMarcel Holtmann
2013-10-07Bluetooth: Make mgmt_disconnect_failed() return voidMarcel Holtmann
2013-10-07Bluetooth: Make mgmt_set_powered_failed() return voidMarcel Holtmann
2013-10-07Bluetooth: Make mgmt_index_added() and mgmt_index_removed() return voidMarcel Holtmann
2013-10-07Bluetooth: Send new settings only when pairable changesMarcel Holtmann
2013-10-06Bluetooth: Remove mgmt_valid_hdev() helper functionMarcel Holtmann
2013-10-06Bluetooth: Remove no longer needed mgmt_new_settings() functionMarcel Holtmann
2013-10-06Bluetooth: Use helper function for re-enabling advertisingMarcel Holtmann
2013-10-06Bluetooth: Set LE advertising parameters before enabling itMarcel Holtmann
2013-10-06Bluetooth: Add constants for LE advertising typesMarcel Holtmann
2013-10-06Bluetooth: Use helper functions for enabling/disabling advertisingMarcel Holtmann
2013-10-06Bluetooth: Make it clear that disabling LE disables advertisingMarcel Holtmann
2013-10-06Bluetooth: Add HCI structure for LE advertising parameters commandMarcel Holtmann
2013-10-06Bluetooth: Use random address if public address is not availableMarcel Holtmann
2013-10-06Bluetooth: Simplify device type check for AMP discover responseMarcel Holtmann
2013-10-06Bluetooth: Use explicit check for BR/EDR device typeMarcel Holtmann
2013-10-06Bluetooth: Reject enabling controllers without valid addressesMarcel Holtmann
2013-10-06Bluetooth: Check for non BR/EDR controller in AMP discover responseMarcel Holtmann
2013-10-06Bluetooth: Simplify check if L2CAP connection is AMP capableMarcel Holtmann
2013-10-06Bluetooth: Move hci_amp_capable() function into L2CAP coreMarcel Holtmann
2013-10-06Bluetooth: Remove check for number of AMP controllerMarcel Holtmann
2013-10-06Bluetooth: Remove pointless inline functionMarcel Holtmann
2013-10-06Bluetooth: Rename AMP status constants and use themMarcel Holtmann
2013-10-06Bluetooth: Use explicit AMP controller id value for BR/EDRMarcel Holtmann
2013-10-06Bluetooth: Separate AMP controller type from HCI device typeMarcel Holtmann
2013-10-06Bluetooth: Add constants for AMP controller typeMarcel Holtmann
2013-10-06Bluetooth: Remove useless external function to count controllersMarcel Holtmann
2013-10-06Bluetooth: Fix controller list for AMP discover responseMarcel Holtmann
2013-10-05Bluetooth: Fix re-enabling advertising after a connectionJohan Hedberg
2013-10-05Bluetooth: Add public mgmt function to send New Settings eventJohan Hedberg
2013-10-05Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISINGJohan Hedberg
2013-10-03Bluetooth: Initialize hci_conn fields in hci_connect_leAndre Guedes
2013-10-03Bluetooth: Rename hci_conn variable in hci_connect_le()Andre Guedes
2013-10-03Bluetooth: Only one command per L2CAP LE signalling is supportedMarcel Holtmann
2013-10-03Bluetooth: Check minimum length of SMP packetsMarcel Holtmann
2013-10-03Bluetooth: Drop packets on ATT fixed channel on BR/EDRMarcel Holtmann
2013-10-03Bluetooth: L2CAP connectionless channels are only valid for BR/EDRMarcel Holtmann
2013-10-03Bluetooth: SMP packets are only valid on LE connectionsMarcel Holtmann
2013-10-03Bluetooth: Don't copy L2CAP LE signalling to raw socketsMarcel Holtmann
2013-10-03Bluetooth: Fix switch statement order for L2CAP fixed channelsMarcel Holtmann
2013-10-03Bluetooth: Allow changing device class when BR/EDR is disabledMarcel Holtmann
2013-10-03Bluetooth: Restrict loading of long term keys to LE capable controllersMarcel Holtmann
2013-10-03Bluetooth: Restrict loading of link keys to BR/EDR capable controllersMarcel Holtmann
2013-10-03Bluetooth: Allow setting static address even if LE is disabledMarcel Holtmann
2013-10-03Bluetooth: Restrict SSP setting changes to BR/EDR enabled controllersMarcel Holtmann
2013-10-02Bluetooth: Fix memory leak with L2CAP signal channelsMarcel Holtmann
2013-10-02Bluetooth: Add the definition for Slave Page Response TimeoutDoHyun Pyun
2013-10-02Bluetooth: Add the definition and stcuture for Sync Train CompleteDoHyun Pyun
2013-10-02Bluetooth: Add the definition for Start Synchronization TrainDoHyun Pyun