//生成服务和属性的全球唯一标示符
uuidSet=new UUID[16];
uuidSet[0]=new UUID(0x0001); //0x1101表示 采用SDP协议
uuidSet[1]=new UUID(0x0003); //0x0003表示 采用RFComm协议
uuidSet[2]=new UUID(0x0008); //0x0008表示 采用OBEX协议
uuidSet[3]=new UUID(0x000C); //0x000C表示 采用HTTP协议
uuidSet[4]=new UUID(0x0100); //0x0100表示 采用L2CAP协议
uuidSet[5]=new UUID(0x000F); //0x000F表示 采用BNEP协议
uuidSet[6]=new UUID(0x1101); //0x1101表示 采用Serial Port协议
uuidSet[7]=new UUID(0x1000); //0x1000表示 采用ServiceDiscoveryServerServiceClassID协议
uuidSet[8]=new UUID(0x1001); //0x1001表示 采用BrowseGroupDescriptorServiceClassID协议
uuidSet[9]=new UUID(0x1002); //0x1002表示 采用PubBrowseGroup协议
uuidSet[10]=new UUID(0x1005); //0x1005表示 采用OBEX Object Push Profile协议
uuidSet[11]=new UUID(0x1006); //0x1006表示 采用OBEX File Transfer Profile协议
uuidSet[12]=new UUID(0x1115); //0x1115表示 采用Personal Area networking User协议
uuidSet[13]=new UUID(0x1116); //0x1116表示 采用Network Access Points协议
uuidSet[14]=new UUID(0x1117); //0x1117表示 采用Group Network协议
uuidSet[15]=TARGET_UUID; //目标服务标示
J2me中BlueTooth的传输协议
最新推荐文章于 2021-03-17 07:32:02 发布