ESP-IDF
bt_mesh_gatt_attr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
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
bt_mesh_gatt_attr struct
GATT Attribute structure.
Syntax
Show:
Summary
Declaration
Definition
from
adapter.h:343
struct
bt_mesh_gatt_attr
;
Implemented in
adapter.h:544
Fields
Field
Declared as
Description
bt_mesh_gatt_attr::uuid
const
struct
bt_mesh_uuid
*
Attribute UUID.
bt_mesh_gatt_attr::read
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.
bt_mesh_gatt_attr::write
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.
bt_mesh_gatt_attr::user_data
void
*
Attribute user data.
bt_mesh_gatt_attr::handle
uint16_t
Attribute handle.
bt_mesh_gatt_attr::perm
uint8_t
Attribute permissions.
Related Functions
Found 14 other functions taking a
bt_mesh_gatt_attr
argument:
Function
bt_mesh_gatts_attr_read()
bt_mesh_gatts_attr_read_chrc()
bt_mesh_gatts_attr_read_service()
bt_mesh_gatts_notify()
bt_mesh_gattc_write_no_rsp()
proxy_recv()
bt_mesh_gatts_attr_read_included()
find_next()
bt_mesh_gatts_attr_next()
proxy_ccc_read()
proxy_ccc_write()
prov_ccc_write()
prov_ccc_read()
proxy_recv()
Examples
References
from
examples
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