Searched refs:nosp (Results 1 – 3 of 3) sorted by relevance
199 #define AVDT_MSG_BLD_NOSP(p, nosp) \ argument200 *(p)++ = (UINT8) (nosp);
1207 UINT8 nosp = 0; /* number of subsequent packets */ in avdt_msg_send() local1242 nosp = (p_ccb->p_curr_msg->len + AVDT_LEN_TYPE_START - p_tbl->peer_mtu) / in avdt_msg_send()1332 AVDT_MSG_BLD_NOSP(p, nosp); in avdt_msg_send()
524 UINT8 nosp = 0; /* number of subsequent packets */ in avct_lcb_send_msg() local541 nosp = temp / (p_lcb->peer_mtu - 1) + 1; in avct_lcb_send_msg()543 nosp++; in avct_lcb_send_msg()590 UINT8_TO_STREAM(p, nosp); in avct_lcb_send_msg()