summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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
* 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
* Send DefaultAdapterChanged signal before any propertiesMarcel Holtmann2008-12-201-2/+2
* Send AdapterRemoved and DeviceRemoved signals lastMarcel Holtmann2008-12-202-4/+4
* Fix spelling mistake in property nameMarcel Holtmann2008-12-201-1/+1
* Send PropertyChanged signal for added or removed adaptersMarcel Holtmann2008-12-201-1/+24
* The signal for Powered change should be the last oneMarcel Holtmann2008-12-201-6/+4
* Rename create_bonding_conn_complete more appropriatelyJohan Hedberg2008-12-181-5/+5
* Add configuration option for DeviceID and do some cleanupMarcel Holtmann2008-12-172-18/+24
* Clarify InitialyPowered config option commentJohan Hedberg2008-12-161-2/+2
* Remove redundant empty lineJohan Hedberg2008-12-161-1/+0
* Implement InitiallyPowered config optionJohan Hedberg2008-12-163-2/+21
* Allow FindDevice to find temporary devicesJohan Hedberg2008-12-091-5/+0
* Allow sending requests to the agentMarcel Holtmann2008-12-091-0/+1
* Use only send_destination statementsMarcel Holtmann2008-12-081-24/+3
* Remove trailing whitespaceJohan Hedberg2008-12-061-2/+2
* Add deny statements to D-Bus access policyMarcel Holtmann2008-12-051-1/+17
* Remove unused variableMarcel Holtmann2008-12-041-1/+1