Home | History | Annotate | Download | only in server

Lines Matching refs:uuids

116     // The timeout used to sent the UUIDs Intent
120 /** Always retrieve RFCOMM channel for these SDP UUIDs */
1001 if (name.equals("Devices") || name.equals("UUIDs")) {
1417 if (name.equals("UUIDs") || name.equals("Nodes")) {
1519 * Gets the UUIDs supported by the remote device
1532 String value = getRemoteDeviceProperty(address, "UUIDs");
1536 // The UUIDs are stored as a "," separated string.
1538 ParcelUuid[] uuids = new ParcelUuid[uuidStrings.length];
1541 uuids[i] = ParcelUuid.fromString(uuidStrings[i]);
1543 return uuids;
1581 // Just do the SDP if the device is already created and UUIDs are not
1745 // We are storing the rfcomm channel numbers only for the uuids
1762 // Retrieve RFCOMM channel for default uuids
1771 // Retrieve RFCOMM channel for application requested uuids