Searched refs:pkt_type (Results 1 – 6 of 6) sorted by relevance
53 uint8_t pkt_type; in avct_lcb_msg_asmbl() local64 pkt_type = AVCT_PKT_TYPE(p); in avct_lcb_msg_asmbl()67 if (p_buf->len < avct_lcb_pkt_type_len[pkt_type]) { in avct_lcb_msg_asmbl()73 else if (pkt_type == AVCT_PKT_TYPE_SINGLE) { in avct_lcb_msg_asmbl()83 else if (pkt_type == AVCT_PKT_TYPE_START) { in avct_lcb_msg_asmbl()120 AVCT_TRACE_WARNING("Pkt type=%d out of order", pkt_type); in avct_lcb_msg_asmbl()146 if (pkt_type == AVCT_PKT_TYPE_END) { in avct_lcb_msg_asmbl()473 uint8_t pkt_type; in avct_lcb_send_msg() local485 pkt_type = AVCT_PKT_TYPE_SINGLE; in avct_lcb_send_msg()487 pkt_type = AVCT_PKT_TYPE_START; in avct_lcb_send_msg()[all …]
70 uint8_t pkt_type; in avct_bcb_msg_asmbl() local80 pkt_type = AVCT_PKT_TYPE(p); in avct_bcb_msg_asmbl()83 if (pkt_type != AVCT_PKT_TYPE_SINGLE) { in avct_bcb_msg_asmbl()86 pkt_type); in avct_bcb_msg_asmbl()446 uint8_t pkt_type = AVCT_PKT_TYPE_SINGLE; in avct_bcb_send_msg() local463 hdr_len = avct_lcb_pkt_type_len[pkt_type]; in avct_bcb_send_msg()472 AVCT_BUILD_HDR(p, p_data->ul_msg.label, pkt_type, p_data->ul_msg.cr); in avct_bcb_send_msg()
1049 uint8_t pkt_type; in avdt_msg_send() local1079 pkt_type = AVDT_PKT_TYPE_SINGLE; in avdt_msg_send()1087 pkt_type = AVDT_PKT_TYPE_START; in avdt_msg_send()1107 pkt_type = AVDT_PKT_TYPE_CONT; in avdt_msg_send()1122 pkt_type = AVDT_PKT_TYPE_END; in avdt_msg_send()1169 AVDT_MSG_BLD_HDR(p, label, pkt_type, msg); in avdt_msg_send()1170 if (pkt_type == AVDT_PKT_TYPE_START) { in avdt_msg_send()1173 if ((pkt_type == AVDT_PKT_TYPE_START) || in avdt_msg_send()1174 (pkt_type == AVDT_PKT_TYPE_SINGLE)) { in avdt_msg_send()1197 uint8_t pkt_type; in avdt_msg_asmbl() local[all …]
359 uint8_t pkt_type; in avrc_proc_vendor_command() local366 pkt_type = *(p_data + 1) & AVRC_PKT_TYPE_MASK; in avrc_proc_vendor_command()368 if (pkt_type != AVRC_PKT_SINGLE) { in avrc_proc_vendor_command()462 uint8_t pkt_type; in avrc_proc_far_msg() local472 pkt_type = *(p_data + 1) & AVRC_PKT_TYPE_MASK; in avrc_proc_far_msg()473 AVRC_TRACE_DEBUG("pkt_type %d", pkt_type); in avrc_proc_far_msg()477 if (pkt_type == AVRC_PKT_SINGLE || pkt_type == AVRC_PKT_START) { in avrc_proc_far_msg()484 if (pkt_type != AVRC_PKT_SINGLE && cr == AVCT_RSP) { in avrc_proc_far_msg()486 if (pkt_type == AVRC_PKT_START) { in avrc_proc_far_msg()537 pkt_type = AVRC_PKT_END; in avrc_proc_far_msg()[all …]
44 uint8_t pkt_type);499 uint8_t pkt_type) { in bnepu_init_hdr() argument516 *p++ = pkt_type; in bnepu_init_hdr()
70 uint8_t pkt_type = HCID_GET_EVENT(handle); in l2c_rcv_acl_data() local75 if (pkt_type == L2CAP_PKT_CONTINUE) { in l2c_rcv_acl_data()