advertisedServiceUuids property
A list of services advertised by the device.
BLE devices can advertise multiple services, so this is a list of UUIDs. This list of service UUIDs includes only those that the device advertises during the scan. It does not include all services that the device may support. Additional service can be discovered after connecting to the device.
Implementation
final List<String> advertisedServiceUuids;