• 大小: 0.05M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-24
  • 语言: Java
  • 标签: Android  扫描  蓝牙  

资源简介

android 蓝牙 扫描 连接 实例源码下载

资源截图

代码片段和文件信息

/*
 * Copyright (C) 2013 The Android Open Source Project
 *
 * Licensed under the Apache License Version 2.0 (the “License“);
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing software
 * distributed under the License is distributed on an “AS IS“ BASIS
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

package com.example.bluetooth.le;

import android.app.Service;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.Blueto

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2118  2014-05-13 14:17  AndroidManifest.xml
     目录           0  2014-05-13 15:08  res\
     目录           0  2014-05-13 15:08  res\drawable-hdpi\
     文件        5170  2014-05-13 14:17  res\drawable-hdpi\ic_launcher.png
     目录           0  2014-05-13 15:08  res\drawable-mdpi\
     文件        3025  2014-05-13 14:17  res\drawable-mdpi\ic_launcher.png
     目录           0  2014-05-13 15:08  res\drawable-xhdpi\
     文件        7227  2014-05-13 14:17  res\drawable-xhdpi\ic_launcher.png
     目录           0  2014-05-13 15:08  res\drawable-xxhdpi\
     文件       12800  2014-05-13 14:17  res\drawable-xxhdpi\ic_launcher.png
     目录           0  2014-05-13 15:08  res\layout\
     文件         942  2014-05-13 14:17  res\layout\actionbar_indeterminate_progress.xml
     文件        3389  2014-05-13 14:17  res\layout\gatt_services_characteristics.xml
     文件        1266  2014-05-13 14:17  res\layout\listitem_device.xml
     目录           0  2014-05-13 15:08  res\menu\
     文件        1265  2014-05-13 14:17  res\menu\gatt_services.xml
     文件        1247  2014-05-13 14:17  res\menu\main.xml
     目录           0  2014-05-13 15:08  res\values\
     文件        1662  2014-05-13 14:17  res\values\strings.xml
     目录           0  2014-05-13 15:08  src\
     目录           0  2014-05-13 15:08  src\com\
     目录           0  2014-05-13 15:08  src\com\example\
     目录           0  2014-05-13 15:08  src\com\example\bluetooth\
     目录           0  2014-05-13 15:08  src\com\example\bluetooth\le\
     文件       12913  2014-05-13 14:17  src\com\example\bluetooth\le\BluetoothLeService.java
     文件       13725  2014-05-13 14:17  src\com\example\bluetooth\le\DeviceControlActivity.java
     文件        9275  2014-05-13 14:17  src\com\example\bluetooth\le\DeviceScanActivity.java
     文件        1677  2014-05-13 14:17  src\com\example\bluetooth\le\SampleGattAttributes.java

评论

共有 条评论