Share via


BthAGPhoneExtEvent (Windows CE 5.0)

Send Feedback

This function is called by the Audio Gateway (AG) service when the specified event occurs on the Bluetooth device.

void BthAGPhoneExtEvent(  DWORD dwEvent,  DWORD dwParam,
  VOID* pvParam2
);

Parameters

  • dwEvent
    [in] Specifies the event that occurred, such as change in speaker or microphone volume on the Bluetooth device. The following table shows the possible flag values:
    Flag options Description
    AG_PHONE_EVENT_VOICE_RECOG Voice recognition notification.
    AG_PHONE_EVENT_SPEAKER_VOLUME Speaker volume notification.
    AG_PHONE_EVENT_MIC_VOLUME Microphone volume notification.
    AG_PHONE_EVENT_BT_CTRL Bluetooth service level connection notification.
    AG_PHONE_EVENT_BT_AUDIO Bluetooth audio connection notification.
  • dwParam
    [in] Specifies the parameter associated with the event, such the speaker or the microphone volume.
  • pvParam2
    Reserved.

Return Values

None.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Btagpub.h.
Link Library: Btagsvc_phoneext.lib.

See Also

Phone-Extension Component

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.