Searched defs:ctype (Results 1 - 7 of 7) sorted by relevance

/system/bt/packet/avrcp/
H A Dvendor_packet.h29 CType ctype, CommandPdu pdu, PacketType packet_type,
48 VendorPacketBuilder(CType ctype, CommandPdu pdu, PacketType packet_type) argument
49 : PacketBuilder(ctype, 0x09, 0x00, Opcode::VENDOR),
H A Dvendor_packet.cc23 CType ctype, CommandPdu pdu, PacketType packet_type,
31 new VendorPacketBuilder(ctype, pdu, packet_type));
22 MakeBuilder( CType ctype, CommandPdu pdu, PacketType packet_type, std::unique_ptr<::bluetooth::PacketBuilder> payload) argument
/system/bt/profile/avrcp/
H A Dconnection_handler.cc488 uint8_t ctype = AVRC_RSP_ACCEPT; local
490 ctype =
518 avrc_->MsgReq(handle, label, ctype, pkt);
/system/bt/stack/avrc/
H A Davrc_api.cc467 /* Skip over vendor header (ctype, subunit*, opcode, CO_ID) */
550 p_msg->hdr.ctype = p_msg->p_vendor_data[0] & AVRC_CTYPE_MASK;
551 /* 6 = ctype, subunit*, opcode & CO_ID */
658 msg.browse.hdr.ctype = cr;
663 msg.hdr.ctype = p_data[0] & AVRC_CTYPE_MASK;
664 AVRC_TRACE_DEBUG("%s handle:%d, ctype:%d, offset:%d, len: %d", __func__,
665 handle, msg.hdr.ctype, p_pkt->offset, p_pkt->len);
684 /* 3 bytes: ctype, subunit*, opcode */
696 p_data += 4; /* 3 bytes: ctype, subunit*, opcode + octet 3 (is 7)*/
725 p_data += AVRC_AVC_HDR_SIZE; /* 3 bytes: ctype, subuni
1073 AVRC_MsgReq(uint8_t handle, uint8_t label, uint8_t ctype, BT_HDR* p_pkt) argument
[all...]
/system/bt/bta/av/
H A Dbta_av_act.cc773 p_vendor->hdr.ctype = AVRC_RSP_NOT_IMPL;
776 } else if (!AVRC_IsValidAvcType(pdu, p_vendor->hdr.ctype)) {
777 APPL_TRACE_DEBUG("%s: Invalid pdu/ctype: 0x%x, %d", __func__, pdu,
778 p_vendor->hdr.ctype);
839 bool is_inquiry = ((p_data->rc_msg.msg.hdr.ctype == AVRC_CMD_SPEC_INQ) ||
840 p_data->rc_msg.msg.hdr.ctype == AVRC_CMD_GEN_INQ);
841 uint8_t ctype = 0; local
851 APPL_TRACE_DEBUG("%s: opcode=%x, ctype=%x", __func__, p_data->rc_msg.opcode,
852 p_data->rc_msg.msg.hdr.ctype);
856 if ((p_data->rc_msg.msg.hdr.ctype
[all...]
/system/bt/btif/src/
H A Dbtif_rc.cc118 uint8_t ctype; member in struct:__anon588
333 uint8_t ctype, uint8_t label,
337 tAVRC_RESPONSE* pavrc_resp, uint8_t ctype,
430 void fill_pdu_queue(int index, uint8_t ctype, uint8_t label, bool pending, argument
432 p_dev->rc_pdu_info[index].ctype = ctype;
1056 "%s BTA_AV_META_MSG_EVT code:%d label:%d opcode %d ctype %d",
1059 p_data->meta_msg.p_msg->hdr.ctype);
1076 if (p_data->meta_msg.p_msg->hdr.ctype == AVRC_CMD) {
1078 } else if (p_data->meta_msg.p_msg->hdr.ctype
1175 uint8_t ctype = AVRC_RSP_REJ; local
1237 uint8_t ctype; local
[all...]
/system/bt/stack/include/
H A Davrc_defs.h876 uint8_t ctype; /* Command type. */ member in struct:__anon1042
914 tAVRC_HDR hdr; /* hdr.ctype Unused.
931 tAVRC_HDR hdr; /* hdr.ctype AVRC_CMD or AVRC_RSP.

Completed in 3824 milliseconds