• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. S

    Get address of connected device bluetooth

    I'm working on an application to send data over bluetooth to the connected device. For reference, I copied code from the Google sample, and I have this code: package in.justrobotics.jrbluetoothcontrol; import android.Manifest; import android.bluetooth.BluetoothAdapter; import...