BthAGPhoneExtRequest (Compact 2013)

3/26/2014

This function provides phone-related informational events.

Syntax

BOOL BthAGPhoneExtRequest(
    DWORD dwEvent,
   DWORD dwParam,
   VOID *pvParam2
);

Parameters

  • dwEvent
    [in] An event represented by one of the following values:

    • AG_PHONE_EVENT_SET_VOICE_RECOG
    • AG_PHONE_EVENT_SET_SPEAKER_VOLUME
    • AG_PHONE_EVENT_SET_MIC_VOLUME
    • AG_PHONE_EVENT_SET_BT_CTRL
    • AG_PHONE_EVENT_SET_BT_AUDIO
    • AG_PHONE_EVENT_QUERY_SIGNAL_STRENGTH
    • AG_PHONE_EVENT_QUERY_BATT_LEVEL
  • dwParam
    [in] Value associated with a set event.
  • pvParam2
    [out] Points to the value returned by a query event.

Return Value

Returns TRUE on success; otherwise FALSE.

Requirements

Header

btagpub.h

See Also

Reference

Bluetooth AG Service Functions