BthAGNetworkTransmitDTMF (Compact 2013)

3/26/2014

This function is called by the Audio Gateway service to send the specified Dual-Tone Multi-Frequency (DTMF) codes.

Syntax

DWORD BthAGNetworkTransmitDTMF(
  LPSTR pszDTMF
);

Parameters

  • pszDTMF
    [in] Points to a null-terminated string that contains the DTMF codes.

Return Value

If the function call succeeds, the return value is ERROR_SUCCESS. Any other value indicates a failure.

Remarks

BthAGNetworkTransmitDTMF returns synchronously.

Requirements

Header

btagpub.h

Library

Btagsvc_network.lib

See Also

Reference

Bluetooth AG Service Functions