Home
last modified time | relevance | path

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

/system/bt/stack/avct/
Davct_lcb_act.c56 UINT8 pkt_type; in avct_lcb_msg_asmbl() local
62 AVCT_PRS_PKT_TYPE(p, pkt_type); in avct_lcb_msg_asmbl()
65 if (p_buf->len < avct_lcb_pkt_type_len[pkt_type]) in avct_lcb_msg_asmbl()
72 else if (pkt_type == AVCT_PKT_TYPE_SINGLE) in avct_lcb_msg_asmbl()
84 else if (pkt_type == AVCT_PKT_TYPE_START) in avct_lcb_msg_asmbl()
130 AVCT_TRACE_WARNING("Pkt type=%d out of order", pkt_type); in avct_lcb_msg_asmbl()
158 if (pkt_type == AVCT_PKT_TYPE_END) in avct_lcb_msg_asmbl()
538 UINT8 pkt_type; in avct_lcb_send_msg() local
553 pkt_type = AVCT_PKT_TYPE_SINGLE; in avct_lcb_send_msg()
557 pkt_type = AVCT_PKT_TYPE_START; in avct_lcb_send_msg()
[all …]
/system/bt/stack/avdt/
Davdt_msg.c1199 UINT8 pkt_type; in avdt_msg_send() local
1232 pkt_type = AVDT_PKT_TYPE_SINGLE; in avdt_msg_send()
1240 pkt_type = AVDT_PKT_TYPE_START; in avdt_msg_send()
1263 pkt_type = AVDT_PKT_TYPE_CONT; in avdt_msg_send()
1283 pkt_type = AVDT_PKT_TYPE_END; in avdt_msg_send()
1329 AVDT_MSG_BLD_HDR(p, label, pkt_type, msg); in avdt_msg_send()
1330 if (pkt_type == AVDT_PKT_TYPE_START) in avdt_msg_send()
1334 if ((pkt_type == AVDT_PKT_TYPE_START) || (pkt_type == AVDT_PKT_TYPE_SINGLE)) in avdt_msg_send()
1359 UINT8 pkt_type; in avdt_msg_asmbl() local
1365 AVDT_MSG_PRS_PKT_TYPE(p, pkt_type); in avdt_msg_asmbl()
[all …]
/system/bt/stack/avrc/
Davrc_api.c265 UINT8 pkt_type; in avrc_proc_vendor_command() local
272 pkt_type = *(p_data + 1) & AVRC_PKT_TYPE_MASK; in avrc_proc_vendor_command()
274 if (pkt_type != AVRC_PKT_SINGLE) in avrc_proc_vendor_command()
382 UINT8 pkt_type; in avrc_proc_far_msg() local
392 pkt_type = *(p_data + 1) & AVRC_PKT_TYPE_MASK; in avrc_proc_far_msg()
393 AVRC_TRACE_DEBUG ("pkt_type %d", pkt_type ); in avrc_proc_far_msg()
398 if (pkt_type == AVRC_PKT_SINGLE || pkt_type == AVRC_PKT_START) in avrc_proc_far_msg()
409 if (pkt_type != AVRC_PKT_SINGLE && cr == AVCT_RSP) in avrc_proc_far_msg()
412 if (pkt_type == AVRC_PKT_START) in avrc_proc_far_msg()
468 pkt_type = AVRC_PKT_END; in avrc_proc_far_msg()
[all …]
/system/bt/stack/l2cap/
Dl2c_main.c126 UINT8 pkt_type; in l2c_rcv_acl_data() local
133 pkt_type = HCID_GET_EVENT (handle); in l2c_rcv_acl_data()
138 if (pkt_type != L2CAP_PKT_CONTINUE) in l2c_rcv_acl_data()
176 L2CAP_TRACE_WARNING ("L2CAP - expected pkt start or complete, got: %d", pkt_type); in l2c_rcv_acl_data()
/system/bt/stack/bnep/
Dbnep_utils.c39 static UINT8 *bnepu_init_hdr (BT_HDR *p_buf, UINT16 hdr_len, UINT8 pkt_type);
550 static UINT8 *bnepu_init_hdr (BT_HDR *p_buf, UINT16 hdr_len, UINT8 pkt_type) in bnepu_init_hdr() argument
570 *p++ = pkt_type; in bnepu_init_hdr()