Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DBluetoothChatService.java377 private final BluetoothDevice mmDevice; field in BluetoothChatService.ConnectThread
381 mmDevice = device; in ConnectThread()
431 connected(mmSocket, mmDevice, mSocketType); in run()
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChatService.java352 private final BluetoothDevice mmDevice; field in BluetoothChatService.ConnectThread
356 mmDevice = device; in ConnectThread()
406 connected(mmSocket, mmDevice, mSocketType); in run()