代码搜索:BlueTooth
找到约 4,983 项符合「BlueTooth」的源代码
代码结果 4,983
www.eeworm.com/read/242795/12985406
h bluetooth.h
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky
* Copyright (C) 2002-200
www.eeworm.com/read/242795/12985450
c bluetooth.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky
* Copyright (C) 2002-200
www.eeworm.com/read/328469/13025845
lst bluetooth.lst
C51 COMPILER V7.08 BLUETOOTH 04/06/2008 23:24:43 PAGE 1
C51 COMPILER V7.08, COMPILATION OF MODULE BLUETOOTH
OBJECT MODULE PLACED
www.eeworm.com/read/328469/13026018
obj bluetooth.obj
www.eeworm.com/read/328469/13026032
h bluetooth.h
#ifndef bluetooth_h
#define bluetooth_h
void BlueToothInit(void);
void BlueToothMain(void);
#endif
www.eeworm.com/read/328469/13026121
c bluetooth.c
#include
#include "global.h"
#include "io.h"
#include "serial.h"
#include "timer.h"
#include "bluetooth.h"
void BlueToothInit(void)
{
putstring1("\r\n");
putstring1("B
www.eeworm.com/read/324743/13247846
h bluetooth.h
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky
* Copyright (C) 2002-200
www.eeworm.com/read/324743/13247866
c bluetooth.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky
* Copyright (C) 2002-200
www.eeworm.com/read/238936/13314186
cs bluetooth.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
namespace HTSoftware.Mobile
{
public delegate void LookupDeviceEventHandler(object
www.eeworm.com/read/137485/13320450