代码搜索结果
找到约 4,983 项符合
Bluetooth 的代码
wirelessdev.cpp
typedef enum _DEVTYPE
{
DEV_WIFI = 1,
DEV_PHONE,
DEV_BLUETOOTH,
} DEVTYPE;
struct RDD
{
RDD() : pszDeviceName(NULL), pNext(NULL), pszDisplayName(NULL) {}
~RDD() { LocalFree(
btsdio.c
/*
*
* Generic Bluetooth SDIO driver
*
* Copyright (C) 2007 Cambridge Silicon Radio Ltd.
* Copyright (C) 2007 Marcel Holtmann
*
*
* This program is free software; y
serverthread.java
package example.chat;
import javax.bluetooth.LocalDevice;
import javax.microedition.io.Connector;
import javax.microedition.io.StreamConnectionNotifier;
/**
* A class that acts as a server t
serverthread.java
package example.chat;
import javax.bluetooth.LocalDevice;
import javax.microedition.io.Connector;
import javax.microedition.io.StreamConnectionNotifier;
/**
* A class that acts as a server t
sbcdec.c
/*
*
* Bluetooth low-complexity, subband codec (SBC) decoder
*
* Copyright (C) 2004-2007 Marcel Holtmann
*
*
* This program is free software; you can redistribute it a
sbcenc.c
/*
*
* Bluetooth low-complexity, subband codec (SBC) encoder
*
* Copyright (C) 2004-2007 Marcel Holtmann
*
*
* This program is free software; you can redistribute it a
sbcinfo.c
/*
*
* Bluetooth low-complexity, subband codec (SBC) library
*
* Copyright (C) 2004-2007 Marcel Holtmann
*
*
* This program is free software; you can redistribute it a
rfcomm.h
/*
RFCOMM implementation for Linux Bluetooth stack (BlueZ).
Copyright (C) 2002 Maxim Krasnyansky
Copyright (C) 2002 Marcel Holtmann
This program
tty.c
/*
RFCOMM implementation for Linux Bluetooth stack (BlueZ).
Copyright (C) 2002 Maxim Krasnyansky
Copyright (C) 2002 Marcel Holtmann
This program
sock.c
/*
RFCOMM implementation for Linux Bluetooth stack (BlueZ).
Copyright (C) 2002 Maxim Krasnyansky
Copyright (C) 2002 Marcel Holtmann
This program