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.
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.