bluetooth_psm: add BLUETOOTH_PSM_EATT

This commit is contained in:
Matthias Ringwald 2023-05-12 14:59:32 +02:00
parent 62ef30ef72
commit 5eb1ca071a

View File

@ -1,15 +1,10 @@
/** /**
* bluetooth_psm.h generated from Bluetooth SIG website for BTstack by tool/bluetooth_psm.py * Assigned numbers from www.bluetooth.com/specifications/assigned-numbers/
* 2019-09-26 22:33:48.712449
*/ */
#ifndef BLUETOOTH_PSM_H #ifndef BLUETOOTH_PSM_H
#define BLUETOOTH_PSM_H #define BLUETOOTH_PSM_H
/**
* Assigned numbers from www.bluetooth.com/specifications/assigned-numbers/logical-link-control/
*/
#define BLUETOOTH_PSM_SDP 0x0001 #define BLUETOOTH_PSM_SDP 0x0001
#define BLUETOOTH_PSM_RFCOMM 0x0003 #define BLUETOOTH_PSM_RFCOMM 0x0003
#define BLUETOOTH_PSM_TCS_BIN 0x0005 #define BLUETOOTH_PSM_TCS_BIN 0x0005
@ -26,5 +21,6 @@
#define BLUETOOTH_PSM_3DSP 0x0021 #define BLUETOOTH_PSM_3DSP 0x0021
#define BLUETOOTH_PSM_LE_PSM_IPSP 0x0023 #define BLUETOOTH_PSM_LE_PSM_IPSP 0x0023
#define BLUETOOTH_PSM_OTS 0x0025 #define BLUETOOTH_PSM_OTS 0x0025
#define BLUETOOTH_PSM_EATT 0x0027
#endif #endif