summaryrefslogtreecommitdiffstats
path: root/docs/html/sdk/api_diff/19/changes/android.bluetooth.BluetoothAssignedNumbers.html
blob: 598fa0eb4070fe525122872080986b021aa6f85e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "//www.w3.org/TR/html4/strict.dtd">
<HTML style="overflow:auto;">
<HEAD>
<meta name="generator" content="JDiff v1.1.0">
<!-- Generated by the JDiff Javadoc doclet -->
<!-- (http://www.jdiff.org) -->
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
android.bluetooth.BluetoothAssignedNumbers
</TITLE>
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
<noscript>
<style type="text/css">
body{overflow:auto;}
#body-content{position:relative; top:0;}
#doc-content{overflow:visible;border-left:3px solid #666;}
#side-nav{padding:0;}
#side-nav .toggle-list ul {display:block;}
#resize-packages-nav{border-bottom:3px solid #666;}
</style>
</noscript>
<style type="text/css">
</style>
</HEAD>
<BODY>
<!-- Start of nav bar -->
<a name="top"></a>
<div id="header" style="margin-bottom:0;padding-bottom:0;">
<div id="headerLeft">
<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
</div>
  <div id="headerRight">
  <div id="headerLinks">
<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
<span class="text">
<!-- &nbsp;<a href="#">English</a> | -->
<nobr><a href="//developer.android.com" target="_top">Android Developers</a> | <a href="//www.android.com" target="_top">Android.com</a></nobr>
</span>
</div>
  <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
    <table class="diffspectable">
      <tr>
        <td colspan="2" class="diffspechead">API Diff Specification</td>
      </tr>
      <tr>
        <td class="diffspec" style="padding-top:.25em">To Level:</td>
        <td class="diffvaluenew" style="padding-top:.25em">19</td>
      </tr>
      <tr>
        <td class="diffspec">From Level:</td>
        <td class="diffvalueold">18</td>
      </tr>
      <tr>
        <td class="diffspec">Generated</td>
        <td class="diffvalue">2013.10.29 16:44</td>
      </tr>
    </table>
    </div><!-- End and-diff-id -->
  <div class="and-diff-id" style="margin-right:8px;">
    <table class="diffspectable">
      <tr>
        <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
      </tr>
    </table>
  </div> <!-- End and-diff-id -->
  </div> <!-- End headerRight -->
  </div> <!-- End header -->
<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
Class android.bluetooth.<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html" target="_top"><font size="+2"><code>BluetoothAssignedNumbers</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
<a NAME="fields"></a>
<p>
<a NAME="Added"></a>
<TABLE summary="Added Fields" WIDTH="100%">
<TR>
  <TH VALIGN="TOP" COLSPAN=2>Added Fields</FONT></TD>
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.AAMP_OF_AMERICA"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#AAMP_OF_AMERICA" target="_top"><code>AAMP_OF_AMERICA</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.ACE_SENSOR"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#ACE_SENSOR" target="_top"><code>ACE_SENSOR</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.ADIDAS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#ADIDAS" target="_top"><code>ADIDAS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.ADVANCED_PANMOBIL_SYSTEMS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#ADVANCED_PANMOBIL_SYSTEMS" target="_top"><code>ADVANCED_PANMOBIL_SYSTEMS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.AIROHA_TECHNOLOGY"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#AIROHA_TECHNOLOGY" target="_top"><code>AIROHA_TECHNOLOGY</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.ALPWISE"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#ALPWISE" target="_top"><code>ALPWISE</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.AMICCOM_ELECTRONICS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#AMICCOM_ELECTRONICS" target="_top"><code>AMICCOM_ELECTRONICS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.APLIX"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#APLIX" target="_top"><code>APLIX</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.ARCHOS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#ARCHOS" target="_top"><code>ARCHOS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.ARP_DEVICES"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#ARP_DEVICES" target="_top"><code>ARP_DEVICES</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.AUSTCO_COMMUNICATION_SYSTEMS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#AUSTCO_COMMUNICATION_SYSTEMS" target="_top"><code>AUSTCO_COMMUNICATION_SYSTEMS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.AUTONET_MOBILE"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#AUTONET_MOBILE" target="_top"><code>AUTONET_MOBILE</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.A_AND_D_ENGINEERING"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#A_AND_D_ENGINEERING" target="_top"><code>A_AND_D_ENGINEERING</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.A_AND_R_CAMBRIDGE"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#A_AND_R_CAMBRIDGE" target="_top"><code>A_AND_R_CAMBRIDGE</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.BAND_XI_INTERNATIONAL"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#BAND_XI_INTERNATIONAL" target="_top"><code>BAND_XI_INTERNATIONAL</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.BDE_TECHNOLOGY"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#BDE_TECHNOLOGY" target="_top"><code>BDE_TECHNOLOGY</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.BEATS_ELECTRONICS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#BEATS_ELECTRONICS" target="_top"><code>BEATS_ELECTRONICS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.BEAUTIFUL_ENTERPRISE"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#BEAUTIFUL_ENTERPRISE" target="_top"><code>BEAUTIFUL_ENTERPRISE</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.BEKEY"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#BEKEY" target="_top"><code>BEKEY</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.BINAURIC"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#BINAURIC" target="_top"><code>BINAURIC</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.BIOSENTRONICS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#BIOSENTRONICS" target="_top"><code>BIOSENTRONICS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.BLUERADIOS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#BLUERADIOS" target="_top"><code>BLUERADIOS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.BLUETREK_TECHNOLOGIES"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#BLUETREK_TECHNOLOGIES" target="_top"><code>BLUETREK_TECHNOLOGIES</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.BOSE"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#BOSE" target="_top"><code>BOSE</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.BRIARTEK"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#BRIARTEK" target="_top"><code>BRIARTEK</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.CAEN_RFID"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#CAEN_RFID" target="_top"><code>CAEN_RFID</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.CINETIX"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#CINETIX" target="_top"><code>CINETIX</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.CLARINOX_TECHNOLOGIES"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#CLARINOX_TECHNOLOGIES" target="_top"><code>CLARINOX_TECHNOLOGIES</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.COLORFY"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#COLORFY" target="_top"><code>COLORFY</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.CONNECTBLUE"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#CONNECTBLUE" target="_top"><code>CONNECTBLUE</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.CREATIVE_TECHNOLOGY"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#CREATIVE_TECHNOLOGY" target="_top"><code>CREATIVE_TECHNOLOGY</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.DANLERS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#DANLERS" target="_top"><code>DANLERS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.DELORME_PUBLISHING_COMPANY"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#DELORME_PUBLISHING_COMPANY" target="_top"><code>DELORME_PUBLISHING_COMPANY</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.DEXCOM"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#DEXCOM" target="_top"><code>DEXCOM</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.DIALOG_SEMICONDUCTOR"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#DIALOG_SEMICONDUCTOR" target="_top"><code>DIALOG_SEMICONDUCTOR</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.ECOTEST"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#ECOTEST" target="_top"><code>ECOTEST</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.ELGATO_SYSTEMS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#ELGATO_SYSTEMS" target="_top"><code>ELGATO_SYSTEMS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.EQUINOX_AG"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#EQUINOX_AG" target="_top"><code>EQUINOX_AG</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.EVLUMA"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#EVLUMA" target="_top"><code>EVLUMA</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.FUNAI_ELECTRIC"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#FUNAI_ELECTRIC" target="_top"><code>FUNAI_ELECTRIC</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.GARMIN_INTERNATIONAL"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#GARMIN_INTERNATIONAL" target="_top"><code>GARMIN_INTERNATIONAL</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.GELO"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#GELO" target="_top"><code>GELO</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.GENEQ"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#GENEQ" target="_top"><code>GENEQ</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.GENERAL_MOTORS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#GENERAL_MOTORS" target="_top"><code>GENERAL_MOTORS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.GEOFORCE"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#GEOFORCE" target="_top"><code>GEOFORCE</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.GIBSON_GUITARS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#GIBSON_GUITARS" target="_top"><code>GIBSON_GUITARS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.GN_NETCOM"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#GN_NETCOM" target="_top"><code>GN_NETCOM</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.GN_RESOUND"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#GN_RESOUND" target="_top"><code>GN_RESOUND</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.GOOGLE"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#GOOGLE" target="_top"><code>GOOGLE</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.GREEN_THROTTLE_GAMES"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#GREEN_THROTTLE_GAMES" target="_top"><code>GREEN_THROTTLE_GAMES</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.GROUP_SENSE"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#GROUP_SENSE" target="_top"><code>GROUP_SENSE</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.HANLYNN_TECHNOLOGIES"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#HANLYNN_TECHNOLOGIES" target="_top"><code>HANLYNN_TECHNOLOGIES</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.HEWLETT_PACKARD"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#HEWLETT_PACKARD" target="_top"><code>HEWLETT_PACKARD</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.HOSIDEN"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#HOSIDEN" target="_top"><code>HOSIDEN</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.INGENIEUR_SYSTEMGRUPPE_ZAHN"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#INGENIEUR_SYSTEMGRUPPE_ZAHN" target="_top"><code>INGENIEUR_SYSTEMGRUPPE_ZAHN</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.I_TECH_DYNAMIC_GLOBAL_DISTRIBUTION"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#I_TECH_DYNAMIC_GLOBAL_DISTRIBUTION" target="_top"><code>I_TECH_DYNAMIC_GLOBAL_DISTRIBUTION</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.JAWBONE"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#JAWBONE" target="_top"><code>JAWBONE</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.JIANGSU_TOPPOWER_AUTOMOTIVE_ELECTRONICS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#JIANGSU_TOPPOWER_AUTOMOTIVE_ELECTRONICS" target="_top"><code>JIANGSU_TOPPOWER_AUTOMOTIVE_ELECTRONICS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.JOHNSON_CONTROLS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#JOHNSON_CONTROLS" target="_top"><code>JOHNSON_CONTROLS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.KAWANTECH"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#KAWANTECH" target="_top"><code>KAWANTECH</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.KENSINGTON_COMPUTER_PRODUCTS_GROUP"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#KENSINGTON_COMPUTER_PRODUCTS_GROUP" target="_top"><code>KENSINGTON_COMPUTER_PRODUCTS_GROUP</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.LAIRD_TECHNOLOGIES"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#LAIRD_TECHNOLOGIES" target="_top"><code>LAIRD_TECHNOLOGIES</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.LESSWIRE"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#LESSWIRE" target="_top"><code>LESSWIRE</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.LG_ELECTRONICS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#LG_ELECTRONICS" target="_top"><code>LG_ELECTRONICS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.LINAK"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#LINAK" target="_top"><code>LINAK</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.LUDUS_HELSINKI"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#LUDUS_HELSINKI" target="_top"><code>LUDUS_HELSINKI</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.MAGNETI_MARELLI"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#MAGNETI_MARELLI" target="_top"><code>MAGNETI_MARELLI</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.MC10"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#MC10" target="_top"><code>MC10</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.MESO_INTERNATIONAL"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#MESO_INTERNATIONAL" target="_top"><code>MESO_INTERNATIONAL</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.META_WATCH"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#META_WATCH" target="_top"><code>META_WATCH</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.MICOMMAND"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#MICOMMAND" target="_top"><code>MICOMMAND</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.MICROCHIP_TECHNOLOGY"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#MICROCHIP_TECHNOLOGY" target="_top"><code>MICROCHIP_TECHNOLOGY</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.MINDTREE"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#MINDTREE" target="_top"><code>MINDTREE</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.MISFIT_WEARABLES"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#MISFIT_WEARABLES" target="_top"><code>MISFIT_WEARABLES</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.MONSTER"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#MONSTER" target="_top"><code>MONSTER</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.MSTAR_SEMICONDUCTOR"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#MSTAR_SEMICONDUCTOR" target="_top"><code>MSTAR_SEMICONDUCTOR</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.MUZIK"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#MUZIK" target="_top"><code>MUZIK</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.NEC_LIGHTING"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#NEC_LIGHTING" target="_top"><code>NEC_LIGHTING</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.NIKE"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#NIKE" target="_top"><code>NIKE</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.NINE_SOLUTIONS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#NINE_SOLUTIONS" target="_top"><code>NINE_SOLUTIONS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.ODM_TECHNOLOGY"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#ODM_TECHNOLOGY" target="_top"><code>ODM_TECHNOLOGY</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.OMEGAWAVE"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#OMEGAWAVE" target="_top"><code>OMEGAWAVE</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.ONSET_COMPUTER"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#ONSET_COMPUTER" target="_top"><code>ONSET_COMPUTER</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.OTL_DYNAMICS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#OTL_DYNAMICS" target="_top"><code>OTL_DYNAMICS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.PANDA_OCEAN"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#PANDA_OCEAN" target="_top"><code>PANDA_OCEAN</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.PASSIF_SEMICONDUCTOR"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#PASSIF_SEMICONDUCTOR" target="_top"><code>PASSIF_SEMICONDUCTOR</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.PETER_SYSTEMTECHNIK"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#PETER_SYSTEMTECHNIK" target="_top"><code>PETER_SYSTEMTECHNIK</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.POLAR_ELECTRO"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#POLAR_ELECTRO" target="_top"><code>POLAR_ELECTRO</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.POLAR_ELECTRO_EUROPE"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#POLAR_ELECTRO_EUROPE" target="_top"><code>POLAR_ELECTRO_EUROPE</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.PROCTER_AND_GAMBLE"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#PROCTER_AND_GAMBLE" target="_top"><code>PROCTER_AND_GAMBLE</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.QUALCOMM_CONNECTED_EXPERIENCES"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#QUALCOMM_CONNECTED_EXPERIENCES" target="_top"><code>QUALCOMM_CONNECTED_EXPERIENCES</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.QUALCOMM_INNOVATION_CENTER"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#QUALCOMM_INNOVATION_CENTER" target="_top"><code>QUALCOMM_INNOVATION_CENTER</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.QUALCOMM_LABS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#QUALCOMM_LABS" target="_top"><code>QUALCOMM_LABS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.QUALCOMM_TECHNOLOGIES"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#QUALCOMM_TECHNOLOGIES" target="_top"><code>QUALCOMM_TECHNOLOGIES</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.QUINTIC"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#QUINTIC" target="_top"><code>QUINTIC</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.QUUPPA"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#QUUPPA" target="_top"><code>QUUPPA</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.RDA_MICROELECTRONICS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#RDA_MICROELECTRONICS" target="_top"><code>RDA_MICROELECTRONICS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.SAMSUNG_ELECTRONICS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#SAMSUNG_ELECTRONICS" target="_top"><code>SAMSUNG_ELECTRONICS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.SARIS_CYCLING_GROUP"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#SARIS_CYCLING_GROUP" target="_top"><code>SARIS_CYCLING_GROUP</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.SEERS_TECHNOLOGY"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#SEERS_TECHNOLOGY" target="_top"><code>SEERS_TECHNOLOGY</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.SELFLY"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#SELFLY" target="_top"><code>SELFLY</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.SEMILINK"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#SEMILINK" target="_top"><code>SEMILINK</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.SENNHEISER_COMMUNICATIONS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#SENNHEISER_COMMUNICATIONS" target="_top"><code>SENNHEISER_COMMUNICATIONS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.SHANGHAI_SUPER_SMART_ELECTRONICS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#SHANGHAI_SUPER_SMART_ELECTRONICS" target="_top"><code>SHANGHAI_SUPER_SMART_ELECTRONICS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.SHENZHEN_EXCELSECU_DATA_TECHNOLOGY"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#SHENZHEN_EXCELSECU_DATA_TECHNOLOGY" target="_top"><code>SHENZHEN_EXCELSECU_DATA_TECHNOLOGY</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.SOUND_ID"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#SOUND_ID" target="_top"><code>SOUND_ID</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.SPORTS_TRACKING_TECHNOLOGIES"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#SPORTS_TRACKING_TECHNOLOGIES" target="_top"><code>SPORTS_TRACKING_TECHNOLOGIES</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.SR_MEDIZINELEKTRONIK"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#SR_MEDIZINELEKTRONIK" target="_top"><code>SR_MEDIZINELEKTRONIK</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.STALMART_TECHNOLOGY"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#STALMART_TECHNOLOGY" target="_top"><code>STALMART_TECHNOLOGY</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.STARKEY_LABORATORIES"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#STARKEY_LABORATORIES" target="_top"><code>STARKEY_LABORATORIES</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.STOLLMAN_E_PLUS_V"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#STOLLMAN_E_PLUS_V" target="_top"><code>STOLLMAN_E_PLUS_V</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.SUMMIT_DATA_COMMUNICATIONS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#SUMMIT_DATA_COMMUNICATIONS" target="_top"><code>SUMMIT_DATA_COMMUNICATIONS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.SUUNTO"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#SUUNTO" target="_top"><code>SUUNTO</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.SWIRL_NETWORKS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#SWIRL_NETWORKS" target="_top"><code>SWIRL_NETWORKS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.S_POWER_ELECTRONICS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#S_POWER_ELECTRONICS" target="_top"><code>S_POWER_ELECTRONICS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.TAIXINGBANG_TECHNOLOGY"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#TAIXINGBANG_TECHNOLOGY" target="_top"><code>TAIXINGBANG_TECHNOLOGY</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.THINKOPTICS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#THINKOPTICS" target="_top"><code>THINKOPTICS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.TIMEKEEPING_SYSTEMS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#TIMEKEEPING_SYSTEMS" target="_top"><code>TIMEKEEPING_SYSTEMS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.TIMEX_GROUP_USA"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#TIMEX_GROUP_USA" target="_top"><code>TIMEX_GROUP_USA</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.TOPCORN_POSITIONING_SYSTEMS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#TOPCORN_POSITIONING_SYSTEMS" target="_top"><code>TOPCORN_POSITIONING_SYSTEMS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.TRELAB"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#TRELAB" target="_top"><code>TRELAB</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.TXTR"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#TXTR" target="_top"><code>TXTR</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.UNIVERSAL_ELECTRONICS"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#UNIVERSAL_ELECTRONICS" target="_top"><code>UNIVERSAL_ELECTRONICS</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.VERTU"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#VERTU" target="_top"><code>VERTU</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.VISTEON"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#VISTEON" target="_top"><code>VISTEON</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.VOYETRA_TURTLE_BEACH"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#VOYETRA_TURTLE_BEACH" target="_top"><code>VOYETRA_TURTLE_BEACH</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.WUXI_VIMICRO"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#WUXI_VIMICRO" target="_top"><code>WUXI_VIMICRO</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.ZER01_TV"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#ZER01_TV" target="_top"><code>ZER01_TV</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.ZOMM"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#ZOMM" target="_top"><code>ZOMM</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.bluetooth.BluetoothAssignedNumbers.ZSCAN_SOFTWARE"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothAssignedNumbers.html#ZSCAN_SOFTWARE" target="_top"><code>ZSCAN_SOFTWARE</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
      </div>	
      <div id="footer">
        <div id="copyright">
        Except as noted, this content is licensed under 
        <a href="//creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
        For details and restrictions, see the <a href="/license.html">Content License</a>.
        </div>
      <div id="footerlinks">
      <p>
        <a href="//www.android.com/terms.html">Site Terms of Service</a> -
        <a href="//www.android.com/privacy.html">Privacy Policy</a> -
        <a href="//www.android.com/branding.html">Brand Guidelines</a>
      </p>
    </div>
    </div> <!-- end footer -->
    </div><!-- end doc-content -->
    </div> <!-- end body-content --> 
<script src="//www.google-analytics.com/ga.js" type="text/javascript">
</script>
<script type="text/javascript">
  try {
    var pageTracker = _gat._getTracker("UA-5831155-1");
    pageTracker._setAllowAnchor(true);
    pageTracker._initData();
    pageTracker._trackPageview();
  } catch(e) {}
</script>
</BODY>
</HTML>