ESP-IDF
tGAP_BLE_PREF_PARAM
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tGAP_BLE_PREF_PARAM
tGAP_BLE_PREF_PARAM struct
Syntax
Show:
Summary
Declaration
from
gap_api.h:109
typedef
struct
{
UINT16
int_min
;
UINT16
int_max
;
UINT16
latency
;
UINT16
sp_tout
;
}
tGAP_BLE_PREF_PARAM
;
Fields
Field
Declared as
tGAP_BLE_PREF_PARAM::int_min
UINT16
tGAP_BLE_PREF_PARAM::int_max
UINT16
tGAP_BLE_PREF_PARAM::latency
UINT16
tGAP_BLE_PREF_PARAM::sp_tout
UINT16
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
gap_api.h:109
}
tGAP_BLE_PREF_PARAM
;
gap_api.h:114
tGAP_BLE_PREF_PARAM
tGAP_BLE_PREF_PARAM
conn_param
;
gap_api.h:117
tGAP_BLE_ATTR_VALUE
tGAP_BLE_ATTR_VALUE::conn_param
(
const
void
*
)
&
p_value
->
conn_param
,
sizeof
(
tGAP_BLE_PREF_PARAM
)
)
;
gap_ble.c:509
GAP_BleAttrDBUpdate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
tGAP_BLE_ATTR_VALUE::conn_param
tGAP_BLE_ATTR_VALUE
gap_api.h:117
Lifecycle
from
examples
All items filtered out
All items filtered out