When I add a GATTC in S110-V6.0.0 ,my GATTS stops working,the NRF Master control panle retern ERROR(0x85):GATT internal ERROR
Error(0x85):GATT ERROR
.Can S110-V6.0.0 run GATTC and GATTS at the same time?
When I add a GATTC in S110-V6.0.0 ,my GATTS stops working,the NRF Master control panle retern ERROR(0x85):GATT internal ERROR
Error(0x85):GATT ERROR
.Can S110-V6.0.0 run GATTC and GATTS at the same time?
Hi, it should be no problem to use GATT client and server at the same time for any of our softdevices. The following example show how you can setup both in the same project: \ble_peripheral\ble_app_proximity You can follow the documentation on how to setup the example project. You should always try to use the latest available softdevice when developing.
Thank you ,I have soluted the problem.BTW,I want to use the latest softdevice,but the device dosn't support the newest softdevoice,and my sold out production can't update the hardware.
You can find a 'nRF51 Series Compatibility Matrix' for supported softdevices for each IC variant. Also the release notes for each softdevice should state which IC variant it is tested to work with. If the IC variant is not mentioned, then it's not much that can be done with that.