Hi
I am using NRF52840 SDK17.1 with ble_app_uart project to be a server role. Some behavior as below:
1. Use phone's app could communicate it successfully. Write and notify work normally.
2. Use another BLE chip, do the service discover and send CCCD. Write is no problem, but after sending CCCD and write a data to 52840, I changed the code to send notification after receive a write value, but ble_nus_data_send returns 8. Here are some more information about this. Use lightblue or nordic app do the test, there is no problem.



Another question is that I want nrf52840 could send notify without enable CCCD, how could I do?
Really thank you for your help!