Searched refs:RFCOMM_MKLEN8 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/netgraph/bluetooth/include/
H A Dng_btsocket_rfcomm.h199 #define RFCOMM_MKLEN8(len) (((len) << 1) | 1) macro
/freebsd-11.0-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c2514 hdr->length = RFCOMM_MKLEN8(1);
3026 hdr->length = RFCOMM_MKLEN8(0);
3079 hdr->length = RFCOMM_MKLEN8(length);
3132 hdr->length = RFCOMM_MKLEN8(sizeof(*msc));
3170 hdr->length = RFCOMM_MKLEN8(sizeof(*pn));

Completed in 61 milliseconds