代码搜索结果
找到约 4,775 项符合
Bluetooth 的代码
makefile.am
lib_LTLIBRARIES = libbluetooth.la
libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c
libbluetooth_la_LDFLAGS = -version-info 10:5:8
INCLUDES = -I$(top_builddir)/include
MAINTAINERCLEANFILES = Makef
bluetooth.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky
* Copyright (C) 2002-200
bluez.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: BlueZ
Description: Bluetooth protocol stack for Linux
Version: @VERSION@
Requires:
Libs: -L${libdir} -lblueto
readme.txt
Bluetooth Headset Audio Gateway
-------------------------------
The following file describes how to use the Bluetooth Headset Audio Gateway.
Step 1 - Build the components
--> Ensure you ha
btsocket.h
#ifndef _BTSOCKET_H_
#define _BTSOCKET_H_
#include
#include
#include
#include
#include
#include "btdefin
readme.txt
Code Sample Name: BtSearch
Feature Area: Communications
Description:
This sample provides an implementation of simple Bluetooth device discovery
via the Winsock 2 API. It provides
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
gps_gsm00.lnp
"main.obj",
"util.obj",
"serial.obj",
"gps.obj",
"timer.obj",
"bluetooth.obj"
TO "GPS_GSM00"
RAMSIZE(256)
readme
BlueZ - Bluetooth protocol stack for Linux
******************************************
Copyright (C) 2000-2001 Qualcomm Incorporated
Copyright (C) 2002-2003 Maxim Krasnyansky
Cop
makefile.am
includedir = @includedir@/bluetooth
include_HEADERS = \
bluetooth.h hci.h hci_lib.h sco.h l2cap.h \
sdp.h sdp_lib.h rfcomm.h bnep.h cmtp.h hidp.h
MAINTAINERCLEANFILES = Makefile.in
all-local:
@