This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF52 adding CTS service( not CTS_C ) to application

I am using nrf52 DK board with  SDK15.3.0 developing my application on top of ble_blinky_peripheral example .

How do add CTS service in my application ??

 I have refered CTS_C ( client ) example which is provided with the SDK but , I want it to be configured for server since the CTS_C example needs to get paired first with the mobile app ( nrf_connect) and then it transfers CTS data . I want something like the CTS service (1805 ) should be available once I connect to the nrf device via nrf_connect app , and it must have necessary characteristics for writing CTS data .    

Related