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