Home
last modified time | relevance | path

Searched refs:mUuid (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java70 private final UUID mUuid; field in BluetoothChatService
95 mUuid = uuid; in BluetoothChatService()
109 mUuid = null; in BluetoothChatService()
346 tmp = mAdapter.listenUsingRfcommWithServiceRecord(NAME_SECURE, mUuid); in AcceptThread()
348 … tmp = mAdapter.listenUsingInsecureRfcommWithServiceRecord(NAME_INSECURE, mUuid); in AcceptThread()
464 tmp = device.createRfcommSocketToServiceRecord(mUuid); in connectThreadCommon()
466 tmp = device.createInsecureRfcommSocketToServiceRecord(mUuid); in connectThreadCommon()
DMessageTestActivity.java80 private final UUID mUuid; field in MessageTestActivity
88 mUuid = uuid; in MessageTestActivity()
176 mChatService = new BluetoothChatService(this, new ChatHandler(), mUuid); in startChatService()