Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
migaverse
GitHub Repository: migaverse/skymod
Path: blob/master/system/etc/bluetooth/bt_did.conf
4253 views
1
# Device ID (DID) configuration
2
[DID1]
3
4
# Primary Record - true or false (default)
5
# There can be only one primary record
6
primaryRecord = true
7
8
# Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device
9
# 0x000F = Broadcom Corporation (default)
10
# 0x0075 = Samsung Electronics Co. Ltd.
11
vendorId = 0x0075
12
13
# Vendor ID Source
14
# 0x0001 = Bluetooth SIG assigned Device ID Vendor ID value (default)
15
# 0x0002 = USB Implementer�s Forum assigned Device ID Vendor ID value
16
#vendorIdSource = 0x0001
17
18
# Product ID & Product Version
19
# Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
20
# JJ: major version number, M: minor version number, N: sub-minor version number
21
# For example: 1200, v14.3.6
22
# Version bluez : 0x0100 , bluedroid : 0x0200
23
productId = 0x0100
24
version = 0x0200
25
26
# Optional attributes
27
#clientExecutableURL =
28
#serviceDescription =
29
#documentationURL =
30
31
#=================================================================================================#
32
# Device ID (DID) configuration
33
[DID2]
34
35
# Primary Record - true or false (default)
36
# There can be only one primary record
37
#primaryRecord = false
38
39
# Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device
40
# 0x000F = Broadcom Corporation (default)
41
#vendorId = 0x000F
42
43
# Vendor ID Source
44
# 0x0001 = Bluetooth SIG assigned Device ID Vendor ID value (default)
45
# 0x0002 = USB Implementer�s Forum assigned Device ID Vendor ID value
46
#vendorIdSource = 0x0001
47
48
# Product ID & Product Version
49
# Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
50
# JJ: major version number, M: minor version number, N: sub-minor version number
51
# Default: 0x0000, v00.0.0
52
#productId = 0x0000
53
#version = 0x0000
54
55
# Optional attributes
56
#clientExecutableURL =
57
#serviceDescription =
58
#documentationURL =
59
60
#=================================================================================================#
61
# Device ID (DID) configuration
62
[DID3]
63
64
# Primary Record - true or false (default)
65
# There can be only one primary record
66
#primaryRecord = false
67
68
# Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device
69
# 0x000F = Broadcom Corporation (default)
70
#vendorId = 0x000F
71
72
# Vendor ID Source
73
# 0x0001 = Bluetooth SIG assigned Device ID Vendor ID value (default)
74
# 0x0002 = USB Implementer�s Forum assigned Device ID Vendor ID value
75
#vendorIdSource = 0x0001
76
77
# Product ID & Product Version
78
# Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
79
# JJ: major version number, M: minor version number, N: sub-minor version number
80
# Default: 0x0000, v00.0.0
81
#productId = 0x0000
82
#version = 0x0000
83
84
# Optional attributes
85
#clientExecutableURL =
86
#serviceDescription =
87
#documentationURL =
88
89