diff options
author | Peter A. Bigot <pab@pabigot.com> | 2015-02-08 12:42:13 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-14 22:26:08 +0000 |
commit | c8da28df187b22f1260b0f806854e8c357bccde4 (patch) | |
tree | 9bed8d2181df4d51b4c49589843130c27ed64c9e /meta/recipes-connectivity/bluez5/bluez5_5.27.bb | |
parent | b3e7ecc75f5a2b0cf6dde03fb7b2972e89457c0d (diff) | |
download | openembedded-core-c8da28df187b22f1260b0f806854e8c357bccde4.tar.gz openembedded-core-c8da28df187b22f1260b0f806854e8c357bccde4.tar.bz2 openembedded-core-c8da28df187b22f1260b0f806854e8c357bccde4.zip |
bluez5: upgrade to 5.28
- Fixes to GATT service discovery & probing
- Fix for bearer selection with dual-mode devices
- Fix potential crash when removing devices
- Fix issue with incomplete names in EIR data
- Fix parsing GATT name characteristics
- Fix AVCTP long press & key repetition handling
- Fixes for GATT notification handling
hex2hcd graduated to installed tool; two new noinst tools
See: http://www.bluez.org/release-of-bluez-5-28/
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/bluez5/bluez5_5.27.bb')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5_5.27.bb | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.27.bb b/meta/recipes-connectivity/bluez5/bluez5_5.27.bb deleted file mode 100644 index 9497ee51a3..0000000000 --- a/meta/recipes-connectivity/bluez5/bluez5_5.27.bb +++ /dev/null @@ -1,51 +0,0 @@ -require bluez5.inc -SRC_URI[md5sum] = "a8fc508690e497e88c2c0b373cd653a8" -SRC_URI[sha256sum] = "fbf33cebc76f8c81f28f0d67c71a8a1ec4b04b087460ec7353f7e0c207a1f981" - -# noinst programs in Makefile.tools that are conditional on READLINE -# support -NOINST_TOOLS_READLINE ?= " \ - attrib/gatttool \ - tools/obex-client-tool \ - tools/obex-server-tool \ - tools/bluetooth-player \ - tools/obexctl \ -" - -# noinst programs in Makefile.tools that are conditional on EXPERIMENTAL -# support -NOINST_TOOLS_EXPERIMENTAL ?= " \ - emulator/btvirt \ - emulator/b1ee \ - emulator/hfp \ - tools/3dsp \ - tools/mgmt-tester \ - tools/gap-tester \ - tools/l2cap-tester \ - tools/sco-tester \ - tools/smp-tester \ - tools/hci-tester \ - tools/rfcomm-tester \ - tools/bdaddr \ - tools/avinfo \ - tools/avtest \ - tools/scotest \ - tools/amptest \ - tools/hwdb \ - tools/hcieventmask \ - tools/hcisecfilter \ - tools/btmgmt \ - tools/btinfo \ - tools/btattach \ - tools/btsnoop \ - tools/btproxy \ - tools/btiotest \ - tools/cltest \ - tools/seq2bseq \ - tools/hex2hcd \ - tools/ibeacon \ - tools/btgatt-client \ - tools/btgatt-server \ - tools/gatt-service \ - profiles/iap/iapd \ -" |