ESP-IDF
Select one of the symbols to view example projects that use it.
Symbol previews are coming soon...
Outline
#include "obex_tl.h"
#define OBEX_TL_L2CAP_BT_HDR_MIN_OFFSET
Files
loading (1/5)...
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
components/bt/host/bluedroid/stack/obex/include/obex_tl_l2cap.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/* ... */
#pragma
once
#include
"
obex_tl.h"
#if
(
OBEX_INCLUDED
==
TRUE
)
#define
OBEX_TL_L2CAP_BT_HDR_MIN_OFFSET
13
/* L2CAP_MIN_OFFSET */
tOBEX_TL_OPS
*
obex_tl_l2cap_ops_get
(
void
)
;
/* ... */
#endif
/* #if (OBEX_INCLUDED == TRUE) */
Details
Show:
from
Types:
Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.
TRUE
OBEX_INCLUDED