ESP-IDF
bt_mesh_gatt_attr::write
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::write
bt_mesh_gatt_attr::write field
Attribute write callback
Syntax
Show:
Summary
Declaration
from
adapter.h:576
ssize_t
(
*
write
)
(
struct
bt_mesh_conn
*
conn
,
const
struct
bt_mesh_gatt_attr
*
attr
,
const
void
*
buf
,
uint16_t
len
,
uint16_t
offset
,
uint8_t
flags
)
;
Examples
References
from
examples
Code
Location
Referrer
ssize_t
(
*
write
)
(
struct
bt_mesh_conn
*
conn
,
adapter.h:576
if
(
attr
!=
NULL
&&
attr
->
write
!=
NULL
)
{
adapter.c:604
bt_mesh_bta_gatts_cb()
if
(
(
len
=
attr
->
write
(
&
bt_mesh_gatts_conn
[
index
]
,
attr
,
adapter.c:605
bt_mesh_bta_gatts_cb()
BLE_MESH_GATT_DESCRIPTOR
(
BLE_MESH_UUID_MESH_PROV_DATA_IN
,
BLE_MESH_GATT_PERM_WRITE
,
proxy_server.c:985
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
BLE_MESH_GATT_DESCRIPTOR
(
BLE_MESH_UUID_MESH_PROXY_DATA_IN
,
BLE_MESH_GATT_PERM_WRITE
,
proxy_server.c:1142
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
bt_mesh_gatt_attr::write
is called by 1 function:
bt_mesh_bta_gatts_cb()
All items filtered out
bt_mesh_gatt_attr::write
All items filtered out
Data Use
from
examples
bt_mesh_gatt_attr::write
is read by 1 function:
All items filtered out
bt_mesh_gatt_attr::write
bt_mesh_bta_gatts_cb()
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