Hi to you all
I'm trying to get the Service's Name attribute (0x0100) from a discovered service record but the phone crashes.
Below is the code i'm using:
Does anyone see any error on it ? Does anyone knows another way to get the Service Name ?Code:DataElement de = tempService.getAttributeValue(0x0100); String sName = (String)de.getValue();
I'm working with a 6630, Firmware: 5.03.08 (17-08-05) RM-1 & NetBeans 5
Best Regards,
Nuno Rodrigues


Reply With Quote

