Fix known irk/mac priority
This commit is contained in:
parent
b9f26ef0c4
commit
0fadc5b7bc
|
@ -48,11 +48,11 @@
|
||||||
#define ID_TYPE_QUERY_MODEL short(155)
|
#define ID_TYPE_QUERY_MODEL short(155)
|
||||||
#define ID_TYPE_QUERY_NAME short(160)
|
#define ID_TYPE_QUERY_NAME short(160)
|
||||||
#define ID_TYPE_RM_ASST short(165)
|
#define ID_TYPE_RM_ASST short(165)
|
||||||
|
#define ID_TYPE_EBEACON short(170)
|
||||||
|
#define ID_TYPE_ABEACON short(175)
|
||||||
|
#define ID_TYPE_IBEACON short(180)
|
||||||
#define ID_TYPE_KNOWN_IRK short(200)
|
#define ID_TYPE_KNOWN_IRK short(200)
|
||||||
#define ID_TYPE_KNOWN_MAC short(210)
|
#define ID_TYPE_KNOWN_MAC short(210)
|
||||||
#define ID_TYPE_EBEACON short(220)
|
|
||||||
#define ID_TYPE_ABEACON short(230)
|
|
||||||
#define ID_TYPE_IBEACON short(240)
|
|
||||||
#define ID_TYPE_ALIAS short(250)
|
#define ID_TYPE_ALIAS short(250)
|
||||||
|
|
||||||
class BleFingerprint
|
class BleFingerprint
|
||||||
|
|
Loading…
Reference in New Issue