Searched refs:uuid (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DDatabase.java90 * @param uuid
97 UUID uuid) throws IOException {
103 " <uuid value=\""
104 + uuid.toString() + // UUID for this service
111 " <uuid value=\"0x0100\"/>\n" + // L2CAP
114 " <uuid value=\"0x0003\"/>\n" + // RFCOMM
95 advertiseRfcommService(RfcommSocket socket, String serviceName, UUID uuid) argument
/frameworks/base/core/jni/
H A Dandroid_server_BluetoothEventLoop.cpp953 const char *uuid; local
958 DBUS_TYPE_STRING, &uuid,
966 LOGV("... uuid = %s", uuid);
970 env->NewStringUTF(service), env->NewStringUTF(uuid));
997 const char *uuid; local
1002 DBUS_TYPE_STRING, &uuid,
1010 LOGV("... uuid = %s", uuid);
1014 env->NewStringUTF(service), env->NewStringUTF(uuid));
[all...]
/frameworks/base/core/java/android/server/
H A DBluetoothEventLoop.java324 private boolean onAuthAgentAuthorize(String address, String service, String uuid) { argument
340 private void onAuthAgentCancel(String address, String service, String uuid) { argument
343 log("onAuthAgentCancel(" + address + ", " + service + ", " + uuid + ")");

Completed in 45 milliseconds