Top "Rfcomm" questions

Radio frequency communication - the Bluetooth protocol.

RFCOMM based bluetooth communication between two android devices

For some requirement analysis I want to test a RFCOMM based bluetooth communication between two android devices. I need to …

android bluetooth rfcomm
BlueZ on i.MX25 : Can't connect RFCOMM socket: Operation now in progress

I'm trying to connect to a bluetooth device on embedded linux. BlueZ version is 4.101. Local bluetooth adapter is an USB …

linux bluetooth embedded-linux bluez rfcomm
RFCOMM without pairing using PyBluez on Debian?

I am trying to create an RFCOMM server process with Python that can be used without the need for pairing. …

python bluetooth rfcomm bluez
Android Bluetooth Serial RFCOMM low baud rate / slow transmission

I'm working on an Android Bluetooth project to send and receive data from a custom made hardware. I used Bluetooth …

java android bluetooth connectivity rfcomm
Check for successful connection using rfcomm

I am trying to connect my phone to my RaspberryPi using a blue tooth dongle (not trying to do anything …

bluetooth raspberry-pi wireless rfcomm dongle
How to create an Android RFCOMM socket without any input from the user?

Here's the scenario: I need to write an application for Android to create a RFCOMM socket to a PC with …

android bluetooth java-native-interface android-ndk rfcomm
Bluetooth RFCOMM connection couldn't be established consecutively on Android 4.2

I have an application which talks to a custom device through RFCOMM via Bluetooth. The communication code is based on …

android bluetooth rfcomm
Can't create RFCOMM TTY: Address already in use

I listen for a Bluetooth connection in my server doing: rfcomm listen rfcomm1 1 Then I connect with my Bluetooth client …

linux bluetooth tty bluez rfcomm
Android Bluetooth Chat sample app - multiple connections

Is it possible to set up the Android Bluetooth Chat sample app to connect more than one person at a …

android bluetooth sample rfcomm
Data Transmisison error using SPP over Bluetooth on Android

I've been having an issue with data integrity using an RFCOMM socket over Bluetooth in Android. I don't have any …

android bluetooth rfcomm