Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
l2cap_conn Struct Reference

#include <l2cap.h>

Data Fields

struct hci_connhcon
 
struct hci_chanhchan
 
bdaddr_t * dst
 
bdaddr_t * src
 
unsigned int mtu
 
__u32 feat_mask
 
__u8 fixed_chan_mask
 
__u8 info_state
 
__u8 info_ident
 
struct delayed_work info_timer
 
spinlock_t lock
 
struct sk_buffrx_skb
 
__u32 rx_len
 
__u8 tx_ident
 
__u8 disc_reason
 
struct delayed_work security_timer
 
struct smp_chansmp_chan
 
struct list_head chan_l
 
struct mutex chan_lock
 

Detailed Description

Definition at line 545 of file l2cap.h.

Field Documentation

struct list_head chan_l

Definition at line 573 of file l2cap.h.

struct mutex chan_lock

Definition at line 574 of file l2cap.h.

__u8 disc_reason

Definition at line 568 of file l2cap.h.

bdaddr_t* dst

Definition at line 549 of file l2cap.h.

__u32 feat_mask

Definition at line 554 of file l2cap.h.

__u8 fixed_chan_mask

Definition at line 555 of file l2cap.h.

struct hci_chan* hchan

Definition at line 547 of file l2cap.h.

Definition at line 546 of file l2cap.h.

__u8 info_ident

Definition at line 558 of file l2cap.h.

__u8 info_state

Definition at line 557 of file l2cap.h.

struct delayed_work info_timer

Definition at line 560 of file l2cap.h.

spinlock_t lock

Definition at line 562 of file l2cap.h.

unsigned int mtu

Definition at line 552 of file l2cap.h.

__u32 rx_len

Definition at line 565 of file l2cap.h.

struct sk_buff* rx_skb

Definition at line 564 of file l2cap.h.

struct delayed_work security_timer

Definition at line 570 of file l2cap.h.

Definition at line 571 of file l2cap.h.

bdaddr_t* src

Definition at line 550 of file l2cap.h.

__u8 tx_ident

Definition at line 566 of file l2cap.h.


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