I am working in nRF52840 chip with SDK 15.3.0 and softdevice s140. I am looking to automate third party BLE peripheral device, this device is designed to connect with smart phone and then smartphone is communicating with server through internet. I am looking to eliminate smartphone by replacing it with custom central and ESP8266 module. I am able to use the peripheral through nRF Connect mobile app.
Now in code I am connected to device during db_discovery i am getting to the configured callback function but i am not getting characteristics of the peripheral.
I am modifying ble_app_uart_c example from sdk. Please suggest the correct sample project which is using custom services to refer and modify according to my example.
Thanks.