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

  /device/linaro/hikey/bluetooth/
hci_internals.h 24 HCI_PACKET_TYPE_COMMAND = 1,
bluetooth_hci.cc 106 hci_->Send(HCI_PACKET_TYPE_COMMAND, packet.data(), packet.size());
  /hardware/interfaces/bluetooth/1.0/default/
hci_internals.h 24 HCI_PACKET_TYPE_COMMAND = 1,
mct_protocol.cc 43 if (type == HCI_PACKET_TYPE_COMMAND)
vendor_interface.cc 88 uint8_t type = HCI_PACKET_TYPE_COMMAND;
  /system/bt/vendor_libs/linux/interface/
hci_internals.h 24 HCI_PACKET_TYPE_COMMAND = 1,
  /system/bt/hci/src/
hci_layer_linux.cc 89 HCI_PACKET_TYPE_COMMAND = 1,
132 case HCI_PACKET_TYPE_COMMAND:
  /hardware/interfaces/bluetooth/1.0/default/test/
h4_protocol_unittest.cc 197 SendAndReadUartOutbound(HCI_PACKET_TYPE_COMMAND, sample_data1);
mct_protocol_unittest.cc 181 SendAndReadUartOutbound(HCI_PACKET_TYPE_COMMAND, sample_data1,

Completed in 182 milliseconds