Searched refs:nosp (Results 1 – 3 of 3) sorted by relevance
199 #define AVDT_MSG_BLD_NOSP(p, nosp) \ argument200 *(p)++ = (UINT8) (nosp);
1209 UINT8 nosp = 0; /* number of subsequent packets */ in avdt_msg_send() local1244 nosp = (p_ccb->p_curr_msg->len + AVDT_LEN_TYPE_START - p_tbl->peer_mtu) / in avdt_msg_send()1334 AVDT_MSG_BLD_NOSP(p, nosp); in avdt_msg_send()
534 UINT8 nosp = 0; /* number of subsequent packets */ in avct_lcb_send_msg() local551 nosp = temp / (p_lcb->peer_mtu - 1) + 1; in avct_lcb_send_msg()553 nosp++; in avct_lcb_send_msg()595 UINT8_TO_STREAM(p, nosp); in avct_lcb_send_msg()