hi

in palmos sdk i found such thing
(in file \common\libraries\pmsysgadgetlib\PmSysGadgetLibCommon.h)

/** Bluetooth radio status */
typedef enum
  {
    kIndicatorBtOff       = 0x0700, /**< Bt Radio turned off */
    kIndicatorBtOn,                 /**< Bt radio turned on */
    kIndicatorBtConnectHeadset,     /**< Connected to Headset */
    kIndicatorBtConnectOther,       /**< Connected to other Bt devices */
    kIndicatorBtDUN,                /**< Connected to DUN */
    kIndicatorBtConnectAudio        /**< Connected audio **/
  } PmSysGadgetBtStatusTypeEnum;

but i found no function which would return me thhese bluetooth statuses. is
there any way how to detect all these states?

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to