Questions tagged [32feet]

32feet.NET is a shared-source project to make personal area networking technologies such as Bluetooth, Infrared (IrDA) and more, easily accessible from .NET code.

32feet.NET is a shared-source project to make personal area networking technologies such as Bluetooth, Infrared (IrDA) and more, easily accessible from .NET code.

See http://32feet.codeplex.com/

149 questions
0
votes
1 answer

Detect Bluetooth Device when Disconnected InTheHand.Net Library

I have paired and connected Bluetooth device with C# application which is working fine but I need to detect when even device is out of range or disconnected. I have found Connected Property of BluetoothClient class but that doesn't becomes false…
Khan Engineer
  • 408
  • 5
  • 23
0
votes
0 answers

32 Feet.net Pair Without a pin

Does anyone know how to pair to a device without a pin in 32 feet? bool isPaired = BluetoothSecurity.PairRequest(device.DeviceAddress, pin); I have disabled pin or pass entry on the bluetooth module im using and windows pairs fine with it. I…
noone392
  • 1,624
  • 3
  • 18
  • 30
0
votes
1 answer

How do you detect a bluetooth hardware disconnect using the 32feet libraries?

Our hardware is behaving normally. Paired, sending receiving using a data socket, no issues with initialization or performance. Rarely, the bluetooth hardware will disconnect. We don't have the ability to poll the connection and so we require a…
crewex
  • 21
  • 4
0
votes
1 answer

Bluetooth SerialPort vs ObexFileTransfer

Good afternoon . I'm working on a application that is suppose to transfer files from Computer to a Smartphone through Bluetooth but the pairing isn't working how i expected. Pairing with 32feets Library : BluetoothEndPoint remoteEndPoint = new…
ATudor
  • 91
  • 9
0
votes
0 answers

Bluetooth transmission

I'm trying to make an program that send a file to a mobile device encrypted, and the device will get it in another program and decrypt it. So far I've done the bluetooth connection: private void Connect() { using (SelectBluetoothDeviceDialog…
Spoukey
  • 15
  • 6
0
votes
1 answer

Find 32Feet BluetoothAddress of local Bluetooth adapter in C#

I am trying to use code sample for my case from Pair bluetooth devices to a computer with 32feet .NET Bluetooth library In this, xmashallax have mentioned local mac address. To get local address I am trying this- public static BluetoothAddress…
Bit_Pulse
  • 336
  • 1
  • 2
  • 16
0
votes
1 answer

32feet Bluetooth API - Holding connection

Our goal is C# project that reads the whole stream of a blood pressure measurement device with bluetooth. We are able to start the connection, retrieving some data packets successfully but always losing the connection to the device after ~ 5…
MavidDeyers
  • 180
  • 1
  • 14
0
votes
1 answer

How can I copy multiple files via Bluetooth OBEX and 32feet?

What I want to achieve: Write a VB.NET program that grabs a folder structure on my Windows 8 and copies the structure to a base directory on my Samsung Galaxy S6 via Bluetooth. I am using 32feet by alanjmcf - Thanks for providing this wonderful…
0
votes
1 answer

How to read bluetooth data from Windows CE to bluetooth Device

I have a Windows Mobile/CE 6 device that needs to read RFID data from a bluetooth RFID wand in a custom .NET 3.5 CF application. Tried many different solutions and trying to make 32Feet's InTheHand bluetooth library work. I can get the device to…
Zacho
  • 831
  • 11
  • 19
0
votes
1 answer

vb.net 32feet.net copy file from Windows to Android

This is for all who know the ins and outs of bluetooth programming using 32feet.net / InTheHand I'm coding under Windows 8 on a PC in vb.net 2008 using 32feet.net 3.5.0.3's InTheHand.Net.Personal.dll My goal: Connect my PC via Bluetooth to my…
0
votes
1 answer

BluetoothListener.AcceptBluetooth client blocks in 32Feet windows 7

We are creating application to communicat external device with windows PC (here we are using windows 7), in PC we are using bluetooth dongle. when we tried to discover and pair device it was successfull in windows PC. But in code side we are trying…
Vikram Bose
  • 3,197
  • 2
  • 16
  • 33
0
votes
0 answers

Unable to convert byte bluetooth byte array data to real value

I am using a bluetooth app on the android call BlueBotPro. I can successfully connect it to my app on a pc and pass data back and forth. (I am using the 32feet lib for bluetooth) However, I am having an issue putting the byte array into a readable…
markblue777
  • 829
  • 3
  • 13
  • 28
0
votes
2 answers

Stream audio from device to computer (Windows 10) via bluetooth & 32feet lib

I would like stream audio from a smartphone-device to the computerspeakers(Windows 10) So far, I can make a connection between the two devices with the Bluetooth headset-service. Whilst the sound on the smartphone is muted because of the active…
Jomme
  • 1,256
  • 4
  • 14
  • 26
0
votes
1 answer

32feet.NET not reconnecting after going to suspend on an MS Surface 2 tablet

I'm using a BluetoothClient on a background thread to poll for a BT client and connect once there. My thread's code looks something like this: while (true) { try { using (var client = new BluetoothClient {…
Mav
  • 60
  • 6
0
votes
0 answers

32feet library application doesn't work on Windows XP, why?

I've written an application using 32feet library. It works on Windows 7,8,10. I can find my device, connect to it, send and receive data, but the application doesn't work on Windows XP. It can't find any bluetooth devices. I need to get it working…
Sergey
  • 103
  • 1
  • 2
  • 9