[][src]Function openthread_sys::otPlatBleGattServerOnIndicationConfirmation

pub unsafe extern "C" fn otPlatBleGattServerOnIndicationConfirmation(
    aInstance: *mut otInstance,
    aHandle: u16
)

The BLE driver calls this method to notify OpenThread that an ATT Handle Value Confirmation has been received.

This method is called only if @p otPlatBleGattServerIndicate was previously requested.

@note This function shall be used only for GATT Server.

@param[in] aInstance The OpenThread instance structure. @param[in] aHandle The handle on which ATT Handle Value Confirmation has been sent.