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

  /src/sys/dev/bluetooth/
bcsp.h 48 uint8_t plen2; /* Payload Length (bits 4-11) */ member in struct:__anon6220728c0108
68 (hdrp)->plen2 = ((n) >> 4); \
70 #define BCSP_GET_PLEN(hdrp) ((hdrp)->plen1 | ((hdrp)->plen2 << 4))
74 (hdrp)->ident + (hdrp)->plen2))
bth5.h 48 uint8_t plen2; /* Payload Length (bits 4-11) */ member in struct:__anon634d0ff70108
71 (hdrp)->plen2 = ((n) >> 4); \
73 #define BTH5_GET_PLEN(hdrp) ((hdrp)->plen1 | ((hdrp)->plen2 << 4))
77 (hdrp)->ident + (hdrp)->plen2))

Completed in 13 milliseconds