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

  • 相关阅读:
    SQL Server2008中删除重复记录
    Php环境在Windows (server 2003) 服务器部署标准 白丁简明版
    国外服务器鸟文windows,时间12小时制,如何改成24小时呢?我来告诉你
    将Capicom调用代码封装到ActiveX——解决javascript调Capicom读取数字证书信息时,IE弹出安全提示的问题
    Linq处理List数据
    C#将窗口最小化到系统托盘,并显示图标和快捷菜单
    C# 将程序添加到启动项 (写入注册表),及从启动项中删除
    C#中string[]数组和list<string>泛型的相互转换
    IIS7.5部署ASP.NET失败
    IIS 7.5版本中一些诡异问题的解决方案
  • 原文地址:https://www.cnblogs.com/iamgoodman/p/4586872.html
Copyright © 2011-2022 走看看