Searched refs:mUuid (Results 1 – 2 of 2) sorted by relevance
70 private final UUID mUuid; field in BluetoothChatService95 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()
80 private final UUID mUuid; field in MessageTestActivity88 mUuid = uuid; in MessageTestActivity()176 mChatService = new BluetoothChatService(this, new ChatHandler(), mUuid); in startChatService()