Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/bta2dpd/bta2dpd/
H A Davdtp.c55 const uint8_t packetType = (SINGLE_PACKET & 3) << 2; in avdtpSendCommand() local
60 header[0] = (uint8_t)((transLabel << 4) | packetType | messageType); in avdtpSendCommand()