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