NordicSemiconductor / pc-ble-driver-py

Python bindings for the ble-driver library
Other
126 stars 115 forks source link

Duplicate vs discovered services when calling adapter.service_discovery() #167

Closed andrew-gillan closed 4 years ago

andrew-gillan commented 4 years ago

Fixes issue where both the originally discovered vs service and the one manually added through ble_vs_uuid_add() are added to the database. Only the manually added service is added after this change.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

bihanssen commented 4 years ago

@andrew-gillan thanks for the contribution. You'll need to update the branch before merge.

ArtoTanskanen commented 3 years ago

This change is breaking our setup.. Our 16-bit customer part is 0x0000 and withing this change it is not allowed anymore. Any advise, how to tackle this situation? We really cannot change our customer part from 0x0000..