summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SBC arrays and constant tables aligned at 16 byte boundary for SIMDSiarhei Siamashka2009-01-164-15/+36
* SIMD-friendly variant of SBC encoder analysis filterSiarhei Siamashka2009-01-166-160/+703
* 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
* 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
* Differentiate between buffer and data sizeMarcel Holtmann2009-01-151-4/+19
* Add support for fragmentation of data packetsMarcel Holtmann2009-01-151-16/+29
* Use different socket option numbers to deal with old kernelsMarcel Holtmann2009-01-141-2/+2
* 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
* Add support for deferred connection setupMarcel Holtmann2009-01-142-11/+89
* Make the ReverseServiceDiscovery option more visibleJohan Hedberg2009-01-132-2/+9
* Don't remove linkkeys upon adapter removalJohan Hedberg2009-01-133-5/+7
* Allow choosing of MITM for new pairing functionMarcel Holtmann2009-01-131-1/+4
* Coding style fixesJohan Hedberg2009-01-131-12/+15
* Add ReverseServiceDiscovery config optionJohan Hedberg2009-01-133-1/+12
* Coding style fixesJohan Hedberg2009-01-131-76/+102
* 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
* Add command option for triggering dedicated bondingMarcel Holtmann2009-01-131-2/+55
* Fix bug on sdp_copy_record.Luiz Augusto von Dentz2009-01-121-1/+5
* 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
* Add BT_SECURITY and BT_DEFER_SETUP definitionsMarcel Holtmann2009-01-121-4/+15
* 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
* Make audio plugin to use audio_device sufix instead of device_.Luiz Augusto von Dentz2009-01-083-9/+11
* Fix a bogus pointer crash that occurred when reconnecting A2DP.Mike Lockwood2009-01-081-0/+1
* Release 4.264.26Marcel Holtmann2009-01-082-1/+9
* Allow ATA to be used for calls in WAITING state tooJohan Hedberg2009-01-081-0/+3
* Another fix to AT+CHLD=2Johan Hedberg2009-01-081-3/+3
* Also release waiting calls upon AT+CHLD=0Johan Hedberg2009-01-081-0/+2
* Catch errors properly in telephony_call_hold_reqJohan Hedberg2009-01-081-7/+6
* Fix AT+CHLD=3 as wellJohan Hedberg2009-01-081-1/+18
* Fix AT+CHLD=2 behaviorJohan Hedberg2009-01-081-2/+34
* Fix for big endian problems in SBC codecSiarhei Siamashka2009-01-071-12/+0
* Fix use of invalid pointerJohan Hedberg2009-01-071-1/+3