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

Searching for a UUID when trying to connect to a peripheral

I am trying to connect to a peripheral device advertising f0000000-0114-4000-B000-000000000000 as the UUID. The peripheral adds it to the stack via sd_ble_uuid_vs_add after making it a ble_uuid128_t value. On the central device I want to hard code it so that it finds this peripheral device but am getting an error when I try to see if the service matches this UUID. I am not sure syntactically how to write out this {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB0, 0x00, 0x40, 0x14, 0x01, 0x00, 0x00, 0x00, 0xF0} on the central.

Thanks

Related