FreeBSD kernel netgraph code
rfcomm_cmd_hdr Struct Reference

#include <ng_btsocket_rfcomm.h>

Data Fields

u_int8_t address
 
u_int8_t control
 
u_int8_t length
 
u_int8_t fcs
 

Detailed Description

Definition at line 130 of file ng_btsocket_rfcomm.h.

Field Documentation

◆ address

u_int8_t rfcomm_cmd_hdr::address

Definition at line 132 of file ng_btsocket_rfcomm.h.

Referenced by ng_btsocket_rfcomm_send_command().

◆ control

u_int8_t rfcomm_cmd_hdr::control

Definition at line 133 of file ng_btsocket_rfcomm.h.

Referenced by ng_btsocket_rfcomm_send_command().

◆ fcs

u_int8_t rfcomm_cmd_hdr::fcs

Definition at line 135 of file ng_btsocket_rfcomm.h.

Referenced by ng_btsocket_rfcomm_send_command().

◆ length

u_int8_t rfcomm_cmd_hdr::length

Definition at line 134 of file ng_btsocket_rfcomm.h.

Referenced by ng_btsocket_rfcomm_send_command().


The documentation for this struct was generated from the following file: