Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make serial plugin to use BtIO API. | Luiz Augusto von Dentz | 2009-02-19 | 2 | -27/+56 | |
| | ||||||
* | Log probe failures. | Luiz Augusto von Dentz | 2009-02-19 | 1 | -13/+18 | |
| | ||||||
* | Make probe to fail if avdtp_init fail. | Luiz Augusto von Dentz | 2009-02-19 | 1 | -1/+7 | |
| | ||||||
* | Fix uninitialised value. | Luiz Augusto von Dentz | 2009-02-19 | 1 | -2/+2 | |
| | ||||||
* | Set GError properly if listen() fails | Johan Hedberg | 2009-02-18 | 1 | -1/+1 | |
| | ||||||
* | Add BT_PCM_FLAG_PCM_ROUTING flag to ipc | Johan Hedberg | 2009-02-18 | 4 | -1/+10 | |
| | ||||||
* | Add support for BT_IO_OPT_MASTER to btiotest | Johan Hedberg | 2009-02-18 | 1 | -5/+13 | |
| | ||||||
* | Add BT_IO_OPT_MASTER boolean option (maps to LM_MASTER) | Johan Hedberg | 2009-02-18 | 2 | -19/+106 | |
| | ||||||
* | Add security level definitions to btio.h | Johan Hedberg | 2009-02-18 | 1 | -0/+7 | |
| | ||||||
* | Print MTU also for SCO | Johan Hedberg | 2009-02-18 | 1 | -2/+2 | |
| | ||||||
* | Fix getting SCO MTU | Johan Hedberg | 2009-02-18 | 1 | -1/+1 | |
| | ||||||
* | Fix getting non-int va_arg values | Johan Hedberg | 2009-02-18 | 1 | -4/+4 | |
| | ||||||
* | Fall back to L2CAP_LM and RFCOMM_LM if kernel doesn't support BT_SECURITY | Johan Hedberg | 2009-02-18 | 1 | -9/+119 | |
| | ||||||
* | Move BT_SECURITY handling to their own functions | Johan Hedberg | 2009-02-18 | 1 | -41/+37 | |
| | ||||||
* | Make use of GError to get detailed error information | Johan Hedberg | 2009-02-18 | 1 | -31/+47 | |
| | ||||||
* | Add security level support to btiotest | Johan Hedberg | 2009-02-18 | 1 | -10/+25 | |
| | ||||||
* | Add support for SCO to btiotest | Johan Hedberg | 2009-02-18 | 1 | -0/+67 | |
| | ||||||
* | Make temporary changes to BtIO API so it doesn't conflicts with old code. | Luiz Augusto von Dentz | 2009-02-18 | 2 | -38/+38 | |
| | ||||||
* | sbc: don't dereference sbc pointer if NULL | Marc-André Lureau | 2009-02-17 | 1 | -2/+2 | |
| | ||||||
* | sbc: provide implementation info as a readable string | Marc-André Lureau | 2009-02-17 | 6 | -0/+19 | |
| | | | | This is mainly useful for logging and debugging. | |||||
* | Mention Marc-Andre's contributions | Marcel Holtmann | 2009-02-17 | 1 | -0/+1 | |
| | ||||||
* | Use const where appropriate | Johan Hedberg | 2009-02-17 | 1 | -8/+8 | |
| | ||||||
* | Add telephony driver hooks for the HSP AT+CKPD command | Johan Hedberg | 2009-02-17 | 4 | -4/+49 | |
| | ||||||
* | audio: make *_suspend() use bt_stop_stream_rsp | Marc-André Lureau | 2009-02-17 | 1 | -2/+2 | |
| | ||||||
* | Convert BtIO API to use GError | Johan Hedberg | 2009-02-16 | 3 | -167/+208 | |
| | ||||||
* | Remove lm_flags from the btio public API | Johan Hedberg | 2009-02-16 | 2 | -41/+7 | |
| | ||||||
* | Merge btio test tool | Johan Hedberg | 2009-02-16 | 2 | -1/+431 | |
| | ||||||
* | Merge external btio rework | Johan Hedberg | 2009-02-16 | 3 | -1/+1040 | |
| | ||||||
* | Make old bt_io_connect and bt_io_listen private in preparation of btio import | Johan Hedberg | 2009-02-16 | 2 | -4/+5 | |
| | ||||||
* | Add a little bit more debug around class of device changes | Marcel Holtmann | 2009-02-14 | 1 | -0/+4 | |
| | ||||||
* | Only storage class of device if it changed | Marcel Holtmann | 2009-02-14 | 2 | -3/+7 | |
| | ||||||
* | Fix emitting duplicated PropertyChanged signals for device Name property. | Luiz Augusto von Dentz | 2009-02-13 | 3 | -16/+39 | |
| | ||||||
* | Fix uninitialized memory issue | Johan Hedberg | 2009-02-13 | 1 | -0/+2 | |
| | ||||||
* | Mention Gustavo's contributions | Marcel Holtmann | 2009-02-13 | 1 | -0/+1 | |
| | ||||||
* | Fix changing adapter's name while Powered is False. | Luiz Augusto von Dentz | 2009-02-13 | 1 | -2/+2 | |
| | | | | Changing name while in "off" mode was not affecting GetProperties return. | |||||
* | Release 4.304.30 | Marcel Holtmann | 2009-02-12 | 2 | -1/+10 | |
| | ||||||
* | Update library version | Marcel Holtmann | 2009-02-12 | 1 | -1/+1 | |
| | ||||||
* | Update comments on when to store link keys | Marcel Holtmann | 2009-02-12 | 1 | -1/+3 | |
| | ||||||
* | Fix not handling properly local name changes. | Luiz Augusto von Dentz | 2009-02-12 | 3 | -11/+33 | |
| | | | | | | | Changing adapter name via dbus was emitting PropertyChanged right away. This not only can cause consistency problems but also makes bluetoothd to not emit a PropertyChanged when a third application such as hciconfig changes the adapter name. | |||||
* | Use correct dev pointer | Johan Hedberg | 2009-02-12 | 1 | -1/+1 | |
| | ||||||
* | Fix resetting trusts on every reboot. | Luiz Augusto von Dentz | 2009-02-12 | 3 | -15/+17 | |
| | ||||||
* | If remote side initiates dedicated bonding follow it and store the key | Marcel Holtmann | 2009-02-12 | 1 | -1/+7 | |
| | ||||||
* | Reset the authentication requirements after bonding complete | Marcel Holtmann | 2009-02-12 | 1 | -2/+1 | |
| | ||||||
* | Reset authentication requirements after simple pairing complete | Marcel Holtmann | 2009-02-12 | 1 | -1/+2 | |
| | ||||||
* | Add CID field to L2CAP socket address structure | Marcel Holtmann | 2009-02-12 | 1 | -0/+1 | |
| | ||||||
* | Always store the link key when we initiate dedicated bonding | Johan Hedberg | 2009-02-10 | 1 | -3/+9 | |
| | ||||||
* | Fix memory leaks in hciconfig and hcitool | Gustavo F. Padovan | 2009-02-10 | 2 | -5/+16 | |
| | | | | | Some printfs were using functions that return dynamic allocated memory as parameters. | |||||
* | Make the unix IPC handling more robust | Johan Hedberg | 2009-02-10 | 1 | -22/+19 | |
| | | | | | This patch adds extra checks to strictly only allow messages that can be expected to work with the current code. | |||||
* | Fix error message | Johan Hedberg | 2009-02-10 | 1 | -1/+1 | |
| | ||||||
* | Always store pre-2.1 link key types | Johan Hedberg | 2009-02-09 | 1 | -1/+1 | |
| |