ble_gattc_indicate_custom

int
ble_gattc_indicate_custom(
          uint16_t  conn_handle,
          uint16_t  chr_val_handle,
    struct os_mbuf *txom
)

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.
txomThe data to include in the indication.

Returned values

ValueCondition
0Success.
Core return codeUnexpected error.