ESP-IDF
bt_mesh_gatt_attr::user_data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_gatt_attr::user_data
bt_mesh_gatt_attr::user_data field
Attribute user data
Syntax
Show:
Summary
Declaration
from
adapter.h:582
void
*
user_data
;
Examples
References
from
examples
Code
Location
Referrer
void
*
user_data
;
adapter.h:582
struct
bt_mesh_gatt_attr
*
incl
=
attr
->
user_data
;
adapter.c:797
bt_mesh_gatts_attr_read_included()
struct
bt_mesh_uuid
*
uuid
=
incl
->
user_data
;
adapter.c:798
bt_mesh_gatts_attr_read_included()
struct
bt_mesh_uuid
*
uuid
=
attr
->
user_data
;
adapter.c:822
bt_mesh_gatts_attr_read_service()
struct
bt_mesh_gatt_char
*
chrc
=
attr
->
user_data
;
adapter.c:847
bt_mesh_gatts_attr_read_chrc()
bta_uuid_to_bt_mesh_uuid
(
&
bta_uuid
,
(
struct
bt_mesh_uuid
*
)
svc
->
attrs
[
i
]
.
user_data
)
;
adapter.c:971
bt_mesh_gatts_service_register()
bta_uuid_to_bt_mesh_uuid
(
&
bta_uuid
,
(
struct
bt_mesh_uuid
*
)
svc
->
attrs
[
i
]
.
user_data
)
;
adapter.c:985
bt_mesh_gatts_service_register()
struct
bt_mesh_gatt_char
*
gatts_chrc
=
(
struct
bt_mesh_gatt_char
*
)
svc
->
attrs
[
i
]
.
user_data
;
adapter.c:1002
bt_mesh_gatts_service_register()
uuid
=
(
struct
bt_mesh_uuid
*
)
svc
->
attrs
[
0
]
.
user_data
;
adapter.c:1126
bt_mesh_gatts_service_start()
if
(
ATTR_IS_PROV
(
attr
)
!=
(
BLE_MESH_PROXY_PDU_TYPE
(
data
)
==
BLE_MESH_PROXY_PROV
)
)
{
proxy_server.c:754
proxy_recv()
uint16_t
*
value
=
attr
->
user_data
;
proxy_server.c:940
prov_ccc_write()
uint16_t
*
value
=
attr
->
user_data
;
proxy_server.c:973
prov_ccc_read()
BLE_MESH_GATT_PRIMARY_SERVICE
(
BLE_MESH_UUID_MESH_PROV
)
,
proxy_server.c:981
BLE_MESH_GATT_CHARACTERISTIC
(
BLE_MESH_UUID_MESH_PROV_DATA_IN
,
proxy_server.c:983
BLE_MESH_GATT_DESCRIPTOR
(
BLE_MESH_UUID_MESH_PROV_DATA_IN
,
BLE_MESH_GATT_PERM_WRITE
,
proxy_server.c:985
BLE_MESH_GATT_CHARACTERISTIC
(
BLE_MESH_UUID_MESH_PROV_DATA_OUT
,
proxy_server.c:988
BLE_MESH_GATT_DESCRIPTOR
(
BLE_MESH_UUID_MESH_PROV_DATA_OUT
,
BLE_MESH_GATT_PERM_NONE
,
proxy_server.c:990
BLE_MESH_GATT_DESCRIPTOR
(
BLE_MESH_UUID_GATT_CCC
,
proxy_server.c:993
uint16_t
*
value
=
attr
->
user_data
;
proxy_server.c:1130
proxy_ccc_read()
BLE_MESH_GATT_PRIMARY_SERVICE
(
BLE_MESH_UUID_MESH_PROXY
)
,
proxy_server.c:1138
BLE_MESH_GATT_CHARACTERISTIC
(
BLE_MESH_UUID_MESH_PROXY_DATA_IN
,
proxy_server.c:1140
BLE_MESH_GATT_DESCRIPTOR
(
BLE_MESH_UUID_MESH_PROXY_DATA_IN
,
BLE_MESH_GATT_PERM_WRITE
,
proxy_server.c:1142
BLE_MESH_GATT_CHARACTERISTIC
(
BLE_MESH_UUID_MESH_PROXY_DATA_OUT
,
proxy_server.c:1145
BLE_MESH_GATT_DESCRIPTOR
(
BLE_MESH_UUID_MESH_PROXY_DATA_OUT
,
BLE_MESH_GATT_PERM_NONE
,
proxy_server.c:1147
BLE_MESH_GATT_DESCRIPTOR
(
BLE_MESH_UUID_GATT_CCC
,
proxy_server.c:1150
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_gatt_attr::user_data
is read by 9 functions:
All items filtered out
bt_mesh_gatt_attr::user_data
bt_mesh_gatts_attr_read_included()
bt_mesh_gatts_attr_read_service()
bt_mesh_gatts_attr_read_chrc()
bt_mesh_gatts_service_register()
bt_mesh_gatts_service_start()
proxy_recv()
prov_ccc_write()
prov_ccc_read()
proxy_ccc_read()
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
Lifecycle
from
examples
All items filtered out
All items filtered out