代码搜索结果
找到约 4,775 项符合
Bluetooth 的代码
baseband.txt
2.3 Channel Control
2.3.1 Controller States
Bluetooth controller operates in two major states: Standby and Connection . There are seven substates which are used to add slaves or make connectio
btwusb.inf
;
; WIDCOMM Bluetooth USB Device Installation Script
; for Windows 2000 and XP
;
; Copyright (c) 2000-2004, WIDCOMM Inc.
;
[Version]
signature="$WINDOWS NT$"
Class=BTW
ClassGUID={95C7A0A0-3
bluetooth.nc
/*
* Copyright (c) 2007, Intel Corporation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll
entries
/Bluetooth.nc/1.1/Fri Sep 4 18:02:02 2009//
/RovingNetworks.h/1.1/Fri Sep 4 18:02:02 2009//
/RovingNetworksC.nc/1.1/Fri Sep 4 18:02:02 2009//
/RovingNetworksP.nc/1.1/Fri Sep 4 18:02:02 2009//
repository
tinyos-2.x/tos/platforms/shimmer/chips/bluetooth
entries.extra
/Bluetooth.nc////
/RovingNetworks.h////
/RovingNetworksC.nc////
/RovingNetworksP.nc////
connectthread.java
/**
*
*/
package com.himi;
import java.io.IOException;
import java.io.InputStream;
import java.util.UUID;
import android.bluetooth.BluetoothDevice;
import android.util.Log;
import andr
mainactivity.java
package com.himi;
import android.app.Activity;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothSocket;
import android.content.Br