HomeSort by relevance Sort by last modified time
    Searched defs:GetOpcode (Results 1 - 2 of 2) sorted by null

  /system/bt/vendor_libs/test_vendor_lib/src/
command_packet.cc 41 uint16_t CommandPacket::GetOpcode() const {
45 uint8_t CommandPacket::GetOGF() const { return HCI_OGF(GetOpcode()); }
47 uint16_t CommandPacket::GetOCF() const { return HCI_OCF(GetOpcode()); }
  /system/bt/packet/avrcp/
avrcp_packet.cc 89 Opcode Packet::GetOpcode() const {
102 ss << " ? OpCode = " << GetOpcode() << std::endl;

Completed in 107 milliseconds