HomeSort by relevance Sort by last modified time
    Searched refs:nosp (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/avdt/
avdt_defs.h 237 #define AVDT_MSG_BLD_NOSP(p, nosp) \
239 *(p)++ = (uint8_t)(nosp); \
avdt_msg.cc 1040 uint8_t nosp = 0; \/* number of subsequent packets *\/ local
    [all...]
  /system/bt/stack/avct/
avct_lcb_act.cc 98 /* copy first header byte over nosp */
467 uint8_t nosp = 0; /* number of subsequent packets */ local
480 nosp = temp / (p_lcb->peer_mtu - 1) + 1;
481 if ((temp % (p_lcb->peer_mtu - 1)) != 0) nosp++;
521 UINT8_TO_STREAM(p, nosp);

Completed in 101 milliseconds