bt_did.conf 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. # Device ID (DID) configuration
  2. [DID1]
  3. # Primary Record - true or false (default)
  4. # There can be only one primary record
  5. primaryRecord = true
  6. # Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device
  7. # 0x000F = Broadcom Corporation (default)
  8. #vendorId = 0x000F
  9. # Vendor ID Source
  10. # 0x0001 = Bluetooth SIG assigned Device ID Vendor ID value (default)
  11. # 0x0002 = USB Implementer's Forum assigned Device ID Vendor ID value
  12. #vendorIdSource = 0x0001
  13. # Product ID & Product Version
  14. # Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
  15. # JJ: major version number, M: minor version number, N: sub-minor version number
  16. # For example: 1200, v14.3.6
  17. productId = 0x1200
  18. version = 0x1436
  19. # Optional attributes
  20. #clientExecutableURL =
  21. #serviceDescription =
  22. #documentationURL =
  23. #=================================================================================================#
  24. # Device ID (DID) configuration
  25. [DID2]
  26. # Primary Record - true or false (default)
  27. # There can be only one primary record
  28. #primaryRecord = false
  29. # Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device
  30. # 0x000F = Broadcom Corporation (default)
  31. #vendorId = 0x000F
  32. # Vendor ID Source
  33. # 0x0001 = Bluetooth SIG assigned Device ID Vendor ID value (default)
  34. # 0x0002 = USB Implementer's Forum assigned Device ID Vendor ID value
  35. #vendorIdSource = 0x0001
  36. # Product ID & Product Version
  37. # Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
  38. # JJ: major version number, M: minor version number, N: sub-minor version number
  39. # Default: 0x0000, v00.0.0
  40. #productId = 0x0000
  41. #version = 0x0000
  42. # Optional attributes
  43. #clientExecutableURL =
  44. #serviceDescription =
  45. #documentationURL =
  46. #=================================================================================================#
  47. # Device ID (DID) configuration
  48. [DID3]
  49. # Primary Record - true or false (default)
  50. # There can be only one primary record
  51. #primaryRecord = false
  52. # Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device
  53. # 0x000F = Broadcom Corporation (default)
  54. #vendorId = 0x000F
  55. # Vendor ID Source
  56. # 0x0001 = Bluetooth SIG assigned Device ID Vendor ID value (default)
  57. # 0x0002 = USB Implementer's Forum assigned Device ID Vendor ID value
  58. #vendorIdSource = 0x0001
  59. # Product ID & Product Version
  60. # Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
  61. # JJ: major version number, M: minor version number, N: sub-minor version number
  62. # Default: 0x0000, v00.0.0
  63. #productId = 0x0000
  64. #version = 0x0000
  65. # Optional attributes
  66. #clientExecutableURL =
  67. #serviceDescription =
  68. #documentationURL =