Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Bluesoleil SDK usage

Bluesoleil SDK usage

Scheduled Pinned Locked Moved C / C++ / MFC
jsonhelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sunshine Always
    wrote on last edited by
    #1

    Hi, I am using Bluesoleil sdk to get the information from a nokia phone on pc and also use the phone's services on pc. I need to get the battery level and signal strength from the phone and display on my gui. The sdk provides an api Btsdk_VendorCommand for this. It uses a structure called BtsdkVendorCmdStru. typedef struct _BtSdkVendorCmdStru { BTUINT16 ocf; BTUINT8 param_len; BTUINT8 param[1]; } BtSdkVendorCmdStru, *PBtSdkVendorCmdStru; The structure BtSdkVendorCmdStru contains information about a vendor specific command . Ocf Specifies the OpCode Command Field value of this vendor specific command. param_len Specifies the size in bytes of the content in the buffer pointer by the param element. Param Pointer to the buffer containing the command parameters. I need some help as to what value should be passed to each of the members in the structure. any help would be great... Thanks in advance.

    S 1 Reply Last reply
    0
    • S Sunshine Always

      Hi, I am using Bluesoleil sdk to get the information from a nokia phone on pc and also use the phone's services on pc. I need to get the battery level and signal strength from the phone and display on my gui. The sdk provides an api Btsdk_VendorCommand for this. It uses a structure called BtsdkVendorCmdStru. typedef struct _BtSdkVendorCmdStru { BTUINT16 ocf; BTUINT8 param_len; BTUINT8 param[1]; } BtSdkVendorCmdStru, *PBtSdkVendorCmdStru; The structure BtSdkVendorCmdStru contains information about a vendor specific command . Ocf Specifies the OpCode Command Field value of this vendor specific command. param_len Specifies the size in bytes of the content in the buffer pointer by the param element. Param Pointer to the buffer containing the command parameters. I need some help as to what value should be passed to each of the members in the structure. any help would be great... Thanks in advance.

      S Offline
      S Offline
      SandipG
      wrote on last edited by
      #2

      Did you try to use AT commands directly??

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups