NordicSemiconductor / pc-ble-driver-py

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

Fix union type #73

Closed chunfantasy closed 5 years ago

chunfantasy commented 5 years ago

This PR is due to fixing MTU not configuring correctly. The base cause of the issue is that in pc-ble-driver ble_gap_cfg is type of union which makes it fail when setting role_count_cfg and device_name_cfg.