summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2014-12-05Bluetooth: Add support for handling LE Direct Advertising Report eventsMarcel Holtmann-2/+55
2014-12-05Bluetooth: Enabled LE Direct Advertising Report event if supportedMarcel Holtmann-0/+8
2014-12-05Bluetooth: Report invalid RSSI for service discovery and background scanMarcel Holtmann-2/+10
2014-12-05Bluetooth: Fix discovery filter when no RSSI is availableMarcel Holtmann-3/+11
2014-12-05Bluetooth: Remove redundant reverse_base_uuid variableJohan Hedberg-10/+2
2014-12-05Bluetooth: Fix Get Conn Info to use cmd_complete callbackJohan Hedberg-51/+33
2014-12-05Bluetooth: Fix initializing hci_conn RSSI to invalid valueJohan Hedberg-0/+1
2014-12-05Bluetooth: Convert Get Clock Info to use cmd_complete callbackJohan Hedberg-24/+35
2014-12-05Bluetooth: Convert discovery commands to use cmd_complete callbackJohan Hedberg-11/+16
2014-12-05Bluetooth: Convert Unpair Device to use cmd_complete callbackJohan Hedberg-7/+3
2014-12-05Bluetooth: Convert Pair Device to use cmd_complete callbackJohan Hedberg-3/+5
2014-12-05Bluetooth: Use cmd_complete callback for authentication mgmt commandsJohan Hedberg-22/+14
2014-12-05Bluetooth: Convert Disconnect mgmt command to use cmd_complete callbackJohan Hedberg-14/+10
2014-12-05Bluetooth: Store parameter length with pending mgmt commandsJohan Hedberg-3/+3
2014-12-05Bluetooth: Add callback to create proper cmd_complete eventsJohan Hedberg-2/+17
2014-12-05Bluetooth: Clear discovery filter before starting background scanMarcel Holtmann-11/+9
2014-12-05Bluetooth: Fix memory leaks from discovery filter UUID listMarcel Holtmann-2/+11
2014-12-05Bluetooth: Add helper function for clearing the discovery filterMarcel Holtmann-4/+1
2014-12-05Bluetooth: Add support for Start Service Discovery commandJakub Pawlowski-0/+106
2014-12-05Bluetooth: Add logic for UUID filter handlingJakub Pawlowski-0/+70
2014-12-05Bluetooth: Add framework for device found filtering based on UUIDMarcel Holtmann-2/+52
2014-12-05Bluetooth: Filter device found events based on RSSI thresholdMarcel Holtmann-0/+9
2014-12-05Bluetooth: Add extra discovery fields for storing filter informationJakub Pawlowski-0/+16
2014-12-04Bluetooth: Split triggering of discovery commands into separate functionMarcel Holtmann-114/+100
2014-12-04Bluetooth: Use {start,stop}_discovery_complete handler for cmd_completeMarcel Holtmann-66/+31
2014-12-04Bluetooth: Simplify the error handling of Start Discovery commandMarcel Holtmann-11/+7
2014-12-03Bluetooth: Increment management interface revisionMarcel Holtmann-1/+1
2014-12-03Bluetooth: Increase minor version of core moduleMarcel Holtmann-1/+1
2014-12-03Bluetooth: Fix false-positive "uninitialized" compiler warningJohan Hedberg-10/+12
2014-12-03Bluetooth: Fix minor coding style issue in smp.cJohan Hedberg-1/+1
2014-12-03Bluetooth: Fix SMP debug key handlingJohan Hedberg-11/+14
2014-12-03Bluetooth: Organize SMP crypto functions to logical sectionsJohan Hedberg-63/+71
2014-12-03Bluetooth: Fix missing const declarations in SMP functionsJohan Hedberg-10/+13
2014-12-03Bluetooth: Introduce SMP_DBG macro for low-level debugingJohan Hedberg-28/+40
2014-12-03Bluetooth: Add basic LE SC OOB support for remote OOB dataJohan Hedberg-2/+36
2014-12-03Bluetooth: Set SMP OOB flag if OOB data is availableJohan Hedberg-6/+25
2014-12-03Bluetooth: Add support for adding remote OOB data for LEJohan Hedberg-3/+11
2014-12-03Bluetooth: Store address type with OOB dataJohan Hedberg-17/+24
2014-12-03Bluetooth: Unify remote OOB data functionsJohan Hedberg-35/+20
2014-12-03Bluetooth: Add SC-only mode support for SMPJohan Hedberg-0/+9
2014-12-03Bluetooth: Add full SMP BR/EDR supportJohan Hedberg-22/+212
2014-12-03Bluetooth: Add skeleton for BR/EDR SMP channelJohan Hedberg-18/+71
2014-12-03Bluetooth: Add debugfs switch for forcing SMP over BR/EDRJohan Hedberg-0/+47
2014-12-03Bluetooth: Add hci_conn flag for new link key generationJohan Hedberg-0/+3
2014-12-03Bluetooth: Use debug keys for SMP when HCI_USE_DEBUG_KEYS is setJohan Hedberg-9/+18
2014-12-03Bluetooth: Add dummy handler for LE SC keypress notificationJohan Hedberg-0/+14
2014-12-03Bluetooth: Fix DHKey Check sending order for slave roleJohan Hedberg-17/+43
2014-12-03Bluetooth: Add passkey entry support for LE SCJohan Hedberg-11/+180
2014-12-03Bluetooth: Fix BR/EDR Link Key type when derived through LE SCJohan Hedberg-3/+28
2014-12-03Bluetooth: Add support for SC just-works pairingJohan Hedberg-12/+27