代码搜索结果
找到约 4,983 项符合
Bluetooth 的代码
bluetooth.h
#ifndef bluetooth_h
#define bluetooth_h
void BlueToothInit(void);
void BlueToothMain(void);
#endif
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
bluetooth.mdl
Model {
Name "bluetooth"
Version 4.00
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions on
ShowPortDataTypes off
ShowStorageClas
bluetooth.mdl
Model {
Name "bluetooth"
Version 6.1
MdlSubVersion 0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModelV
bluetooth.cs
#region Using directives
using System;
using System.Text;
using System.Runtime.InteropServices;
using System.Net.Sockets;
#endregion
namespace BluetoothEgova {
[Flags]
internal e
bluetooth.h
/*
* Copyright (c) 2006 Paolo Abeni (Italy)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following
bluetooth.jad
MIDlet-Version: 1.0.0
MIDlet-Vendor: Midlet Suite Vendor
MIDlet-Jar-URL: BlueTooth.jar
MicroEdition-Configuration: CLDC-1.1
MicroEdition-Profile: MIDP-2.0
MIDlet-1: New Midlet,,StupidBTMIDlet
MI