blecent sample
blecent_on_custom_write()
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_write()
blecent_on_custom_write() function
Application Callback. Called when the custom subscribable characteristic in the remote GATT server is written to. Client has previously subscribed to this characeteristic, so expect a notification from the server.
Syntax
Show:
Summary
Declaration
from
main.c:103
static
int
blecent_on_custom_write
(
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