lp:bluez
- Get this branch:
- bzr branch lp:bluez
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.kernel.org/pub/scm/bluetooth/bluez.git.
Last successful import was .
Whiteboard
NOTE: Upstream imports have moved. They are done (by hand for now) here:
https:/
Recent revisions
- 23906. By Kirill Samburskiy <email address hidden>
-
obexd: Always flush transfer status changes
When transferring multiple files in the same session, obexd reuses the
same obex_transfer object to communicate transfer state to agents.
Because of that every transfer except the first one starts with its
status being "completed". If in addition to that, if the file size is
0 bytes, then the transfer status will change to "active" and then
immediately to "completed", but only change to "completed" will be
signaled through D-Bus. Such status change from "completed" to
"completed" is invalid and can cause issues with some agents. To
resolve the issue, always signal status changes, and set status to
"queued" before starting the transfer. - 23905. By Pauli Virtanen <email address hidden>
-
tmap: add TMAP profile
Read TMAP Role from remote devices and enable advertising the value for
local services. - 23904. By Pauli Virtanen <email address hidden>
-
test-tmap: add test for TMAP Service
Add tests on TMAP service for reading the role attribute.
- 23903. By Pauli Virtanen <email address hidden>
-
shared/tmap: add TMAP Service
TMAP Service is just a simple service with a Role bitmask.
The value can be used to figure out which TMAP roles the remote device
claims it supports (matters for available mandatory features). Also can
advertise the same for remote clients. - 23902. By Peter Seiderer
-
transport/audio: fix build with a2dp support disabled
Fixes:
CCLD src/bluetoothd
/usr/lib64/gcc/ x86_64- suse-linux/ bin/ld: profiles/ audio/bluetooth d-media. o: in function `endpoint_ init_a2dp_ sink':
.../bluez-5.85/profiles/ audio/media. c:728:( .text.endpoint_ init_a2dp_ sink+0x2b) : undefined reference to `a2dp_add_sep'
/usr/lib64/gcc/ x86_64- suse-linux/ bin/ld: profiles/ audio/bluetooth d-media. o: in function `endpoint_ init_a2dp_ source' :
.../bluez-5.85/profiles/ audio/media. c:715:( .text.endpoint_ init_a2dp_ source+ 0x28): undefined reference to `a2dp_add_sep'
/usr/lib64/gcc/ x86_64- suse-linux/ bin/ld: profiles/ audio/bluetooth d-media. o: in function `set_configurat ion':
.../bluez-5.85/profiles/ audio/media. c:512:( .text.set_ config+ 0x35): undefined reference to `a2dp_setup_ get_device'
/usr/lib64/gcc/ x86_64- suse-linux/ bin/ld: .../bluez- 5.85/profiles/ audio/media. c:525:( .text.set_ config+ 0x8c): undefined reference to `a2dp_setup_ remote_ path'
/usr/lib64/gcc/ x86_64- suse-linux/ bin/ld: profiles/ audio/bluetooth d-media. o: in function `media_ endpoint_ remove' :
.../bluez-5.85/profiles/ audio/media. c:250:( .text.media_ endpoint_ remove+ 0xc): undefined reference to `a2dp_remove_sep'
/usr/lib64/gcc/ x86_64- suse-linux/ bin/ld: profiles/ audio/bluetooth d-media. o: in function `endpoint_reply':
.../bluez-5.85/profiles/ audio/media. c:361:( .text.endpoint_ reply+0x267) : undefined reference to `a2dp_parse_ config_ error'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:5491: src/bluetoothd] Error 1
make: *** [Makefile:4096: all] Error 2 - 23899. By Ye He <email address hidden>
-
client: Fix issue of bearer info not printing correctly
The device proxy was incorrectly used when printing
bearer properties. - 23898. By Pauli Virtanen <email address hidden>
-
test-bap: add audio configuration selection and streaming tests
Add tests from BAP.TS 4.10.
The tests testing (ii) configurations only test configuration selection
with L/R separately. Can be filled in later to use two simultaneous BAP.The difference between CIS Establishment at QoS vs. Enable is not
properly simulated, so only one variant is added. - 23897. By Pauli Virtanen <email address hidden>
-
test-bap: make PDU macros parametrizable
Adjust PDU-forming macros, so that they can be used for connecting
multiple streams to parametrizable locations.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)