Home
last modified time | relevance | path

Searched defs:ng_btsocket_l2cap_pcb (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netgraph/bluetooth/include/
H A Dng_btsocket_l2cap.h129 struct ng_btsocket_l2cap_pcb { struct
130 struct socket *so; /* Pointer to socket */
132 bdaddr_t src; /* Source address */
133 bdaddr_t dst; /* Destination address */
134 uint8_t srctype; /*source addr type*/
135 uint8_t dsttype; /*source addr type*/
137 u_int16_t psm; /* PSM */
138 u_int16_t cid; /* Local channel ID */
139 uint8_t idtype;
140 u_int16_t flags; /* socket flags */
[all …]