zoukankan      html  css  js  c++  java
  • WebService

    WebService

    07-14 18:03:37.988  17802-17802/org.nd D/org.nd﹕ Automatically connect
    07-14 18:03:37.988  17802-17802/org.nd D/BluetoothGatt﹕ connect() - device: D8:45:8D:A2:7E:72, auto: true
    07-14 18:03:37.988  17802-17802/org.nd D/BluetoothGatt﹕ registerApp()
    07-14 18:03:37.988  17802-17802/org.nd D/BluetoothGatt﹕ registerApp() - UUID=2a62092b-04b0-43d0-8c31-17ade05921de
    07-14 18:03:37.988  17802-17823/org.nd D/BluetoothGatt﹕ onClientRegistered() - status=0 clientIf=5
    07-14 18:03:37.988  17802-17802/org.nd D/BluetoothLeService﹕ Trying to create a new connection.[auto]
    07-14 18:03:38.028  17802-17815/org.nd D/BluetoothGatt﹕ onClientConnectionState() - status=0 clientIf=5 device=D8:45:8D:A2:7E:72
    07-14 18:03:38.028  17802-17815/org.nd I/BluetoothLeService﹕ Connected to GATT server.
    07-14 18:03:38.028  17802-17815/org.nd D/BluetoothGatt﹕ discoverServices() - device: D8:45:8D:A2:7E:72
    07-14 18:03:38.028  17802-17815/org.nd I/BluetoothLeService﹕ Attempting to start service discovery:true
    07-14 18:03:38.028  17802-17816/org.nd D/BluetoothGatt﹕ onGetService() - Device=D8:45:8D:A2:7E:72 UUID=00001800-0000-1000-8000-00805f9b34fb
    07-14 18:03:38.028  17802-17822/org.nd D/BluetoothGatt﹕ onGetService() - Device=D8:45:8D:A2:7E:72 UUID=00001801-0000-1000-8000-00805f9b34fb
    07-14 18:03:38.028  17802-17823/org.nd D/BluetoothGatt﹕ onGetService() - Device=D8:45:8D:A2:7E:72 UUID=0000180a-0000-1000-8000-00805f9b34fb
    07-14 18:03:38.038  17802-17815/org.nd D/BluetoothGatt﹕ onGetCharacteristic() - Device=D8:45:8D:A2:7E:72 UUID=00002a00-0000-1000-8000-00805f9b34fb
    07-14 18:03:38.038  17802-17822/org.nd D/BluetoothGatt﹕ onGetCharacteristic() - Device=D8:45:8D:A2:7E:72 UUID=00002a01-0000-1000-8000-00805f9b34fb
    07-14 18:03:38.038  17802-17823/org.nd D/BluetoothGatt﹕ onGetCharacteristic() - Device=D8:45:8D:A2:7E:72 UUID=00002a04-0000-1000-8000-00805f9b34fb
    07-14 18:03:38.038  17802-17816/org.nd D/BluetoothGatt﹕ onGetCharacteristic() - Device=D8:45:8D:A2:7E:72 UUID=00002a05-0000-1000-8000-00805f9b34fb
    07-14 18:03:38.038  17802-17815/org.nd D/BluetoothGatt﹕ onGetCharacteristic() - Device=D8:45:8D:A2:7E:72 UUID=00002a29-0000-1000-8000-00805f9b34fb
    07-14 18:03:38.048  17802-17822/org.nd D/BluetoothGatt﹕ onGetDescriptor() - Device=D8:45:8D:A2:7E:72 UUID=00002902-0000-1000-8000-00805f9b34fb
    07-14 18:03:38.048  17802-17823/org.nd D/BluetoothGatt﹕ onSearchComplete() = Device=D8:45:8D:A2:7E:72 Status=0
    07-14 18:03:40.038  17802-17802/org.nd I/Timeline﹕ Timeline: Activity_launch_request id:org.nd time:19158943
    07-14 18:03:40.068  17802-17802/org.nd I/Choreographer﹕ Skipped 121 frames!  The application may be doing too much work on its main thread.

    Difference between getActionBar()  and getSupportedActionbar();

    1,使用SharedPreferences  

    file:///D:/adt-old/sdk/docs/training/basics/data-storage/shared-preferences.html#GetSharedPreferences

    2,BLE retrive known peripherals

    file:///C:/Users/HAO/AppData/Local/Android/Sdk/docs/guide/topics/connectivity/bluetooth-le.html

    this should be usefull; http://toastdroid.com/2014/09/22/android-bluetooth-low-energy-tutorial/

    but its mac;https://developer.apple.com/library/mac/documentation/NetworkingInternetWeb/Conceptual/CoreBluetooth_concepts/BestPracticesForInteractingWithARemotePeripheralDevice/BestPracticesForInteractingWithARemotePeripheralDevice.html

    3, early of today , however , waste a lot of time in SPINNER, file:///C:/Users/HAO/AppData/Local/Android/Sdk/docs/guide/topics/ui/controls/spinner.html

      eventually listview instead.

    4, The great job of today is DB . file:///C:/Users/HAO/AppData/Local/Android/Sdk/docs/guide/topics/data/data-storage.html#pref

  • 相关阅读:
    说说C#的数学类,Math,浮点数(上)
    Activity设置切换动画时黑屏问题的解决
    機器學習基石(Machine Learning Foundations) 机器学习基石 作业四 Q13-20 MATLAB实现
    Hadoop简单介绍
    Hdu 2018 母牛的故事
    object hook实现禁止创建文件
    django 查询如何使用 or
    Python 实现字符串转换成列表 实现str转换list
    django如何修改开发服务器的端口
    如何修改Linux系统的 /etc/ssh/sshd_config 文件 "/etc/ssh/sshd_config" E212: Can't open file for writin
  • 原文地址:https://www.cnblogs.com/iamgoodman/p/4586872.html
Copyright © 2011-2022 走看看