Home
last modified time | relevance | path

Searched refs:nosp (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/avdt/
Davdt_defs.h237 #define AVDT_MSG_BLD_NOSP(p, nosp) \ argument
239 *(p)++ = (uint8_t)(nosp); \
Davdt_msg.cc1049 uint8_t nosp = 0; /* number of subsequent packets */ in avdt_msg_send() local
1081 nosp = (p_ccb->p_curr_msg->len + AVDT_LEN_TYPE_START - p_tbl->peer_mtu) / in avdt_msg_send()
1163 AVDT_MSG_BLD_NOSP(p, nosp); in avdt_msg_send()
/system/bt/stack/avct/
Davct_lcb_act.cc470 uint8_t nosp = 0; /* number of subsequent packets */ in avct_lcb_send_msg() local
483 nosp = temp / (p_lcb->peer_mtu - 1) + 1; in avct_lcb_send_msg()
484 if ((temp % (p_lcb->peer_mtu - 1)) != 0) nosp++; in avct_lcb_send_msg()
524 UINT8_TO_STREAM(p, nosp); in avct_lcb_send_msg()