Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DRootcanalUtils.java332 private final Socket hciSocket; field in RootcanalUtils.HciDevice
334 private HciDevice(Socket hciSocket) { in HciDevice() argument
335 this.hciSocket = hciSocket; in HciDevice()
340 hciSocket.close(); in close()
365 hciSocket.getOutputStream().write(packet); in sendHciPacket()
371 InputStream in = hciSocket.getInputStream(); in readHciPacket()