I want to filter the peripheral devices with part of the UUID.
Consider my uuid is {0x01, 0x12, 0x23, 0x34, 0x45, 0x56, 0x67, 0x78, 0x89, 0x9a, 0xab, 0x47, 0x4E, 0x44, 0x00, 0x01 }
In this last 2bytes will be changing for each device. I need to filter the devices with the remaining14 byte UUID details.
How to do this?