代码搜索结果
找到约 4,983 项符合
Bluetooth 的代码
makefile
#
# Makefile for the Linux Bluetooth HIDP layer
#
obj-$(CONFIG_BT_HIDP) += hidp.o
hidp-objs := core.o sock.o
addressfamily.cs
using System;
using System.Net.Sockets;
namespace bluetoothX
{
public static class AddressFamily32
{
public const AddressFamily Bluetooth = (AddressFamily)32;
public c
makefile
#
# Makefile for the Linux Bluetooth HIDP layer
#
obj-$(CONFIG_BT_HIDP) += hidp.o
hidp-objs := core.o sock.o
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
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
makefile
#
# Makefile for the Linux Bluetooth HIDP layer
#
obj-$(CONFIG_BT_HIDP) += hidp.o
hidp-objs := core.o sock.o
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
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
btconfig.h
/*
* btconfig.h -- Configuration/Test defines for the Bluetooth stack
*
* Copyright (C) 2000, 2001 Axis Communications AB
*
* Author: Mattias Agren
*
* This
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
*