Closed chunfantasy closed 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.
ble_gap_cfg
role_count_cfg
device_name_cfg
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 settingrole_count_cfg
anddevice_name_cfg
.