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

/freebsd-11.0-release/sys/netgraph/bluetooth/include/
H A Dng_btsocket_rfcomm.h205 #define RFCOMM_MKMCC_TYPE(cr, type) ((((type) << 2) | ((cr) << 1) | 0x01)) macro
/freebsd-11.0-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c2513 hdr->type = RFCOMM_MKMCC_TYPE(0, RFCOMM_MCC_NSC);
2517 m0->m_data[m0->m_len] = RFCOMM_MKMCC_TYPE(cr, type);
2548 hdr->type = RFCOMM_MKMCC_TYPE(0, RFCOMM_MCC_TEST);
2588 hdr->type = RFCOMM_MKMCC_TYPE(0, type);
2646 hdr->type = RFCOMM_MKMCC_TYPE(0, RFCOMM_MCC_MSC);
2763 hdr->type = RFCOMM_MKMCC_TYPE(0, RFCOMM_MCC_RPN);
2804 hdr->type = RFCOMM_MKMCC_TYPE(0, RFCOMM_MCC_RLS);
2861 hdr->type = RFCOMM_MKMCC_TYPE(0, RFCOMM_MCC_PN);
2903 hdr->type = RFCOMM_MKMCC_TYPE(0, RFCOMM_MCC_PN);
3131 hdr->type = RFCOMM_MKMCC_TYPE(
[all...]

Completed in 76 milliseconds