Home | History | Annotate | Download | only in conf
      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 #vendorId = 0x000F
     11 
     12 # Vendor ID Source
     13 # 0x0001 = Bluetooth SIG assigned Device ID Vendor ID value (default)
     14 # 0x0002 = USB Implementers Forum assigned Device ID Vendor ID value
     15 #vendorIdSource = 0x0001
     16 
     17 # Product ID & Product Version
     18 # Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
     19 # JJ: major version number, M: minor version number, N: sub-minor version number
     20 # For example: 1200, v14.3.6
     21 productId = 0x1200
     22 version = 0x1436
     23 
     24 # Optional attributes
     25 #clientExecutableURL =
     26 #serviceDescription =
     27 #documentationURL =
     28 
     29 #=================================================================================================#
     30 # Device ID (DID) configuration
     31 [DID2]
     32 
     33 # Primary Record - true or false (default)
     34 # There can be only one primary record
     35 #primaryRecord = false
     36 
     37 # Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device
     38 # 0x000F = Broadcom Corporation (default)
     39 #vendorId = 0x000F
     40 
     41 # Vendor ID Source
     42 # 0x0001 = Bluetooth SIG assigned Device ID Vendor ID value (default)
     43 # 0x0002 = USB Implementers Forum assigned Device ID Vendor ID value
     44 #vendorIdSource = 0x0001
     45 
     46 # Product ID & Product Version
     47 # Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
     48 # JJ: major version number, M: minor version number, N: sub-minor version number
     49 # Default: 0x0000, v00.0.0
     50 #productId = 0x0000
     51 #version = 0x0000
     52 
     53 # Optional attributes
     54 #clientExecutableURL =
     55 #serviceDescription =
     56 #documentationURL =
     57 
     58 #=================================================================================================#
     59 # Device ID (DID) configuration
     60 [DID3]
     61 
     62 # Primary Record - true or false (default)
     63 # There can be only one primary record
     64 #primaryRecord = false
     65 
     66 # Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device
     67 # 0x000F = Broadcom Corporation (default)
     68 #vendorId = 0x000F
     69 
     70 # Vendor ID Source
     71 # 0x0001 = Bluetooth SIG assigned Device ID Vendor ID value (default)
     72 # 0x0002 = USB Implementers Forum assigned Device ID Vendor ID value
     73 #vendorIdSource = 0x0001
     74 
     75 # Product ID & Product Version
     76 # Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
     77 # JJ: major version number, M: minor version number, N: sub-minor version number
     78 # Default: 0x0000, v00.0.0
     79 #productId = 0x0000
     80 #version = 0x0000
     81 
     82 # Optional attributes
     83 #clientExecutableURL =
     84 #serviceDescription =
     85 #documentationURL =
     86