FreeBSD kernel netgraph code
ng_l2cap_l2ca_con_ip Struct Reference

#include <ng_l2cap.h>

Data Fields

u_int16_t psm
 
bdaddr_t bdaddr
 
uint8_t linktype
 
uint8_t idtype
 

Detailed Description

Definition at line 366 of file ng_l2cap.h.

Field Documentation

◆ bdaddr

bdaddr_t ng_l2cap_l2ca_con_ip::bdaddr

Definition at line 368 of file ng_l2cap.h.

Referenced by ng_btsocket_l2cap_send_l2ca_con_req(), and ng_l2cap_l2ca_con_req().

◆ idtype

uint8_t ng_l2cap_l2ca_con_ip::idtype

Definition at line 370 of file ng_l2cap.h.

Referenced by ng_btsocket_l2cap_send_l2ca_con_req(), and ng_l2cap_l2ca_con_req().

◆ linktype

uint8_t ng_l2cap_l2ca_con_ip::linktype

Definition at line 369 of file ng_l2cap.h.

Referenced by ng_btsocket_l2cap_send_l2ca_con_req(), and ng_l2cap_l2ca_con_req().

◆ psm

u_int16_t ng_l2cap_l2ca_con_ip::psm

Definition at line 367 of file ng_l2cap.h.

Referenced by ng_btsocket_l2cap_send_l2ca_con_req(), and ng_l2cap_l2ca_con_req().


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