Searched refs:nosp (Results 1 – 3 of 3) sorted by relevance
237 #define AVDT_MSG_BLD_NOSP(p, nosp) \ argument239 *(p)++ = (uint8_t)(nosp); \
1057 uint8_t nosp = 0; /* number of subsequent packets */ in avdt_msg_send() local1089 nosp = (p_ccb->p_curr_msg->len + AVDT_LEN_TYPE_START - p_tbl->peer_mtu) / in avdt_msg_send()1171 AVDT_MSG_BLD_NOSP(p, nosp); in avdt_msg_send()
476 uint8_t nosp = 0; /* number of subsequent packets */ in avct_lcb_send_msg() local489 nosp = temp / (p_lcb->peer_mtu - 1) + 1; in avct_lcb_send_msg()490 if ((temp % (p_lcb->peer_mtu - 1)) != 0) nosp++; in avct_lcb_send_msg()530 UINT8_TO_STREAM(p, nosp); in avct_lcb_send_msg()