I am trying to calculate the offsets to get certain attributes from Bluetooth service record. I have understood that I need to add the Base value 00000000-0000-1000-8000-00805F9B34FB
to the value I want to retrieve to get 128bit real UUID. But just can't figure how, the short uuid for service name is 0x0000..
Has anyone been able to extract information they require from ServiceRecord[] after they have found the needed services ? Usually you only need to get the connection URL and that's quite easy to fetch but getting some specific things out of the service record is giving me a head ache :|