connectivity-samples icon indicating copy to clipboard operation
connectivity-samples copied to clipboard

Multiple samples showing the best practices in connectivity on Android.

Results 137 connectivity-samples issues
Sort by recently updated
recently updated
newest added

This Project sample is not working , team must work on it for all devices this may work on old devices but not working in Android 12 popping up the...

Hello I have downloaded the code of this repository, and i cannot read the characteristics.The dispositive is disconecting and not read the dispositives.I am developing a application to this propose,...

Bluetooth

Hi, this topic is new for me and I have some doubts. Please help me!!! I download the project and I run BluetoothLeGatt in a Samsung S10+, but when the...

Hi, I have had a problem with mBtAdapter = BluetoothAdapter.getDefaultAdapter() in trying to implement Bluetooth in Kotlin. So I worked through all the https://developer.android.com/guide/topics/connectivity/bluetooth stuff to use the replacement Bluetooth...

For a project I want to read out a BLE characteristic every 'x' ms. Does anyone has an idea where and how I have to implement this in the bluetoothlegatt...

Google has published the WifiRttLocator, WifiNanScan and WifiRttScan example apps on the google play store, but this repository only has source code for the WifiRttScan app - can you add...

Sending a small file is going through well, but sending large files like music files is not going at all. The byte is not sending correctly. Here is my code...

I was mystified by scans which appeared to be running but found no devices. There were no error messages or requests for permissions. I eventually added ``` ``` to the...

I want to connect to a bluetooth device for serial communication. I want to scan a device and pair automatically by hardcoding the pin (if not paired already). I added...