xref: /btstack/src/bluetooth_psm.h (revision d58a1b5f11ada8ddf896c41fff5a35e7f140c37e)
1 
2 /**
3  * bluetooth_psm.h generated from Bluetooth SIG website for BTstack by tool/bluetooth_psm.py
4  * 2019-09-26 22:33:48.712449
5  */
6 
7 #ifndef BLUETOOTH_PSM_H
8 #define BLUETOOTH_PSM_H
9 
10 /**
11  * Assigned numbers from www.bluetooth.com/specifications/assigned-numbers/logical-link-control/
12  */
13 #define BLUETOOTH_PSM_SDP                                                                0x0001
14 #define BLUETOOTH_PSM_RFCOMM                                                             0x0003
15 #define BLUETOOTH_PSM_TCS_BIN                                                            0x0005
16 #define BLUETOOTH_PSM_TCS_BIN_CORDLESS                                                   0x0007
17 #define BLUETOOTH_PSM_BNEP                                                               0x000F
18 #define BLUETOOTH_PSM_HID_CONTROL                                                        0x0011
19 #define BLUETOOTH_PSM_HID_INTERRUPT                                                      0x0013
20 #define BLUETOOTH_PSM_UPNP                                                               0x0015
21 #define BLUETOOTH_PSM_AVCTP                                                              0x0017
22 #define BLUETOOTH_PSM_AVDTP                                                              0x0019
23 #define BLUETOOTH_PSM_AVCTP_BROWSING                                                     0x001B
24 #define BLUETOOTH_PSM_UDI_C_PLANE                                                        0x001D
25 #define BLUETOOTH_PSM_ATT                                                                0x001F
26 #define BLUETOOTH_PSM_3DSP                                                               0x0021
27 #define BLUETOOTH_PSM_LE_PSM_IPSP                                                        0x0023
28 #define BLUETOOTH_PSM_OTS                                                                0x0025
29 
30 #endif
31