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
- 23257. By Luiz Augusto von Dentz <email address hidden>
-
audio/transport: Make include of avrcp.h conditional
This makes the include of avrcp.h conditional to HAVE_AVRCP.
- 23256. By Luiz Augusto von Dentz <email address hidden>
-
build: Fix --disable-a2dp
This fixes --disable-a2dp causing build errors:
/usr/bin/ld: profiles/
audio/bluetooth d-transport. o: in function `transport_ a2dp_snk_ init':
/bluez/profiles/ audio/transport .c:1742: (.text. transport_ a2dp_snk_ init+0x49) : undefined reference to `source_ add_state_ cb'
/usr/bin/ld: profiles/audio/bluetooth d-transport. o: in function `transport_ a2dp_destroy' :
/bluez/profiles/ audio/transport .c:1578: (.text. transport_ a2dp_src_ destroy+ 0x14): undefined reference to `avdtp_unref'
/usr/bin/ld: profiles/audio/bluetooth d-transport. o: in function `transport_ a2dp_src_ destroy' :
/bluez/profiles/ audio/transport .c:1588: (.text. transport_ a2dp_src_ destroy+ 0x29): undefined reference to `sink_remove_ state_cb'
/usr/bin/ld: profiles/audio/bluetooth d-transport. o: in function `transport_ a2dp_get_ stream' :
/bluez/profiles/ audio/transport .c:397: (.text. transport_ a2dp_get_ stream+ 0x1a): undefined reference to `a2dp_sep_ get_stream'
/usr/bin/ld: profiles/audio/bluetooth d-transport. o: in function `transport_ a2dp_cancel' :
/bluez/profiles/ audio/transport .c:586: (.text. transport_ a2dp_cancel+ 0xc): undefined reference to `a2dp_cancel'
/usr/bin/ld: profiles/audio/bluetooth d-transport. o: in function `transport_ a2dp_remove_ owner':
/bluez/profiles/ audio/transport .c:602: (.text. transport_ a2dp_remove_ owner+0x34) : undefined reference to `a2dp_cancel'
/usr/bin/ld: profiles/audio/bluetooth d-transport. o: in function `transport_ a2dp_src_ init':
/bluez/profiles/ audio/transport .c:1725: (.text. transport_ a2dp_src_ init+0x49) : undefined reference to `sink_add_state_cb'
/usr/bin/ld: profiles/audio/bluetooth d-transport. o: in function `transport_ a2dp_destroy' :
/bluez/profiles/ audio/transport .c:1578: (.text. transport_ a2dp_snk_ destroy+ 0x14): undefined reference to `avdtp_unref'
/usr/bin/ld: profiles/audio/bluetooth d-transport. o: in function `transport_ a2dp_snk_ destroy' :
/bluez/profiles/ audio/transport .c:1598: (.text. transport_ a2dp_snk_ destroy+ 0x29): undefined reference to `source_ remove_ state_cb'
/usr/bin/ld: profiles/audio/bluetooth d-transport. o: in function `transport_ a2dp_suspend' :
/bluez/profiles/ audio/transport .c:438: (.text. transport_ a2dp_suspend+ 0x79): undefined reference to `a2dp_sep_unlock'
/usr/bin/ld: /bluez/profiles/ audio/transport .c:433: (.text. transport_ a2dp_suspend+ 0x5a): undefined reference to `a2dp_suspend'
/usr/bin/ld: profiles/audio/bluetooth d-transport. o: in function `a2dp_suspend_ complete' :
/bluez/profiles/ audio/transport .c:415: (.text. a2dp_suspend_ complete+ 0x47): undefined reference to `a2dp_sep_unlock'
/usr/bin/ld: profiles/audio/bluetooth d-transport. o: in function `transport_ a2dp_resume' :
/bluez/profiles/ audio/transport .c:555: (.text. transport_ a2dp_resume+ 0x4d): undefined reference to `a2dp_sep_lock'
/usr/bin/ld: /bluez/profiles/ audio/transport .c:550: (.text. transport_ a2dp_resume+ 0x76): undefined reference to `a2dp_resume'
/usr/bin/ld: /bluez/profiles/ audio/transport .c:558: (.text. transport_ a2dp_resume+ 0xa2): undefined reference to `a2dp_resume'
/usr/bin/ld: /bluez/profiles/ audio/transport .c:544: (.text. transport_ a2dp_resume+ 0xd5): undefined reference to `a2dp_avdtp_get'
/usr/bin/ld: /bluez/profiles/ audio/transport .c:561: (.text. transport_ a2dp_resume+ 0xf8): undefined reference to `a2dp_sep_unlock'
/usr/bin/ld: profiles/audio/bluetooth d-transport. o: in function `transport_ a2dp_get_ stream' :
/bluez/profiles/ audio/transport .c:397: (.text. a2dp_resume_ complete+ 0x82): undefined reference to `a2dp_sep_ get_stream'
/usr/bin/ld: profiles/audio/bluetooth d-transport. o: in function `a2dp_resume_ complete' :
/bluez/profiles/ audio/transport .c:508: (.text. a2dp_resume_ complete+ 0xcc): undefined reference to `avdtp_ stream_ get_transport'
/usr/bin/ld: profiles/audio/bluetooth d-transport. o: in function `transport_ a2dp_snk_ set_delay' :
/bluez/profiles/ audio/transport .c:659: (.text. transport_ a2dp_snk_ set_delay+ 0x95): undefined reference to `a2dp_avdtp_get'
/usr/bin/ld: /bluez/profiles/ audio/transport .c:676: (.text. transport_ a2dp_snk_ set_delay+ 0x52): undefined reference to `avdtp_ delay_report'
/usr/bin/ld: profiles/audio/bluetooth d-transport. o: in function `delay_ reporting_ exists' :
/bluez/profiles/ audio/transport .c:1000: (.text. delay_reporting _exists+ 0x19): undefined reference to `avdtp_ stream_ has_delay_ reporting'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:6378: src/bluetoothd] Error 1
make: *** [Makefile:4696: all] Error 2 - 23255. By Luiz Augusto von Dentz <email address hidden>
-
build: Fix --disable-avrcp
This fixes --disable-avrcp causing build errors.
- 23254. By Amisha Jain <email address hidden>
-
Doc: Obex Implement support for message listing format version 1.1
Add the documentation for the ‘Messages-Listing Format Version 1.1’
feature for MCE. - 23253. By Amisha Jain <email address hidden>
-
obex: Implement support for message listing format version 1.1 for MCE
As per spec, Messages-Listing Format Version 1.1 is being marked
mandatory feature to be supported in MAP 1.3 & above versions.
This change is added for MAP client role.This change is required for passing below testcases-
1) MAP/MCE/MFB/BV-01-C
Verify that the MCE correctly advertises the correct feature bits
in the MNS SDP record.
2) MAP/MCE/MFB/BV-03-C
Verify that the MCE correctly advertises the correct MapSupportedFeatures
bits in the MNS SDP record during MAS connection.Also add the Messages-Listing Format Version 1.1 as supported
in mns sdp record. - 23252. By Amisha Jain <email address hidden>
-
obexctl: Implement support for message listing format version 1.1 for MCE
This change is corresponding to obexd changes done for implementing
‘Messages-Listing Format Version 1.1’ .
This change will emit the newly added properties values in obexctl
which are sent by server. - 23251. By Luiz Augusto von Dentz <email address hidden>
-
input: Switch back to kernel hidp if uhid cannot be initialized
If bt_uhid_new_default doesn't work it is likely that the underline
kernel doesn't support it so this attempts to switch back to kernel
mode (hidp). - 23250. By Luiz Augusto von Dentz <email address hidden>
-
monitor: Make BTSNOOP_
PRIORITY_ DEBUG the default This makes BTSNOOP_
PRIORITY_ DEBUG the default so it captures debug logs
from the likes of bluetoothd which is very handy when debugging problems
as otherwise the logs have to entered separately making it hard to
figure out the ordering of the messages. - 23248. By Luiz Augusto von Dentz <email address hidden>
-
autopair: Move handling of wii controllers
This moves the pairing handling of wii controllers to autopair plugin.
Link: https:/
/github. com/bluez/ bluez/issues/ 911#issuecommen t-2571606630
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)