Looks like pc-ble-driver connectivity (hex file) firmware is limited to MTU of 250 via NRF_SDH_BLE_GATT_MAX_MTU_SIZE. We need to use MTU 515 to match what is supported by most recent Android mobile devices. What is the simplest way to recompile the connectivity with the increased MTU? Best would be to release a version that supports this for the community. The github documentation is pretty thin on how to do this (beyond building the default) or what projects connectivity hex file contains. Thanks!