Home | Sort by: relevance | last modified time | path |
/src/sys/dev/bluetooth/ | |
bcsp.h | 42 uint8_t plen1 :4; /* Payload Length (bits 0-3) */ member in struct:__anon6220728c0108 46 uint8_t plen1 :4; /* Payload Length (bits 0-3) */ member in struct:__anon6220728c0108 67 (hdrp)->plen1 = ((n) & 0x00f); \ 70 #define BCSP_GET_PLEN(hdrp) ((hdrp)->plen1 | ((hdrp)->plen2 << 4)) 73 (0xff - (uint8_t)((hdrp)->flags + ((hdrp)->plen1 << 4) + \ |
bth5.h | 42 uint8_t plen1 :4; /* Payload Length (bits 0-3) */ member in struct:__anon634d0ff70108 46 uint8_t plen1 :4; /* Payload Length (bits 0-3) */ member in struct:__anon634d0ff70108 70 (hdrp)->plen1 = ((n) & 0x00f); \ 73 #define BTH5_GET_PLEN(hdrp) ((hdrp)->plen1 | ((hdrp)->plen2 << 4)) 76 (0xff - (uint8_t)((hdrp)->flags + ((hdrp)->plen1 << 4) + \ |