blecent sample
blecent_on_custom_read()
is only used within blecent sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
blecent sample
blecent_on_custom_read()
blecent_on_custom_read() function
Application Callback. Called when the custom subscribable chatacteristic in the remote GATT server is read. Expect to get the recently written data.
Syntax
Show:
Summary
Declaration
from
main.c:79
static
int
blecent_on_custom_read
(
uint16_t
conn_handle
,
const
struct
ble_gatt_error
*
error
,
struct
ble_gatt_attr
*
attr
,
void
*
arg
)
;
Arguments
Argument
conn_handle
error
attr
arg
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