summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix mostly every warning caused by -Wsign-compareMarcel Holtmann2009-01-292-7/+8
|
* Set the Alias only after checking the EIR dataJohan Hedberg2009-01-271-11/+11
|
* Fix bug which prevents emitting DeviceDisappered.Luiz Augusto von Dentz2009-01-212-37/+30
|
* Use MITM for CreatePairedDevice and handle the NoInputNoOuput casesMarcel Holtmann2009-01-162-4/+12
|
* Also check the local IO capability before requiring MITMJohan Hedberg2009-01-161-3/+6
|
* Require MITM for dedicated bonding if the remote side is capable of itJohan Hedberg2009-01-163-2/+14
|
* Fix memory leakJohan Hedberg2009-01-161-1/+3
|
* Bail out from extract_des if sdp_uuid_extract failsJohan Hedberg2009-01-161-5/+5
|
* Use L2CAP_LM for the L2CAP raw socket for nowJohan Hedberg2009-01-161-7/+10
|
* Don't use auth_required. New kernels still need explicit auth requestedJohan Hedberg2009-01-161-6/+1
|
* Don't try to remove bonding->io_id twice (bonding_request_free does it)Johan Hedberg2009-01-161-3/+0
|
* Fix bonding with pre-2.1 devices and newer kernelsJohan Hedberg2009-01-161-0/+5
| | | | | The L2CAP raw connection will return IO_OUT imediately so let the HCI even tracking take care of cleaning up the bonding struct.
* Use dedicated bonding and no MITM for pairingMarcel Holtmann2009-01-152-5/+2
|
* Add another debug for auth requirements from kernelMarcel Holtmann2009-01-151-3/+5
|
* Fix device creation for incoming security mode 3 connectsJohan Hedberg2009-01-151-2/+4
|
* Fix IO capabilities for non-pairing and pairing casesMarcel Holtmann2009-01-151-12/+14
|
* Use hci_send_req instead of hci_send_cmd for write_scan_enableJohan Hedberg2009-01-141-2/+9
|
* Explicitly disable scans before powering adapter downJohan Hedberg2009-01-141-0/+2
|
* Fix LIAC setting while toggling Pairable property when Discoverable=trueJohan Hedberg2009-01-141-0/+4
|
* Make the ReverseServiceDiscovery option more visibleJohan Hedberg2009-01-132-2/+9
| | | | | Add it to the default main.conf file with a proper comment and print a debug message is it's found to be missing.
* Don't remove linkkeys upon adapter removalJohan Hedberg2009-01-133-5/+7
|
* Coding style fixesJohan Hedberg2009-01-131-12/+15
|
* Add ReverseServiceDiscovery config optionJohan Hedberg2009-01-133-1/+12
| | | | | This option is solely for qualification since the BITE tester in its grand braindeadness doesn't like use doing reverse SDP.
* Add debug statement for reverse service discovery timerMarcel Holtmann2009-01-131-0/+1
|
* Don't do reverse SDP for renewed link keysJohan Hedberg2009-01-133-2/+19
| | | | | | Add a flag for a renewed link key to the device struct so that when we get authentication complete we don't do reverse SDP or PropertyChanged(Paired, true) if a new bonding isn't being created.
* Only handle the special case of no bonding and no MITMMarcel Holtmann2009-01-131-2/+2
|
* Follow MITM requirements from remote deviceMarcel Holtmann2009-01-131-0/+4
|
* Clear authentication info upon disconnectJohan Hedberg2009-01-131-0/+3
|
* Fix no-bonding connections in non-bondable modeJohan Hedberg2009-01-131-1/+8
|
* Fix new pairing detection with SSPJohan Hedberg2009-01-133-4/+12
| | | | | Propagate old and new link key type info to dbus-hci.c so it can know whether this is a new pairing or not.
* Fix dbus_connection_ref/unref usageJohan Hedberg2009-01-132-1/+4
|
* Add more debug for authentication requirementsMarcel Holtmann2009-01-131-1/+6
|
* RemoveDevice() should also update adapter->connectionsJohan Hedberg2009-01-131-0/+1
|
* Move l2raw_connect over to device.c (since it's not needed anywhere else)Johan Hedberg2009-01-123-77/+65
|
* Add support for dedicated bonding using BT_SECURITYJohan Hedberg2009-01-123-7/+29
|
* Handle active connection using device object.Luiz Augusto von Dentz2009-01-115-186/+149
|
* Move bonding creation to device.c.Luiz Augusto von Dentz2009-01-115-1023/+784
|
* Update copyright informationMarcel Holtmann2009-01-0126-26/+26
|
* Fix signal emissions when removing adaptersMarcel Holtmann2008-12-231-6/+7
|
* Add missing include of own header fileMarcel Holtmann2008-12-231-0/+1
|
* Make two more local functions staticMarcel Holtmann2008-12-232-3/+3
|
* Don't delcare variables after statementsMarcel Holtmann2008-12-231-1/+2
|
* Add header file with prototype declarationsMarcel Holtmann2008-12-231-0/+3
|
* Add braces around debug statementsMarcel Holtmann2008-12-231-2/+3
|
* Cleanup adapters on exit.Luiz Augusto von Dentz2008-12-226-55/+77
| | | | | | | When bluetoothd is terminated any remaining registered adapters should be unregistered (including proper D-Bus signal emition) and have their drivers removed. The adapters should also be brought down unless they were already up upon initialization.
* Remove duplicated declaration of adapter_remove.Luiz Augusto von Dentz2008-12-221-1/+0
|
* Fix log messages when there's no agent availableJohan Hedberg2008-12-221-2/+4
|
* Change an unnecessary "else if" to a simple "else"Johan Hedberg2008-12-221-1/+1
|
* Implement RememberPowered config optionJohan Hedberg2008-12-224-2/+19
|
* Use tabs instead of whitespacesMarcel Holtmann2008-12-202-2/+2
|