
Android Bluetooth
dragonawu
这个作者很懒,什么都没留下…
展开
-
笔记之Android Bluetooth Input 连接流程小记
1. 当用户在setting的bluetooth device list中选择了input设备后会触发起所有profile的connect操作,input设备在Setting中叫做HidProfile.java.值得我们注意的是Android的BluetoothInputDevice是通过getProfileProxy的方法取得的,这点并不同于HFP或HSP.2. Hi原创 2013-05-13 19:40:02 · 2082 阅读 · 0 评论 -
笔记之Android Bluetooth OOP 传送文件流程小记
1. BluetoothOppLauncherActivity 保存发送文件信息并调用BluetoothDevicePicker选择设备2. BluetoothDevicePicker当用户选择完成后会发送ACTION_DEVICE_SELECTED action给BluetoothOppReceiver3. BluetoothOppReceiver从Intent中获取EX原创 2013-05-09 11:02:54 · 1547 阅读 · 0 评论