Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
L2CAP channel identifiers

Standard L2CAP channel identifiers. More...

Macros

#define BT_L2CAP_CID_BR_SIG   0x0001
 BR signaling channel.
#define BT_L2CAP_CID_ATT   0x0004
 Attribute Protocol channel.
#define BT_L2CAP_CID_LE_SIG   0x0005
 LE signaling channel.
#define BT_L2CAP_CID_SMP   0x0006
 Security Manager Protocol channel.
#define BT_L2CAP_CID_BR_SMP   0x0007
 BR Security Manager Protocol channel.

Detailed Description

Standard L2CAP channel identifiers.

Macro Definition Documentation

◆ BT_L2CAP_CID_ATT

#define BT_L2CAP_CID_ATT   0x0004

#include <zephyr/bluetooth/l2cap.h>

Attribute Protocol channel.

◆ BT_L2CAP_CID_BR_SIG

#define BT_L2CAP_CID_BR_SIG   0x0001

#include <zephyr/bluetooth/l2cap.h>

BR signaling channel.

◆ BT_L2CAP_CID_BR_SMP

#define BT_L2CAP_CID_BR_SMP   0x0007

#include <zephyr/bluetooth/l2cap.h>

BR Security Manager Protocol channel.

◆ BT_L2CAP_CID_LE_SIG

#define BT_L2CAP_CID_LE_SIG   0x0005

#include <zephyr/bluetooth/l2cap.h>

LE signaling channel.

◆ BT_L2CAP_CID_SMP

#define BT_L2CAP_CID_SMP   0x0006

#include <zephyr/bluetooth/l2cap.h>

Security Manager Protocol channel.