Searched refs:packetType (Results 1 – 1 of 1) sorted by relevance
55 const uint8_t packetType = (SINGLE_PACKET & 3) << 2; in avdtpSendCommand() local60 header[0] = (uint8_t)((transLabel << 4) | packetType | messageType); in avdtpSendCommand()