mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-05 09:40:00 +00:00
31 lines
1.8 KiB
C
31 lines
1.8 KiB
C
|
|
/**
|
|
* bluetooth_psm.h generated from Bluetooth SIG website for BTstack by tool/bluetooth_psm.py
|
|
* 2019-09-26 22:33:48.712449
|
|
*/
|
|
|
|
#ifndef 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_RFCOMM 0x0003
|
|
#define BLUETOOTH_PSM_TCS_BIN 0x0005
|
|
#define BLUETOOTH_PSM_TCS_BIN_CORDLESS 0x0007
|
|
#define BLUETOOTH_PSM_BNEP 0x000F
|
|
#define BLUETOOTH_PSM_HID_CONTROL 0x0011
|
|
#define BLUETOOTH_PSM_HID_INTERRUPT 0x0013
|
|
#define BLUETOOTH_PSM_UPNP 0x0015
|
|
#define BLUETOOTH_PSM_AVCTP 0x0017
|
|
#define BLUETOOTH_PSM_AVDTP 0x0019
|
|
#define BLUETOOTH_PSM_AVCTP_BROWSING 0x001B
|
|
#define BLUETOOTH_PSM_UDI_C_PLANE 0x001D
|
|
#define BLUETOOTH_PSM_ATT 0x001F
|
|
#define BLUETOOTH_PSM_3DSP 0x0021
|
|
#define BLUETOOTH_PSM_LE_PSM_IPSP 0x0023
|
|
#define BLUETOOTH_PSM_OTS 0x0025
|
|
|
|
#endif
|