ble_gattc_notify_custom

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

Description

Sends a “free-form” characteristic notification. This function consumes the supplied mbuf regardless of the outcome.

Parameters

ParameterDescription
conn_handleThe connection over which to execute the procedure.
chr_val_handleThe attribute handle to indicate in the outgoing notification.
txomThe value to write to the characteristic.

Returned values

ValueCondition
0Success.
Core return codeUnexpected error.