ESP-IDF
+
0
/1 examples
SourceVu will show references to
ble_gatts_indicate_custom()
from the following samples and libraries:
blecsc 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
ESP-IDF
ble_gatts_indicate_custom()
ble_gatts_indicate_custom() function
Sends a "free-form" characteristic indication. The provided mbuf contains the indication payload. This function consumes the supplied mbuf regardless of the outcome.
Syntax
Show:
Summary
Declaration
Definition
from
ble_gatt.h:931
int
ble_gatts_indicate_custom
(
uint16_t
conn_handle
,
uint16_t
chr_val_handle
,
struct
os_mbuf
*
txom
)
;
Implemented in
ble_gattc.c:4859
Arguments
Argument
Description
conn_handle
The connection over which to execute the procedure.
chr_val_handle
The value attribute handle of the characteristic to include in the outgoing indication.
txom
The data to include in the indication.
Return value
0 on success; nonzero on failure.
Examples
ble_gatts_indicate_custom()
is referenced by 1 libraries and example projects:
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