Function otPlatBleGattServerOnIndicationConfirmation

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

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.