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-15 21:58:25 +0000 |
commit | ef072602ea2e5c0ce3af7fdfba75773122098517 (patch) | |
tree | d6175a57f44fc9585eaa5650994c0ecb9bfa2476 /meta/recipes-connectivity | |
parent | 51b6021179f3169e7292ae76269419fe2ff8b672 (diff) | |
download | poky-ef072602ea2e5c0ce3af7fdfba75773122098517.tar.gz |
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/
(From OE-Core rev: c8da28df187b22f1260b0f806854e8c357bccde4)
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5_5.28.bb (renamed from meta/recipes-connectivity/bluez5/bluez5_5.27.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.27.bb b/meta/recipes-connectivity/bluez5/bluez5_5.28.bb index 9497ee51a3..e816998b63 100644 --- a/meta/recipes-connectivity/bluez5/bluez5_5.27.bb +++ b/meta/recipes-connectivity/bluez5/bluez5_5.28.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require bluez5.inc | 1 | require bluez5.inc |
2 | SRC_URI[md5sum] = "a8fc508690e497e88c2c0b373cd653a8" | 2 | SRC_URI[md5sum] = "bc20a8285530758c68f6a60e4ca62a15" |
3 | SRC_URI[sha256sum] = "fbf33cebc76f8c81f28f0d67c71a8a1ec4b04b087460ec7353f7e0c207a1f981" | 3 | SRC_URI[sha256sum] = "85bab48f4b47a158739028682c1e09cf30099c8ea9dfe63360055f8e06fc18a9" |
4 | 4 | ||
5 | # noinst programs in Makefile.tools that are conditional on READLINE | 5 | # noinst programs in Makefile.tools that are conditional on READLINE |
6 | # support | 6 | # support |
@@ -40,9 +40,10 @@ NOINST_TOOLS_EXPERIMENTAL ?= " \ | |||
40 | tools/btsnoop \ | 40 | tools/btsnoop \ |
41 | tools/btproxy \ | 41 | tools/btproxy \ |
42 | tools/btiotest \ | 42 | tools/btiotest \ |
43 | tools/mcaptest \ | ||
43 | tools/cltest \ | 44 | tools/cltest \ |
45 | tools/oobtest \ | ||
44 | tools/seq2bseq \ | 46 | tools/seq2bseq \ |
45 | tools/hex2hcd \ | ||
46 | tools/ibeacon \ | 47 | tools/ibeacon \ |
47 | tools/btgatt-client \ | 48 | tools/btgatt-client \ |
48 | tools/btgatt-server \ | 49 | tools/btgatt-server \ |