Hi, I'm trying to adapt the ble_gateway example for nRF91dk to use a nRF52 instead a Thingy52. When I change the UUID at ble.c from Thingy to nRF52, I'm not able to get a connection with my UUID base from nRF52.
I can only get connection if I search for the service instead of UUID_BASE.
My nrf52 has this UUID.
And at ble.c in example.
I changed after this line to
Now, I can connect to my nrf52 but I didn't want that way.
I tried to change the 0x00, 0x00 to 0x16, 0x20 but didn't worked.
I wanted to connect via 128 bit and not 16 like I'm doing.
If someone could help me.
Thank yoy