BthAGATHandler (Windows Embedded CE 6.0)
1/6/2010
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 OS Functions
Bluetooth Application Development Functions