bt_mesh_gatt_attr is only used within ESP-IDF.
 
Symbols
loading (2/5)...
Files
loading (3/5)...
SummarySyntaxRelatedReferencesInstances

Fields

Field
Declared as
Description
const struct bt_mesh_uuid *
Attribute UUID.
ssize_t (*)(struct bt_mesh_conn *conn, const struct bt_mesh_gatt_attr *attr, void *buf, uint16_t len, uint16_t offset)
Attribute read callback.
ssize_t (*)(struct bt_mesh_conn *conn, const struct bt_mesh_gatt_attr *attr, const void *buf, uint16_t len, uint16_t offset, uint8_t flags)
Attribute write callback.
void *
Attribute user data.
uint16_t
Attribute handle.
uint8_t
Attribute permissions.

References