登录
首页 » Android » 蓝牙寻找

蓝牙寻找

于 2022-03-17 发布 文件大小:63.35 kB
0 60
下载积分: 2 下载次数: 1

代码说明:

1.使用registerReceiver注册BroadcastReceiver来获取蓝牙状态、搜索设备等消息;2.使用BlueAdatper的搜索;3.在BroadcastReceiver的onReceive()里取得搜索所得的蓝牙设备信息(如名称,MAC,RSSI);4.通过设备的MAC地址来建立一个BluetoothDevice对象;5.由BluetoothDevice衍生出BluetoothSocket,准备SOCKET来读写设备;6.通过BluetoothSocket的createRfcommSocketToServiceRecord()方法来选择连接的协议/服务,这里用的是SPP(UUID:00001101-0000-1000-8000-00805F9B34FB);7.Connect之后(如果还没配对则系统自动提示),使用BluetoothSocket的getInputStream()和getOutputStream()来读写蓝牙设备。 

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 星星投票组件及前台功能展现android源代码
    星星投票组件及前台功能展现android源代码,类似现在很多网站上的投票功能,淘宝购物上面有,点击星星会变色,本源码主要实现这一功能,当然若需要投票成功,还需要数据库支持。部分代码如下所示:   public void onRatingChanged(RatingBar ratingBar, float rating,    boolean fromUser)   {    smallRatingBar.setRating(rating);    indicatorRatingBar.setRating(rating);    if (ratingBar.getId() == R.id.ratingbar1)    textView.setText("ratingbar1的分数:" + rating);    else    textView.setText("ratingbar2的分数:" + rating);   }
    2022-06-13 05:38:43下载
    积分:1
  • GifViewDemo
    自定义播放gif格式的图片功能,该项目实现了Android自定义播放gif格式的图片,可以通过点击点击屏幕控制动画播放,希望能够帮到学习android开发的朋友。(Custom playback functions in GIF format pictures, the project realized Android custom play GIF format images, can through the click click the screen to control the animation playback, I hope to be able to help friends to learn Android development.)
    2016-06-17 10:33:14下载
    积分:1
  • android 瀑布流、图片墙、图片缩放
    android 瀑布流、图片墙、图片缩放
    2015-06-08下载
    积分:1
  • The-Android-100-problem-sets
    Android&架構&敏捷_高煥堂100問題集_Part_A_ok 进程,线程,JNI,IPC基础(The Android& Architecture & agile _ Gao Huantang 100 problem sets _Part_A_ok)
    2014-07-02 16:22:23下载
    积分:1
  • 蓝牙4.0ble封装库FastBle的使用demo
    蓝牙4.0ble封装库FastBle的使用demo ,实现发送消息,订阅通知  读取蓝牙信息等等。
    2022-04-29 15:26:39下载
    积分:1
  • android 室内定位 源码下载(蓝牙定位)
    android 室内定位 源码下载(蓝牙定位)
    2016-09-29下载
    积分:1
  • ViewPager视差效果
    应用背景用于一些首页欢迎页面的视差滚动效果,和一些自定义桌面的视差滚动关键技术对ViewPager的滚动事件进行处理,对手势的处理,在滚动监听的处理上进行自定义
    2023-03-30 22:00:03下载
    积分:1
  • Plane_war_game
    基于android的飞机大战游戏,不过不能触屏控制,只能通过DAPD板控制上下左右,对初学者有用(Plane war game based on android, but can t touch screen control, only through DAPD board to control the up and down or so, useful for beginners)
    2013-12-07 21:49:44下载
    积分:1
  • 移动GPS定位
    利用androids studio2.1平台,实现获取经纬度坐标和海拔高度
    2022-08-26 12:30:24下载
    积分:1
  • Findmybuddy-2015-05-09
    Find my Buddy is an android project where a person can track his friend’s location using Global Positioning System (GPS). It is implemented using android API packages.
    2015-05-10 08:46:03下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 29今日下载