Hello,
I am trying to connect NRF52832 with another Bluetooth module using custom characteristics. I was able to connect two NRF52832 modules but I can't connect to another module.
The module that I am trying to connect have identical 12 and 13 bytes
for TX and RX characteristic and the Base UUID.
The first 4 bytes are the same for the Base uuid and for the characteristics. The nordic's examples the 12 and 13 bytes are use for identification of the characteristic.
Is there any way to pass this identification somehow?
For example to used the whole 128 bits uuid for identification
The softdevice is 2.0.1 nRF52832_xxaa_s132 board pca10040 and the example that i used is based on ble_app_multirole_lesc.