Commit: 0178f4637f1e6934cc403cbfc13b6d62341b800c
Parent: 830e1a915def75063708f729d81e786d7d6465f6
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2016-03-24 15:52:58
Tree: 63505c0ed0566998aef5098f15dd7b1d123a9378

tests/example-gatt-client: Fix using invalid property This fixes the following trace caused by GattServices1 no longer containing a property called Characteristics: Traceback (most recent call last): File "./example-gatt-client", line 221, in <module> main() File "./example-gatt-client", line 207, in main if not process_hr_service(service_path): File "./example-gatt-client", line 167, in process_hr_service chrc_paths = service_props['Characteristics'] KeyError: 'Characteristics'

Diffstat

M test/example-gatt-client | 42 ++++++++++++++++++++++- - - - - - - - - - - - - - - - - - - -

1 files changed, 22 insertions(+), 20 deletions(-)

View Full Diff | Patch