BthAGATHandler (Windows CE 5.0)
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.
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 Values
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
OS Versions: Windows CE 5.0 and later.
Header: Developer defined.
Link library: Developer defined.
See Also
AT Command Extension Module | Bluetooth Functions | Audio Gateway Service
Send Feedback on this topic to the authors