HomeSort by: relevance | last modified time | path
    Searched defs:packetType (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/bta2dpd/bta2dpd/
avdtp.c 55 const uint8_t packetType = (SINGLE_PACKET & 3) << 2;
60 header[0] = (uint8_t)((transLabel << 4) | packetType | messageType);
avdtp.c 55 const uint8_t packetType = (SINGLE_PACKET & 3) << 2;
60 header[0] = (uint8_t)((transLabel << 4) | packetType | messageType);

Completed in 59 milliseconds