public boolean populateServicesRecordAttributeValues(ServiceRecordImpl serviceRecord, int[] attrIDs)..{
// TODO: is this correct and best thing we can do?
return false;
}
is called with it's attrIDs array full of 4 values. I am questing for those values converted to attributes. So I looked at the impl for the maxosx stack and there is this line which calls a native function the other impls call similar native methods.
byte[] blob = getServiceAttributeImpl(address, serviceRecord.getHandle(), id);
Do any of you know a good way to solve this? What steps I should take next? I'm going to browse the android native apis next.
The core of what I'm trying to do is get the service name attribute.. in case you know a shortcut.
-J
--
You received this message because you are subscribed to the Google
Groups "bluecove-developers" group.
For more options, visit this group at
http://groups.google.com/group/bluecove-developers