代码搜索结果
找到约 4,983 项符合
Bluetooth 的代码
utils.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Microsoft.WindowsMobile.Bluetooth
{
public class Utils
{
public Utils()
{
}
rfcomm_internal.h
/*
* rfcomm_internal.h -- Implementation of Bluetooth RFCOMM with TS 07.10,
* Serial Port Emulation, Internal definitions
*
* Copyright (C) 2000, 2001 Axis Communications AB
rfcomm_internal.h
/*
* rfcomm_internal.h -- Implementation of Bluetooth RFCOMM with TS 07.10,
* Serial Port Emulation, Internal definitions
*
* Copyright (C) 2000, 2001 Axis Communications AB
rfcomm_sec.c
/*
* rfcomm_sec.c -- Implementation of Bluetooth RFCOMM with TS 07.10,
* Serial Port Emulation, security part
*
* Copyright (C) 2000, 2001 Axis Communications AB
*
*
rfcomm_internal.h
/*
* rfcomm_internal.h -- Implementation of Bluetooth RFCOMM with TS 07.10,
* Serial Port Emulation, Internal definitions
*
* Copyright (C) 2000, 2001 Axis Communications AB
nativemethods.cs
using System;
using System.Runtime.InteropServices;
namespace OpenNETCF.Net.Bluetooth
{
internal class NativeMethods
{
private NativeMethods(){}
//Authenticate
[DllImport("Btdrt.
btpairingdlg.h
/*
Filename : BTPairingDlg.h
Part of : Phone Navigator
Description : Declaration of PhoneNavigator's bluetooth pairing dialog
Version : 3.2
This example is only to be used with PC Co
btprogressdlg.h
/*
Filename : BTProgressDlg.h
Part of : Phone Navigator
Description : Declaration of bluetooth device search progress dialog
Version : 3.2
This example is only to be used with PC Con
btprogressdlg.cs
//Filename : BTProgressDlg.cs
//Part of : Phone Navigator C# example
//Description : Dialog for showing progress when searching for Bluetooth devices
//Version : 3.2
//
//This example
btpassworddlg.cs
//Filename : BTPasswordDlg.cs
//Part of : Phone Navigator C# example
//Description : Dialog for asking passkey for Bluetooth devices
//Version : 3.2
//
//This example is only to be use