ESP-IDF
bt_mesh_gatt_char
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
bt_mesh_gatt_char
bt_mesh_gatt_char struct
Characteristic Attribute Value.
Syntax
Show:
Summary
Declaration
from
adapter.h:333
struct
bt_mesh_gatt_char
{
const
struct
bt_mesh_uuid
*
uuid
;
uint8_t
properties
;
}
;
Fields
Field
Declared as
Description
bt_mesh_gatt_char::uuid
const
struct
bt_mesh_uuid
*
Characteristic UUID.
bt_mesh_gatt_char::properties
uint8_t
Characteristic properties.
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
bt_mesh_gatt_char
{
adapter.h:333
struct
bt_mesh_gatt_char
*
chrc
=
attr
->
user_data
;
adapter.c:847
bt_mesh_gatts_attr_read_chrc()
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()
BLE_MESH_GATT_CHARACTERISTIC
(
BLE_MESH_UUID_MESH_PROV_DATA_IN
,
proxy_server.c:983
BLE_MESH_GATT_CHARACTERISTIC
(
BLE_MESH_UUID_MESH_PROV_DATA_OUT
,
proxy_server.c:988
BLE_MESH_GATT_CHARACTERISTIC
(
BLE_MESH_UUID_MESH_PROXY_DATA_IN
,
proxy_server.c:1140
BLE_MESH_GATT_CHARACTERISTIC
(
BLE_MESH_UUID_MESH_PROXY_DATA_OUT
,
proxy_server.c:1145
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
Lifecycle
from
examples
All items filtered out
All items filtered out