Share via


BthAGATHandler (Compact 2013)

3/26/2014

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

See Also

Reference

Bluetooth AG Service Callbacks
Bluetooth API Management Functions