亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? btserviceclass.java

?? BTBrowser,用JAVA API實現藍牙通信.
?? JAVA
?? 第 1 頁 / 共 2 頁
字號:
package org.klings.wireless.BluetoothNumbers;

/**
 * Defines constants for all Bluetooth service class identifiers found in
 * Section 4.4 "Service Class Identifiers and Names" in the Bluetooth
 * Assigned Numbers document. Maps short Bluetooth service class UUIDs to
 * corresponding service class name.
 * <p>
 * Last updated 09. june 2004.
 * 
 * @author Andr&eacute; N. Klingsheim
 * @version 1.0
 * @since 1.0
 * @see <a href=
 *      "https://www.bluetooth.org/foundry/assignnumb/document/service_discovery">
 *      Bluetooth Assigned Numbers</a>
 */
public final class BTServiceClass {

	/**
	 * Defines the <code>ServiceDiscoveryServerServiceClassID</code> short
	 * UUID value.
	 * <p>
	 * <code>SERVICEDISCOVERYSERVERSERVICECLASSID</code> is set to the
	 * constant value 0x1000.
	 */
	public static final int SERVICEDISCOVERYSERVERSERVICECLASSID = 0x1000;
	/**
	 * Defines the <code>BrowseGroupDescriptorServiceClassID</code> short UUID
	 * value.
	 * <p>
	 * <code>BROWSEGROUPDESCRIPTORSERVICECLASSID</code> is set to the constant
	 * value 0x1001.
	 */
	public static final int BROWSEGROUPDESCRIPTORSERVICECLASSID = 0x1001;
	/**
	 * Defines the <code>PublicBrowseGroup</code> short UUID value.
	 * <p>
	 * <code>PUBLICBROWSEGROUP</code> is set to the constant value 0x1002.
	 */
	public static final int PUBLICBROWSEGROUP = 0x1002;
	/**
	 * Defines the <code>SerialPort</code> short UUID value.
	 * <p>
	 * <code>SERIALPORT</code> is set to the constant value 0x1101.
	 */
	public static final int SERIALPORT = 0x1101;

	/**
	 * Defines the <code>LANAccessUsingPPP</code> short UUID value.
	 * <p>
	 * <code>LANACCESSUSINGPPP</code> is set to the constant value 0x1102.
	 */
	public static final int LANACCESSUSINGPPP = 0x1102;
	/**
	 * Defines the <code>DialupNetworking</code> short UUID value.
	 * <p>
	 * <code>DIALUPNETWORKING</code> is set to the constant value 0x1103.
	 */
	public static final int DIALUPNETWORKING = 0x1103;
	/**
	 * Defines the <code>IrMCSync</code> short UUID value.
	 * <p>
	 * <code>IRMCSYNC</code> is set to the constant value 0x1104.
	 */
	public static final int IRMCSYNC = 0x1104;
	/**
	 * Defines the <code>OBEXObjectPush</code> short UUID value.
	 * <p>
	 * <code>OBEXOBJECTPUSH</code> is set to the constant value 0x1105.
	 */
	public static final int OBEXOBJECTPUSH = 0x1105;

	/**
	 * Defines the <code>OBEXFileTransfer</code> short UUID value.
	 * <p>
	 * <code>OBEXFILETRANSFER</code> is set to the constant value 0x1106.
	 */
	public static final int OBEXFILETRANSFER = 0x1106;

	/**
	 * * Defines the <code>IrMCSyncCommand</code> short UUID value.
	 * <p>
	 * <code>IRMCSYNCCOMMAND</code> is set to the constant value 0x1107.
	 */
	public static final int IRMCSYNCCOMMAND = 0x1107;
	/**
	 * Defines the <code>Headset</code> short UUID value.
	 * <p>
	 * <code>HEADSET</code> is set to the constant value 0x1108.
	 */
	public static final int HEADSET = 0x1108;
	/**
	 * Defines the <code>CordlessTelephony</code> short UUID value.
	 * <p>
	 * <code>CORDLESSTELEPHONY</code> is set to the constant value 0x1109.
	 */
	public static final int CORDLESSTELEPHONY = 0x1109;
	/**
	 * Defines the <code>AudioSource</code> short UUID value.
	 * <p>
	 * <code>AUDIOSOURCE</code> is set to the constant value 0x110A.
	 */
	public static final int AUDIOSOURCE = 0x110A;

	/**
	 * Defines the <code>AudioSink</code> short UUID value.
	 * <p>
	 * <code>AUDIOSINK</code> is set to the constant value 0x110B.
	 */
	public static final int AUDIOSINK = 0x110B;
	/**
	 * Defines the <code>A_V_RemoteControlTarget</code> short UUID value.
	 * <p>
	 * <code>A_V_REMOTECONTROLTARGET</code> is set to the constant value
	 * 0x110C.
	 */
	public static final int A_V_REMOTECONTROLTARGET = 0x110C;
	/**
	 * Defines the <code>AdvancedAudioDistribution</code> short UUID value.
	 * <p>
	 * <code>ADVANCEDAUDIODISTRIBUTION</code> is set to the constant value
	 * 0x110D.
	 */
	public static final int ADVANCEDAUDIODISTRIBUTION = 0x110D;
	/**
	 * Defines the <code>A_V_RemoteControl</code> short UUID value.
	 * <p>
	 * <code>A_V_REMOTECONTROL</code> is set to the constant value 0x110E.
	 */
	public static final int A_V_REMOTECONTROL = 0x110E;

	/**
	 * Defines the <code>VideoConferencing</code> short UUID value.
	 * <p>
	 * <code>VIDEOCONFERENCING</code> is set to the constant value 0x110F.
	 */
	public static final int VIDEOCONFERENCING = 0x110F;
	/**
	 * Defines the <code>Intercom</code> short UUID value.
	 * <p>
	 * <code>INTERCOM</code> is set to the constant value 0x1110.
	 */
	public static final int INTERCOM = 0x1110;

	/**
	 * Defines the <code>Fax</code> short UUID value.
	 * <p>
	 * <code>FAX </code> is set to the constant value 0x1111.
	 */
	public static final int FAX = 0x1111;
	/**
	 * Defines the <code>HeadsetAudioGateway</code> short UUID value.
	 * <p>
	 * <code>HEADSETAUDIOGATEWAY</code> is set to the constant value 0x1112.
	 */
	public static final int HEADSETAUDIOGATEWAY = 0x1112;
	/**
	 * Defines the <code>WAP</code> short UUID value.
	 * <p>
	 * <code>WAP</code> is set to the constant value 0x1113.
	 */
	public static final int WAP = 0x1113;
	/**
	 * Defines the <code>WAP_CLIENT</code> short UUID value.
	 * <p>
	 * <code>WAP_CLIENT</code> is set to the constant value 0x1114.
	 */
	public static final int WAP_CLIENT = 0x1114;

	/**
	 * Defines the <code>PANU</code> short UUID value.
	 * <p>
	 * <code>PANU</code> is set to the constant value 0x1115.
	 */
	public static final int PANU = 0x1115;
	/**
	 * Defines the <code>NAP</code> short UUID value.
	 * <p>
	 * <code>NAP</code> is set to the constant value 0x1116.
	 */
	public static final int NAP = 0x1116;
	/**
	 * Defines the <code>GN</code> short UUID value.
	 * <p>
	 * <code>GN</code> is set to the constant value 0x1117.
	 */
	public static final int GN = 0x1117;
	/**
	 * Defines the <code>DirectPrinting</code> short UUID value.
	 * <p>
	 * <code>DIRECTPRINTING</code> is set to the constant value 0x1118.
	 */
	public static final int DIRECTPRINTING = 0x1118;

	/**
	 * Defines the <code>ReferencePrinting</code> short UUID value.
	 * <p>
	 * <code>REFERENCEPRINTING</code> is set to the constant value 0x1119.
	 */
	public static final int REFERENCEPRINTING = 0x1119;
	/**
	 * Defines the <code>Imaging</code> short UUID value.
	 * <p>
	 * <code>IMAGING</code> is set to the constant value 0x111A.
	 */
	public static final int IMAGING = 0x111A;
	/**
	 * Defines the <code>ImagingResponder</code> short UUID value.
	 * <p>
	 * <code>IMAGINGRESPONDER</code> is set to the constant value 0x111B.
	 */
	public static final int IMAGINGRESPONDER = 0x111B;
	/**
	 * Defines the <code>ImagingAutomaticArchive</code> short UUID value.
	 * <p>
	 * <code>IMAGINGAUTOMATICARCHIVE</code> is set to the constant value
	 * 0x111C.
	 */
	public static final int IMAGINGAUTOMATICARCHIVE = 0x111C;
	/**
	 * Defines the <code>ImagingReferencedObjects</code> short UUID value.
	 * <p>
	 * <code>IMAGINGREFERENCEDOBJECTS</code> is set to the constant value
	 * 0x111D.
	 */
	public static final int IMAGINGREFERENCEDOBJECTS = 0x111D;
	/**

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美三级中文字幕在线观看| 欧美色图在线观看| 日韩国产欧美在线视频| 日韩和欧美一区二区三区| 蜜臀av一区二区三区| 高清视频一区二区| 91福利精品视频| 91蜜桃在线免费视频| 欧美日韩国产高清一区| 久久久久久久精| 亚洲观看高清完整版在线观看| 久久不见久久见中文字幕免费| 免费观看在线综合| 91免费国产在线观看| 精品久久一区二区| 怡红院av一区二区三区| 免费看精品久久片| 国产亚洲综合av| 午夜精品久久久久久不卡8050| 国产一区二区福利| 欧美日韩三级在线| 日韩一区在线免费观看| 毛片一区二区三区| 91免费国产视频网站| 亚洲精品在线电影| 亚洲一二三专区| 高清不卡一区二区在线| 日韩精品一区二区三区四区 | 懂色中文一区二区在线播放| k8久久久一区二区三区| 精品少妇一区二区三区在线播放 | 精品视频色一区| 亚洲欧美一区二区在线观看| 久久66热re国产| 欧美一区二区黄| 国产亚洲一区二区三区在线观看| 依依成人精品视频| 99久久久国产精品| 久久亚区不卡日本| 午夜成人在线视频| 一本一本久久a久久精品综合麻豆| 欧美精品高清视频| 国产精品成人免费| 国产黑丝在线一区二区三区| 精品成人一区二区| 久久99日本精品| 91久久国产最好的精华液| 中文字幕高清一区| 国产成人在线视频播放| 久久蜜桃一区二区| 久久精品国产精品青草| 日韩欧美亚洲另类制服综合在线 | 欧美一区二区三区四区久久| 综合色中文字幕| www..com久久爱| 中文成人综合网| 99久久夜色精品国产网站| 国产精品视频一区二区三区不卡| 偷窥少妇高潮呻吟av久久免费| 欧美色区777第一页| 亚洲成人激情自拍| 日韩视频免费直播| 久久国产精品露脸对白| 久久精品在这里| 国产精品一二三四| 久久综合九色综合欧美就去吻 | 国产在线视频不卡二| 精品国产伦一区二区三区免费| 精久久久久久久久久久| 久久综合久久综合亚洲| 成人毛片在线观看| 日韩美女啊v在线免费观看| 一区二区三区不卡视频在线观看| 色综合天天综合| 制服.丝袜.亚洲.中文.综合| 日韩精品亚洲专区| 国产日韩欧美电影| 欧美三日本三级三级在线播放| 奇米影视一区二区三区小说| 国产午夜精品福利| 91精品国产美女浴室洗澡无遮挡| 久久99久久99小草精品免视看| 欧美日韩高清在线播放| 9久草视频在线视频精品| 香蕉成人伊视频在线观看| 国产拍欧美日韩视频二区| 91黄色小视频| 亚洲天天做日日做天天谢日日欢| 精品蜜桃在线看| 色综合久久66| 成人av动漫网站| 天天免费综合色| 日韩美女视频在线| 在线免费一区三区| 9i看片成人免费高清| 免费高清在线一区| 五月激情六月综合| 久久精品在线免费观看| 国产精品亚洲一区二区三区在线 | 欧美sm极限捆绑bd| 欧美日韩高清在线| av不卡一区二区三区| 婷婷国产在线综合| 亚洲天堂成人在线观看| 精品国产欧美一区二区| 欧美日韩成人综合在线一区二区| 国产麻豆成人传媒免费观看| 亚洲成人av中文| 亚洲国产精品高清| 国产在线播放一区三区四| 爽好多水快深点欧美视频| 久久午夜国产精品| 欧美性色黄大片手机版| 成人激情动漫在线观看| 国产精品影视天天线| 日韩在线一二三区| 日韩国产欧美在线视频| 亚洲综合激情另类小说区| 337p粉嫩大胆噜噜噜噜噜91av| 日韩免费观看高清完整版在线观看| 色欧美片视频在线观看| 麻豆免费看一区二区三区| 亚洲国产欧美在线| 亚洲黄一区二区三区| 亚洲精品一线二线三线| 精品欧美一区二区久久 | 日韩不卡一二三区| 亚洲一区二区在线免费观看视频| 亚洲色图色小说| 亚洲美女在线国产| 亚洲精品国产精品乱码不99 | 亚洲人妖av一区二区| 亚洲欧美欧美一区二区三区| 国产精品无人区| 一区二区三区日本| 亚洲在线中文字幕| 亚洲欧美偷拍另类a∨色屁股| 亚洲乱码精品一二三四区日韩在线 | 久久精品免费观看| 蓝色福利精品导航| 成人一区二区视频| 成人黄色软件下载| 欧美区在线观看| 欧美一区二区三区电影| 久久久不卡网国产精品一区| 久久伊人中文字幕| 欧美天堂一区二区三区| 日韩视频在线一区二区| 欧美精品一区二区三| 亚洲三级电影网站| 亚洲一区二区高清| 国产一区二区三区日韩| 成人一区二区三区视频| 欧美日韩一区二区三区在线看| 欧美另类videos死尸| 欧美一区二区久久| 亚洲视频免费在线观看| 亚洲成av人片| 成人一区在线看| 欧美视频在线一区二区三区 | 26uuu欧美| 国产精品毛片久久久久久久| 无码av免费一区二区三区试看| 久久精品国产亚洲一区二区三区| 亚洲综合激情网| 欧美一区二区视频免费观看| 在线综合亚洲欧美在线视频| 欧美高清在线一区二区| 日韩理论片网站| 免费高清成人在线| 国产一区二区三区在线观看免费| 成人av午夜电影| 日韩女优视频免费观看| 国产精品亲子乱子伦xxxx裸| 蜜臀av性久久久久av蜜臀妖精| 国产成人a级片| 日韩午夜在线观看视频| 中文字幕日本乱码精品影院| 午夜视频一区在线观看| 93久久精品日日躁夜夜躁欧美| 69久久99精品久久久久婷婷| 亚洲精品乱码久久久久久久久 | 久久精品视频在线看| 亚洲精品乱码久久久久久久久| 成人免费毛片嘿嘿连载视频| 91麻豆精品国产91| 中文字幕一区二| 国产成人小视频| 日韩欧美国产三级| 日韩激情视频网站| 99久久精品免费看国产| 久久无码av三级| 日韩高清不卡一区二区三区| 欧美日韩视频在线观看一区二区三区 | 在线观看91av| 椎名由奈av一区二区三区| 成人美女在线观看| 久久久国产精品麻豆| 国产精品综合视频| 精品久久久久久亚洲综合网|