代码搜索结果
找到约 4,983 项符合
Bluetooth 的代码
bluetooth.h
#pragma once
/*
蓝牙封装类
注意:
1、在InitInstance()函数中调用 WSADATA wsd; WSAStartup (MAKEWORD(2,2), &wsd);
*/
/***************************************************************************************
bluetooth.cpp
#include "StdAfx.h"
#include "BlueTooth.h"
CBlueTooth::CBlueTooth(void)
{
m_Ary_RemoteBthDevInfo.SetSize ( 0, 10*sizeof(BLUETOOTH_DEVICE_INFO) );
m_Ary_LocalRadioInfo.SetSize ( 0, 10*sizeof(t
bluetooth.h
#pragma once
/*
蓝牙封装类
注意:
1、在InitInstance()函数中调用 WSADATA wsd; WSAStartup (MAKEWORD(2,2), &wsd);
*/
/***************************************************************************************
bluetooth.cpp
#include "StdAfx.h"
#include "BlueTooth.h"
CBlueTooth::CBlueTooth(void)
{
m_Ary_RemoteBthDevInfo.SetSize ( 0, 10*sizeof(BLUETOOTH_DEVICE_INFO) );
m_Ary_LocalRadioInfo.SetSize ( 0, 10*sizeof(t
bluetooth.c
/*
* bluetooth.c Version 0.12
*
* Copyright (c) 2000, 2001 Greg Kroah-Hartman
* Copyright (c) 2000 Mark Douglas Corner
*
* USB Bluetooth driver, based on t
bluetooth.h
/*
BlueZ - Bluetooth protocol stack for Linux
Copyright (C) 2000-2001 Qualcomm Incorporated
Written 2000,2001 by Maxim Krasnyansky
This program is free software; you
bluetooth.h
#undef CONFIG_USB_BLUETOOTH
bluetooth.h
/*
BlueZ - Bluetooth protocol stack for Linux
Copyright (C) 2000-2001 Qualcomm Incorporated
Written 2000,2001 by Maxim Krasnyansky
This program is free software; you
bluetooth.c
/*
* bluetooth.c -- Linux kernel integration code for bluetooth stack
*
* Copyright (C) 2000, 2001 Axis Communications AB
*
* Author: Mattias Agren
*
* This program is
bluetooth.h
/*
* bluetooth.h -- Linux kernel integration code for bluetooth stack
*
* Copyright (C) 2000, 2001 Axis Communications AB
*
* Author: Mattias Agren
*
* This program is