Home
last modified time | relevance | path

Searched refs:pkt_type (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/avct/
Davct_lcb_act.cc53 uint8_t pkt_type; in avct_lcb_msg_asmbl() local
64 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() local
485 pkt_type = AVCT_PKT_TYPE_SINGLE; in avct_lcb_send_msg()
487 pkt_type = AVCT_PKT_TYPE_START; in avct_lcb_send_msg()
[all …]
Davct_bcb_act.cc70 uint8_t pkt_type; in avct_bcb_msg_asmbl() local
80 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() local
463 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()
/system/bt/stack/avdt/
Davdt_msg.cc1049 uint8_t pkt_type; in avdt_msg_send() local
1079 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 …]
/system/bt/stack/avrc/
Davrc_api.cc359 uint8_t pkt_type; in avrc_proc_vendor_command() local
366 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() local
472 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 …]
/system/bt/stack/bnep/
Dbnep_utils.cc44 uint8_t pkt_type);
499 uint8_t pkt_type) { in bnepu_init_hdr() argument
516 *p++ = pkt_type; in bnepu_init_hdr()
/system/bt/stack/l2cap/
Dl2c_main.cc70 uint8_t pkt_type = HCID_GET_EVENT(handle); in l2c_rcv_acl_data() local
75 if (pkt_type == L2CAP_PKT_CONTINUE) { in l2c_rcv_acl_data()