ESP-IDF
tGAP_BLE_ATTR_VALUE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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_ATTR_VALUE
tGAP_BLE_ATTR_VALUE union
Syntax
Show:
Summary
Declaration
from
gap_api.h:116
typedef
union
{
tGAP_BLE_PREF_PARAM
conn_param
;
BD_ADDR
reconn_bda
;
UINT16
icon
;
UINT8
*
p_dev_name
;
UINT8
addr_resolution
;
}
tGAP_BLE_ATTR_VALUE
;
Fields
Field
Declared as
tGAP_BLE_ATTR_VALUE::conn_param
tGAP_BLE_PREF_PARAM
tGAP_BLE_ATTR_VALUE::reconn_bda
BD_ADDR
tGAP_BLE_ATTR_VALUE::icon
UINT16
tGAP_BLE_ATTR_VALUE::p_dev_name
UINT8
*
tGAP_BLE_ATTR_VALUE::addr_resolution
UINT8
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
union
{
gap_api.h:116
}
tGAP_BLE_ATTR_VALUE
;
gap_api.h:123
GAP_BleAttrDBUpdate
(
GATT_UUID_GAP_CENTRAL_ADDR_RESOL
,
(
tGAP_BLE_ATTR_VALUE
*
)
&
addr_resolution
)
;
btm_ble_gap.c:927
BTM_BleConfigPrivacy()
tGAP_BLE_ATTR_VALUE
p_value
;
btm_ble_gap.c:1113
BTM_BleConfigLocalIcon()
tGAP_BLE_ATTR_VALUE
p_value
;
btm_ble_gap.c:1136
BTM_BleConfigConnParams()
}
tGAP_BLE_ATTR_VALUE
;
gap_api.h:123
tGAP_BLE_ATTR_VALUE
extern
void
GAP_BleAttrDBUpdate
(
UINT16
attr_uuid
,
tGAP_BLE_ATTR_VALUE
*
p_value
)
;
gap_api.h:350
GAP_BleAttrDBUpdate()
GAP_BleAttrDBUpdate()::p_value
void
GAP_BleAttrDBUpdate
(
UINT16
attr_uuid
,
tGAP_BLE_ATTR_VALUE
*
p_value
)
gap_ble.c:491
GAP_BleAttrDBUpdate()
GAP_BleAttrDBUpdate()::p_value
tGAP_BLE_ATTR_VALUE
attr_value
;
gap_int.h:101
tGAP_ATTR
tGAP_ATTR::attr_value
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
GAP_BleAttrDBUpdate()::p_value
GAP_BleAttrDBUpdate()
gap_api.h:350
tGAP_ATTR::attr_value
tGAP_ATTR
gap_int.h:101
GAP_BleAttrDBUpdate()::p_value
GAP_BleAttrDBUpdate()
gap_ble.c:491
Lifecycle
from
examples
All items filtered out
All items filtered out