Hi,
I want to implement a Single Base UUID with 3 Custom Characteristics. I followed the instructions which are mentioned in the https://github.com/maidenone/custom_ble_service_example - GitHub link to develop custom services. So I followed and implemented the custom services which is perfectly working. The example which is shared in the Github which having 1 - Base Custom UUID and 1 Custom Services with read and write operation. So now I added one more custom Services with read and write operation (1402 UUID). The newly added characteristics is visible in the Bluetooth terminal. So now how to access the interrupt handler to send the data and receive the data for the newly added custom characteristics independently?Custom_BLE_Service.rar
I attached the code and screenshots