android 蓝牙技术 学习记录 二

android 蓝牙连接 关键类

BluetoothDevice--------------------蓝牙设备

BluetoothGattCallback--------------连接回调

BluetoothGatt----------------------gatt

  1. public BluetoothGatt connectGatt(Context context, boolean autoConnect,

BluetoothGattCallback callback) ;

2.public BluetoothGatt connectGatt(Context context, boolean autoConnect,

BluetoothGattCallback callback, int transport) ;

3.public BluetoothGatt connect Gatt(Context context, boolean autoConnect,

BluetoothGattCallback callback, int transport, int phy) ;

4.public BluetoothGatt connectGatt(Context context, boolean autoConnect,

BluetoothGattCallback callback, int transport, int phy,

Handler handler) ;

5.public BluetoothGatt connectGatt(Context context, boolean autoConnect,

BluetoothGattCallback callback, int transport, boolean opportunistic, int phy, Handler handler) ; *

----autoConnect 是否自动连接参数。

----transport 是否低功耗。

-----phy。 物理层;

相关推荐
Bervin121383 小时前
Flutter Android环境的搭建
android·flutter
小陈同学1238 小时前
HFP-Enhanced Call Status & HF Indicators
蓝牙
e***877010 小时前
windows配置永久路由
android·前端·后端
fouryears_2341711 小时前
现代 Android 后台应用读取剪贴板最佳实践
android·前端·flutter·dart
YF021112 小时前
Frida for MacBook/Android 安装配置
android·前端
雨白12 小时前
Android实战:构建高可维护的日志系统
android
茄子凉心13 小时前
android 开机启动App
android·java·开发语言
2501_9371931415 小时前
神马影视 8.8 版源码:4K 播放优化体验测评
android·源码·源代码管理·机顶盒
修炼者17 小时前
Kotlin中的Flow流
android·kotlin
洞见不一样的自己17 小时前
Android studio 编译问题
android