Searched refs:pkt_type (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/avct/ |
D | avct_lcb_act.c | 56 UINT8 pkt_type; in avct_lcb_msg_asmbl() local 61 AVCT_PRS_PKT_TYPE(p, pkt_type); in avct_lcb_msg_asmbl() 64 if (p_buf->len < avct_lcb_pkt_type_len[pkt_type]) in avct_lcb_msg_asmbl() 71 else if (pkt_type == AVCT_PKT_TYPE_SINGLE) in avct_lcb_msg_asmbl() 82 else if (pkt_type == AVCT_PKT_TYPE_START) in avct_lcb_msg_asmbl() 123 AVCT_TRACE_WARNING("Pkt type=%d out of order", pkt_type); in avct_lcb_msg_asmbl() 151 if (pkt_type == AVCT_PKT_TYPE_END) in avct_lcb_msg_asmbl() 531 UINT8 pkt_type; in avct_lcb_send_msg() local 545 pkt_type = AVCT_PKT_TYPE_SINGLE; in avct_lcb_send_msg() 549 pkt_type = AVCT_PKT_TYPE_START; in avct_lcb_send_msg() [all …]
|
/system/bt/stack/avdt/ |
D | avdt_msg.c | 1201 UINT8 pkt_type; in avdt_msg_send() local 1234 pkt_type = AVDT_PKT_TYPE_SINGLE; in avdt_msg_send() 1242 pkt_type = AVDT_PKT_TYPE_START; in avdt_msg_send() 1260 pkt_type = AVDT_PKT_TYPE_CONT; in avdt_msg_send() 1275 pkt_type = AVDT_PKT_TYPE_END; in avdt_msg_send() 1331 AVDT_MSG_BLD_HDR(p, label, pkt_type, msg); in avdt_msg_send() 1332 if (pkt_type == AVDT_PKT_TYPE_START) in avdt_msg_send() 1336 if ((pkt_type == AVDT_PKT_TYPE_START) || (pkt_type == AVDT_PKT_TYPE_SINGLE)) in avdt_msg_send() 1361 UINT8 pkt_type; in avdt_msg_asmbl() local 1366 AVDT_MSG_PRS_PKT_TYPE(p, pkt_type); in avdt_msg_asmbl() [all …]
|
/system/bt/stack/avrc/ |
D | avrc_api.c | 238 UINT8 pkt_type; in avrc_proc_vendor_command() local 245 pkt_type = *(p_data + 1) & AVRC_PKT_TYPE_MASK; in avrc_proc_vendor_command() 247 if (pkt_type != AVRC_PKT_SINGLE) in avrc_proc_vendor_command() 354 UINT8 pkt_type; in avrc_proc_far_msg() local 363 pkt_type = *(p_data + 1) & AVRC_PKT_TYPE_MASK; in avrc_proc_far_msg() 364 AVRC_TRACE_DEBUG ("pkt_type %d", pkt_type ); in avrc_proc_far_msg() 369 if (pkt_type == AVRC_PKT_SINGLE || pkt_type == AVRC_PKT_START) in avrc_proc_far_msg() 376 if (pkt_type != AVRC_PKT_SINGLE && cr == AVCT_RSP) in avrc_proc_far_msg() 379 if (pkt_type == AVRC_PKT_START) { in avrc_proc_far_msg() 431 pkt_type = AVRC_PKT_END; in avrc_proc_far_msg() [all …]
|
/system/bt/stack/l2cap/ |
D | l2c_main.c | 71 UINT8 pkt_type; in l2c_rcv_acl_data() local 79 pkt_type = HCID_GET_EVENT (handle); in l2c_rcv_acl_data() 84 if (pkt_type != L2CAP_PKT_CONTINUE) in l2c_rcv_acl_data() 126 L2CAP_TRACE_WARNING ("L2CAP - expected pkt start or complete, got: %d", pkt_type); in l2c_rcv_acl_data()
|
/system/bt/stack/bnep/ |
D | bnep_utils.c | 41 static UINT8 *bnepu_init_hdr (BT_HDR *p_buf, UINT16 hdr_len, UINT8 pkt_type); 528 static UINT8 *bnepu_init_hdr (BT_HDR *p_buf, UINT16 hdr_len, UINT8 pkt_type) in bnepu_init_hdr() argument 548 *p++ = pkt_type; in bnepu_init_hdr()
|