HomeSort by relevance Sort by last modified time
    Searched refs:uart_fd_ (Results 1 - 4 of 4) sorted by null

  /device/linaro/hikey/bluetooth/
h4_protocol.h 34 : uart_fd_(fd),
47 int uart_fd_; member in class:android::hardware::bluetooth::hci::H4Protocol
h4_protocol.cc 30 int rv = WriteSafely(uart_fd_, &type, sizeof(type));
32 rv = WriteSafely(uart_fd_, data, length);
  /hardware/interfaces/bluetooth/1.0/default/
h4_protocol.h 35 : uart_fd_(fd),
48 int uart_fd_; member in class:android::hardware::bluetooth::hci::H4Protocol
h4_protocol.cc 30 int rv = WriteSafely(uart_fd_, &type, sizeof(type));
32 rv = WriteSafely(uart_fd_, data, length);

Completed in 375 milliseconds