Lines Matching defs:p_tbl
1191 tAVDT_TC_TBL *p_tbl;
1200 p_tbl = avdt_ad_tc_tbl_by_type(AVDT_CHAN_SIG, p_ccb, NULL);
1220 (p_ccb->p_curr_msg->len <= p_tbl->peer_mtu - AVDT_LEN_TYPE_SINGLE))
1228 (p_ccb->p_curr_msg->len > p_tbl->peer_mtu - AVDT_LEN_TYPE_SINGLE))
1232 nosp = (p_ccb->p_curr_msg->len + AVDT_LEN_TYPE_START - p_tbl->peer_mtu) /
1233 (p_tbl->peer_mtu - 1) + 2;
1245 p_buf->len = p_tbl->peer_mtu - hdr_len;
1251 (p_ccb->p_curr_msg->len > (p_tbl->peer_mtu - AVDT_LEN_TYPE_CONT)))
1266 p_buf->len = p_tbl->peer_mtu - hdr_len;