BthAGATHandler

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This function provides the command handler and is called by the Audio Gateway (AG) service each time an AT command is received from a peer Bluetooth device.

Syntax

BOOL BthAGATHandler (
  LPSTR szCommand, 
  DWORD cbCommand
);

Parameters

  • szCommand
    [in] Pointer to the string that specifies the AT command to handle.
  • cbCommand
    [in] Specifies the length of szCommand in bytes.

Return Value

Returns TRUE if the AT Command Extension Module handles the command, otherwise returns FALSE to use the default handling provided by the AG service.

Requirements

Header Developer Implemented
Library Developer Implemented
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Bluetooth Application Development Functions

Concepts

AT Command Extension Module
Audio Gateway Service