10 #ifndef __PACKET_BTL2CAP_H__
11 #define __PACKET_BTL2CAP_H__
13 #define BTL2CAP_PSM_SDP 0x0001
14 #define BTL2CAP_PSM_RFCOMM 0x0003
15 #define BTL2CAP_PSM_TCS_BIN 0x0005
16 #define BTL2CAP_PSM_TCS_BIN_CORDLESS 0x0007
17 #define BTL2CAP_PSM_BNEP 0x000f
18 #define BTL2CAP_PSM_HID_CTRL 0x0011
19 #define BTL2CAP_PSM_HID_INTR 0x0013
20 #define BTL2CAP_PSM_UPNP 0x0015
21 #define BTL2CAP_PSM_AVCTP_CTRL 0x0017
22 #define BTL2CAP_PSM_AVDTP 0x0019
23 #define BTL2CAP_PSM_AVCTP_BRWS 0x001b
24 #define BTL2CAP_PSM_UDI_C_PLANE 0x001d
25 #define BTL2CAP_PSM_ATT 0x001f
26 #define BTL2CAP_PSM_3DS 0x0021
27 #define BTL2CAP_PSM_LE_IPSP 0x0023
28 #define BTL2CAP_PSM_EATT 0x0027
30 #define BTL2CAP_DYNAMIC_PSM_START 0x1000
32 #define BTL2CAP_FIXED_CID_NULL 0x0000
33 #define BTL2CAP_FIXED_CID_SIGNAL 0x0001
34 #define BTL2CAP_FIXED_CID_CONNLESS 0x0002
35 #define BTL2CAP_FIXED_CID_AMP_MAN 0x0003
36 #define BTL2CAP_FIXED_CID_ATT 0x0004
37 #define BTL2CAP_FIXED_CID_LE_SIGNAL 0x0005
38 #define BTL2CAP_FIXED_CID_SMP 0x0006
39 #define BTL2CAP_FIXED_CID_BR_EDR_SM 0x0007
40 #define BTL2CAP_FIXED_CID_AMP_TEST 0x003F
41 #define BTL2CAP_FIXED_CID_LAST 0x003F
43 #define BTL2CAP_UNKNOWN_CID 0xFFFFFFFF
48 guint32 *adapter_disconnect_in_frame;
50 guint32 *hci_disconnect_in_frame;
52 guint32 *disconnect_in_frame;
57 gboolean is_local_psm;
58 guint32 remote_bd_addr_oui;
59 guint32 remote_bd_addr_id;
62 extern int proto_btl2cap;
Definition: packet-btl2cap.h:45