Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SIMD-friendly variant of SBC encoder analysis filter | Siarhei Siamashka | 2009-01-16 | 6 | -160/+703 |
| | | | | | | | | | Added SIMD-friendly C implementation of SBC analysis filter (the structure of code had to be changed a bit and constants in the tables reordered). This code can be used as a reference for developing platform specific SIMD optimizations. These functions are put into a new file 'sbc_primitives.c', which is going to contain all the basic stuff for SBC codec. | ||||
* | Don't use auth_required. New kernels still need explicit auth requested | Johan Hedberg | 2009-01-16 | 1 | -6/+1 |
| | |||||
* | Don't try to remove bonding->io_id twice (bonding_request_free does it) | Johan Hedberg | 2009-01-16 | 1 | -3/+0 |
| | |||||
* | Fix bonding with pre-2.1 devices and newer kernels | Johan Hedberg | 2009-01-16 | 1 | -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 pairing | Marcel Holtmann | 2009-01-15 | 2 | -5/+2 |
| | |||||
* | Add another debug for auth requirements from kernel | Marcel Holtmann | 2009-01-15 | 1 | -3/+5 |
| | |||||
* | Fix device creation for incoming security mode 3 connects | Johan Hedberg | 2009-01-15 | 1 | -2/+4 |
| | |||||
* | Fix IO capabilities for non-pairing and pairing cases | Marcel Holtmann | 2009-01-15 | 1 | -12/+14 |
| | |||||
* | Differentiate between buffer and data size | Marcel Holtmann | 2009-01-15 | 1 | -4/+19 |
| | |||||
* | Add support for fragmentation of data packets | Marcel Holtmann | 2009-01-15 | 1 | -16/+29 |
| | |||||
* | Use different socket option numbers to deal with old kernels | Marcel Holtmann | 2009-01-14 | 1 | -2/+2 |
| | |||||
* | Use hci_send_req instead of hci_send_cmd for write_scan_enable | Johan Hedberg | 2009-01-14 | 1 | -2/+9 |
| | |||||
* | Explicitly disable scans before powering adapter down | Johan Hedberg | 2009-01-14 | 1 | -0/+2 |
| | |||||
* | Fix LIAC setting while toggling Pairable property when Discoverable=true | Johan Hedberg | 2009-01-14 | 1 | -0/+4 |
| | |||||
* | Add support for deferred connection setup | Marcel Holtmann | 2009-01-14 | 2 | -11/+89 |
| | |||||
* | Make the ReverseServiceDiscovery option more visible | Johan Hedberg | 2009-01-13 | 2 | -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 removal | Johan Hedberg | 2009-01-13 | 3 | -5/+7 |
| | |||||
* | Allow choosing of MITM for new pairing function | Marcel Holtmann | 2009-01-13 | 1 | -1/+4 |
| | |||||
* | Coding style fixes | Johan Hedberg | 2009-01-13 | 1 | -12/+15 |
| | |||||
* | Add ReverseServiceDiscovery config option | Johan Hedberg | 2009-01-13 | 3 | -1/+12 |
| | | | | | This option is solely for qualification since the BITE tester in its grand braindeadness doesn't like use doing reverse SDP. | ||||
* | Coding style fixes | Johan Hedberg | 2009-01-13 | 1 | -76/+102 |
| | |||||
* | Add debug statement for reverse service discovery timer | Marcel Holtmann | 2009-01-13 | 1 | -0/+1 |
| | |||||
* | Don't do reverse SDP for renewed link keys | Johan Hedberg | 2009-01-13 | 3 | -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 MITM | Marcel Holtmann | 2009-01-13 | 1 | -2/+2 |
| | |||||
* | Follow MITM requirements from remote device | Marcel Holtmann | 2009-01-13 | 1 | -0/+4 |
| | |||||
* | Clear authentication info upon disconnect | Johan Hedberg | 2009-01-13 | 1 | -0/+3 |
| | |||||
* | Fix no-bonding connections in non-bondable mode | Johan Hedberg | 2009-01-13 | 1 | -1/+8 |
| | |||||
* | Fix new pairing detection with SSP | Johan Hedberg | 2009-01-13 | 3 | -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 usage | Johan Hedberg | 2009-01-13 | 2 | -1/+4 |
| | |||||
* | Add more debug for authentication requirements | Marcel Holtmann | 2009-01-13 | 1 | -1/+6 |
| | |||||
* | RemoveDevice() should also update adapter->connections | Johan Hedberg | 2009-01-13 | 1 | -0/+1 |
| | |||||
* | Add command option for triggering dedicated bonding | Marcel Holtmann | 2009-01-13 | 1 | -2/+55 |
| | |||||
* | Fix bug on sdp_copy_record. | Luiz Augusto von Dentz | 2009-01-12 | 1 | -1/+5 |
| | | | | sdp_copy_record where not copying uuid data correctly. | ||||
* | Move l2raw_connect over to device.c (since it's not needed anywhere else) | Johan Hedberg | 2009-01-12 | 3 | -77/+65 |
| | |||||
* | Add support for dedicated bonding using BT_SECURITY | Johan Hedberg | 2009-01-12 | 3 | -7/+29 |
| | |||||
* | Add BT_SECURITY and BT_DEFER_SETUP definitions | Marcel Holtmann | 2009-01-12 | 1 | -4/+15 |
| | |||||
* | Handle active connection using device object. | Luiz Augusto von Dentz | 2009-01-11 | 5 | -186/+149 |
| | |||||
* | Move bonding creation to device.c. | Luiz Augusto von Dentz | 2009-01-11 | 5 | -1023/+784 |
| | |||||
* | Make audio plugin to use audio_device sufix instead of device_. | Luiz Augusto von Dentz | 2009-01-08 | 3 | -9/+11 |
| | | | | To prevent future name clashes with btd_device API. | ||||
* | Fix a bogus pointer crash that occurred when reconnecting A2DP. | Mike Lockwood | 2009-01-08 | 1 | -0/+1 |
| | |||||
* | Release 4.264.26 | Marcel Holtmann | 2009-01-08 | 2 | -1/+9 |
| | |||||
* | Allow ATA to be used for calls in WAITING state too | Johan Hedberg | 2009-01-08 | 1 | -0/+3 |
| | |||||
* | Another fix to AT+CHLD=2 | Johan Hedberg | 2009-01-08 | 1 | -3/+3 |
| | | | | | | Swap() can't actually be used for calls in WAITING state. Instead simply call Answer() for a waiting call and it will automatically put any previously active call on hold. | ||||
* | Also release waiting calls upon AT+CHLD=0 | Johan Hedberg | 2009-01-08 | 1 | -0/+2 |
| | |||||
* | Catch errors properly in telephony_call_hold_req | Johan Hedberg | 2009-01-08 | 1 | -7/+6 |
| | |||||
* | Fix AT+CHLD=3 as well | Johan Hedberg | 2009-01-08 | 1 | -1/+18 |
| | | | | | AT+CHLD=3 should use the special Conference() D-Bus method instead of Unhold(). | ||||
* | Fix AT+CHLD=2 behavior | Johan Hedberg | 2009-01-08 | 1 | -2/+34 |
| | |||||
* | Fix for big endian problems in SBC codec | Siarhei Siamashka | 2009-01-07 | 1 | -12/+0 |
| | |||||
* | Fix use of invalid pointer | Johan Hedberg | 2009-01-07 | 1 | -1/+3 |
| | |||||
* | Remove double semicolon | Johan Hedberg | 2009-01-07 | 1 | -1/+1 |
| |