Results 1 to 5 of 5

Thread: Bluetooth Network Stack support In Android phones

  1. #1
    Join Date
    Nov 2010
    Posts
    388

    Bluetooth Network Stack support In Android phones

    I have been using the Android phones since long and have been using the phone of Dell with lots of android applications in it. I have downloaded the application from the internet that is free of cost. But recently when I was using the Bluetooth an option called the network stack was being displayed to me, and I am just not sure that what the message that is being displayed to me. Please help me out with the details of the Bluetooth Network Stack and also the details of the message that is being displayed out to me.

  2. #2
    Join Date
    Feb 2008
    Posts
    2,180

    Re: Bluetooth Network Stack support In Android phones

    The Android platform is said to be including the support for the network of the Bluetooth in the stack, which will allows a device to exchange data wirelessly with other Bluetooth devices. It is just the message that is being sent using the stack data type and not anything else. The application structure or the framework will provide the access to Bluetooth functionality through use of Android Bluetooth API. The API is said to be the main part in the case of the Bluetooth.

  3. #3
    Join Date
    May 2008
    Posts
    2,442

    Re: Bluetooth Network Stack support In Android phones

    These APIs that will apply the application connect wirelessly to other Bluetooth devices, and it is allowing point to point and multipoint wireless capability. And also you can just check out the details of it:
    • You can just scan the other Bluetooth devices in it.
    • Then you can just take the Query of the local Bluetooth adapter for balancing the Bluetooth devices.
    • You can just set up the RFCOMM channels.
    • And also you can just connect to extra devices through the use of service discovery.
    • And then transferring the data to and fro to other devices can be done in it.
    • And also you can manage the multiple connections through the use of Bluetooth in it.

    See the above is the description of the various uses of the Bluetooth through the use of the name called the Network Stack.

  4. #4
    Join Date
    Nov 2010
    Posts
    368

    Re: Bluetooth Network Stack support In Android phones

    Hey thank you for the information that you have just given, as I was not getting the details of the Network stack in it, and was unable to interpret the message that was being displayed to me in the phone. And also I wanted to get the details of the Bluetooth permission that is being used up in the phone. I have heard that there are certain permissions that can be used by you for the connectivity of the Bluetooth in the phone. Please help me out with the information regarding this. And also list the details of the permissions regarding the Bluetooth.

  5. #5
    Join Date
    Nov 2009
    Posts
    3,017

    Re: Bluetooth Network Stack support In Android phones

    You can just check out the details of the Bluetooth function for the application, and then you must also declare all this things atleast within one of the two licenses of the Bluetooth and BLUETOOTH_ADMIN. And also you must make the permission of the BLUETOOTH for any of the Bluetooth communication, such as the one of the requesting a connection, and then accepting the connection and the data transfer in it. And declare it in the below given coding that will come in the application of the manifest:
    Code:
    <manifest ... >
      <uses-permission android:name="android.permission.BLUETOOTH" />
      ...
    </manifest>
    Check out the details that is being given in it.

Similar Threads

  1. Replies: 4
    Last Post: 30-06-2012, 05:56 PM
  2. Bluetooth stack service
    By steenski in forum Windows Software
    Replies: 7
    Last Post: 06-11-2010, 05:12 PM
  3. Toshiba Bluetooth Stack license
    By Visala28 in forum Vista Hardware Devices
    Replies: 3
    Last Post: 04-11-2009, 03:06 AM
  4. Bluetooth, Changing from Toshiba stack to MS stack
    By LaKisha in forum Vista Hardware Devices
    Replies: 1
    Last Post: 18-10-2007, 11:25 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,263,026.05020 seconds with 17 queries