Searched refs:nosp (Results 1 – 3 of 3) sorted by relevance
202 #define AVDT_MSG_BLD_NOSP(p, nosp) \ argument203 *(p)++ = (UINT8) (nosp);
505 UINT8 nosp = 0; /* number of subsequent packets */ in avct_lcb_send_msg() local519 nosp = temp / (p_lcb->peer_mtu - 1) + 1; in avct_lcb_send_msg()521 nosp++; in avct_lcb_send_msg()565 UINT8_TO_STREAM(p, nosp); in avct_lcb_send_msg()
1145 UINT8 nosp = 0; /* number of subsequent packets */ in avdt_msg_send() local1176 nosp = (p_ccb->p_curr_msg->len + AVDT_LEN_TYPE_START - p_tbl->peer_mtu) / in avdt_msg_send()1254 AVDT_MSG_BLD_NOSP(p, nosp); in avdt_msg_send()