代码搜索:BlueTooth
找到约 4,983 项符合「BlueTooth」的源代码
代码结果 4,983
www.eeworm.com/read/250243/4441103
makefile
#
# Makefile for the Linux Bluetooth HIDP layer
#
obj-$(CONFIG_BT_HIDP) += hidp.o
hidp-objs := core.o sock.o
www.eeworm.com/read/230735/4719587
cs addressfamily.cs
using System;
using System.Net.Sockets;
namespace bluetoothX
{
public static class AddressFamily32
{
public const AddressFamily Bluetooth = (AddressFamily)32;
public c
www.eeworm.com/read/209559/4974645
makefile
#
# Makefile for the Linux Bluetooth HIDP layer
#
obj-$(CONFIG_BT_HIDP) += hidp.o
hidp-objs := core.o sock.o
www.eeworm.com/read/209036/4987650
java bluetoothservice.java
package org.placelab.midp.server;
import java.io.DataInputStream;
import java.io.DataOutputStream;
/**
* Interface that should be implemented by services that want to register
* with the Bluetooth
www.eeworm.com/read/204986/5026648
java bluetoothservice.java
package org.placelab.midp.server;
import java.io.DataInputStream;
import java.io.DataOutputStream;
/**
* Interface that should be implemented by services that want to register
* with the Bluetooth
www.eeworm.com/read/337546/3338941
makefile
#
# Makefile for the Linux Bluetooth HIDP layer
#
obj-$(CONFIG_BT_HIDP) += hidp.o
hidp-objs := core.o sock.o
www.eeworm.com/read/334056/3375283
h rfcomm.h
/*
* rfcomm.c -- Implementation of Bluetooth RFCOMM with TS 07.10,
* Serial Port Emulation
*
* Copyright (C) 2000, 2001 Axis Communications AB
*
* Authors: Mattias Agren
www.eeworm.com/read/334056/3375285
h hci.h
/*
* hci.c -- Implementation of Bluetooth Host Controller Interface following
* the UART transport layer
*
* Copyright (C) 2000, 2001 Axis Communications AB
*
* Author: Mats Friden
www.eeworm.com/read/334056/3375291
h btconfig.h
/*
* btconfig.h -- Configuration/Test defines for the Bluetooth stack
*
* Copyright (C) 2000, 2001 Axis Communications AB
*
* Author: Mattias Agren
*
* This
www.eeworm.com/read/334056/3375339
c sdp_parser.c
/*
* sdp_parser.c -- This file describes a parser that parses incomming
* bluetooth sdp data and sends it to the sdp_server
*
* Copyright (C) 2000, 2001 Axis Communications AB
*