Select one of the symbols to view example projects that use it.
 
Outline
#include "obex_tl.h"
#define OBEX_TL_L2CAP_BT_HDR_MIN_OFFSET
Files
loading (1/5)...
SourceVuESP-IDF Framework and ExamplesESP-IDFcomponents/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:
This file uses the notable symbols shown below. Click anywhere in the file to view more details.