Skip to content

Instantly share code, notes, and snippets.

View Mayoogh's full-sized avatar
:octocat:
Focusing

Mayoogh Girish Mayoogh

:octocat:
Focusing
View GitHub Profile
package com.gorrotowi.btsendreceive;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothSocket;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.v7.app.AppCompatActivity;