代码搜索结果

找到约 4,775 项符合 Bluetooth 的代码

spp.c

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2003-2006 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modif

main.c

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2003-2006 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modif

bluetooth

#!/bin/sh # # bluetooth # # PCMCIA Bluetooth device initialization # Written by Maxim Krasnyanskiy # # This script requires new cardmgr and expects following # environment variable

makefile.am

datafiles = bluetooth bluetooth.conf if PCMCIA pcmciadir = $(sysconfdir)/pcmcia pcmcia_DATA = $(datafiles) endif EXTRA_DIST = $(datafiles) MAINTAINERCLEANFILES = Makefile.in

makefile.am

if BLUEPIN bin_SCRIPTS = bluepin endif EXTRA_DIST = bluepin bluetooth.init bluetooth.default create_dev MAINTAINERCLEANFILES = Makefile.in if INITSCRIPTS install-data-local: $(INSTALL) -D -m 755

bluetooth.init

#!/bin/sh # # Start/stop the Bluetooth daemons # set -e PATH=/sbin:/bin:/usr/sbin:/usr/bin NAME=bluetooth DESC="Bluetooth subsystem" HCID_NAME=hcid SDPD_NAME=sdpd HIDD_NAME=hidd HID2HCI_NAME=hid2hc

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: @

bluetooth.h

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2000-2001 Qualcomm Incorporated * Copyright (C) 2002-2003 Maxim Krasnyansky * Copyright (C) 2002-200

makefile.am

lib_LTLIBRARIES = libbluetooth.la libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c libbluetooth_la_LDFLAGS = -version-info 1:25:0 INCLUDES = -I$(top_builddir)/include MAINTAINERCLEANFILES = Makef