GitXplorerGitXplorer
a

connectivity-samples

public
1679 stars
1321 forks
164 issues

Commits

List of commits on branch main.
Unverified
777517eb2898cd48e139446246808a2106d343cc

Merge branch 'github/main'

committed a year ago
Unverified
c9b9b476b70efee373a37c6185cc098f16210d51

Add migration notice

mmarcelpinto committed a year ago
Unverified
16f3022825dacc791fadb1e2d85b7db02822df65

updated gradle version and moved to kts

ccedricferry committed 2 years ago
Unverified
2b2da3542ee221f9b98af54b64571c1850bdbc83

Updated Copyright and merged changes to let the app determine which config id is used for ranging.

cchinesco committed 2 years ago
Unverified
20d56cc2cf2b4a73763cff12cc702029c55b7421

Let the app determine which config id is used for ranging.

bbobwzy committed 2 years ago
Unverified
5bc21aaa1ba6209df40879b07c273aab6db07630

Updated lib references and regression test verification with uwb:1.0.0.0-alpha04

cchinesco committed 2 years ago

README

The README file for this repository.

Warning Bluetooth samples have been migrated to the new platform-samples repo. Others might follow.

Connectivity Samples Repository

This repository contains a set of individual Android Studio projects to help you get started writing Connectivity apps in Android.

If you find an issue or bug in one of the projects, feel free to file an issue on this repository with the following information:

  • The specific project that pertains to the issue (for example: the 'BluetoothLeGatt' project)
  • Steps to repro the issue, including the API version and Android device model

Example of a good issue: In the BluetoothLeGatt sample, I am unable to see any BLE devices after the initial scan. I ran the sample on a Pixel 2 running API version 28.

Examples of bad issues:

  1. Bluetooth scanning doesn't work.
  2. My app is crashing when I try to send a large file.
  3. How can I support BLE in my app?

Requests for samples related to Android connectivity are also welcome.