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

/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
H A DBluetoothHDPService.java236 // ReadThread to read the content.
248 (new ReadThread(fd)).start();
283 private class ReadThread extends Thread { class in class:BluetoothHDPService
286 public ReadThread(ParcelFileDescriptor fd) { method in class:BluetoothHDPService.ReadThread

Completed in 157 milliseconds