summaryrefslogtreecommitdiff
path: root/unit
diff options
context:
space:
mode:
authorƁukasz Rymanowski <lukasz.rymanowski@codecoup.pl>2016-04-13 23:09:57 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-04-22 14:35:53 +0300
commit6b3f0f3ab935e192db9cf73b68a27271d4febd74 (patch)
tree0012eb505d9beac100bb6b325dac88bedc135818 /unit
parent45f0f541422a8f8708e946e3e1ea56fc5482928f (diff)
downloadbluez-6b3f0f3ab935e192db9cf73b68a27271d4febd74.tar.gz
gatt-client: Read extended props on service discovery
Now once extended props can be taken with characteristic data we need to makes sure that after discovery correct value is in database. With this patch, value of all the extended properties descriptors are read during discovery just after discover of descriptors
Diffstat (limited to 'unit')
-rw-r--r--unit/test-gatt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/unit/test-gatt.c b/unit/test-gatt.c
index 6e4dceea2..81297197e 100644
--- a/unit/test-gatt.c
+++ b/unit/test-gatt.c
@@ -267,6 +267,8 @@ struct context {
raw_pdu(0x01, 0x08, 0x18, 0xf0, 0x0a), \
raw_pdu(0x04, 0x16, 0xf0, 0x16, 0xf0), \
raw_pdu(0x05, 0x01, 0x16, 0xf0, 0x00, 0x29), \
+ raw_pdu(0x0a, 0x16, 0xf0), \
+ raw_pdu(0x0b, 0x01, 0x00), \
raw_pdu(0x08, 0x01, 0x00, 0x10, 0x00, 0x03, 0x28), \
raw_pdu(0x09, 0x07, 0x02, 0x00, 0xb2, 0x03, 0x00, 0x29, \
0x2a), \