ble_gattc_indicate

int
ble_gattc_indicate(
    uint16_t conn_handle,
    uint16_t chr_val_handle
)

Description

Sends a characteristic indication. The content of the message is read from the specified characteristic.

Parameters

ParameterDescription
conn_handleThe connection over which to execute the procedure.
chr_val_handleThe value attribute handle of the characteristic to include in the outgoing indication.

Returned values

ValueCondition
0Success.
Core return codeUnexpected error.