[][src]Function openthread_sys::otPlatBleGattClientOnWriteResponse

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

The BLE driver calls this method to notify OpenThread that ATT Write Response packet has been received.

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

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

@param[in] aInstance The OpenThread instance structure. @param[in] aHandle The handle on which ATT Write Response has been sent.