Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c796ed5 authored by Myles Watson's avatar Myles Watson Committed by Pavlin Radoslavov
Browse files

Fix formatting of config files

Revert "Apply clang-format to the rest of the tree" for
 .conf files

Change-Id: If3f4a06bd8ebceedf1911b77afb29605fbeb92ef
Test: mma -j32
parent 97a7f20b
Loading
Loading
Loading
Loading
+43 −50
Original line number Diff line number Diff line
@@ -5,8 +5,7 @@
# There can be only one primary record
primaryRecord = true

#Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the \
    device
# Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device
# 0x000F = Broadcom Corporation (default)
#vendorId = 0x000F

@@ -17,18 +16,17 @@

# Product ID & Product Version
# Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
#JJ : major version number, M : minor version number, \
    N : sub - minor version number
# JJ: major version number, M: minor version number, N: sub-minor version number
# For example: 1200, v14.3.6
    productId = 0x1200 version = 0x1436
productId = 0x1200
version = 0x1436

# Optional attributes
#clientExecutableURL =
#serviceDescription =
#documentationURL =

#== == == == == == == == == == == == == == == == == == == == == == == == == == \
    == == == == == == == == == == == == == == == == == == == == == == = #
#=================================================================================================#
# Device ID (DID) configuration
[DID2]

@@ -36,8 +34,7 @@
# There can be only one primary record
#primaryRecord = false

#Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the \
    device
# Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device
# 0x000F = Broadcom Corporation (default)
#vendorId = 0x000F

@@ -48,8 +45,7 @@

# Product ID & Product Version
# Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
#JJ : major version number, M : minor version number, \
    N : sub - minor version number
# JJ: major version number, M: minor version number, N: sub-minor version number
# Default: 0x0000, v00.0.0
#productId = 0x0000
#version = 0x0000
@@ -59,8 +55,7 @@
#serviceDescription =
#documentationURL =

#== == == == == == == == == == == == == == == == == == == == == == == == == == \
    == == == == == == == == == == == == == == == == == == == == == == = #
#=================================================================================================#
# Device ID (DID) configuration
[DID3]

@@ -68,8 +63,7 @@
# There can be only one primary record
#primaryRecord = false

#Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the \
    device
# Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device
# 0x000F = Broadcom Corporation (default)
#vendorId = 0x000F

@@ -80,8 +74,7 @@

# Product ID & Product Version
# Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
#JJ : major version number, M : minor version number, \
    N : sub - minor version number
# JJ: major version number, M: minor version number, N: sub-minor version number
# Default: 0x0000, v00.0.0
#productId = 0x0000
#version = 0x0000
+42 −29
Original line number Diff line number Diff line
@@ -3,8 +3,7 @@
BtSnoopLogOutput=false

# BtSnoop log output file
    BtSnoopFileName = / data / misc / bluetooth / logs /
                      btsnoop_hci.log
BtSnoopFileName=/data/misc/bluetooth/logs/btsnoop_hci.log

# Preserve existing BtSnoop log before overwriting
BtSnoopSaveLog=false
@@ -20,12 +19,26 @@ BtSnoopLogOutput = false
#   BT_TRACE_LEVEL_API     3    ( API traces )
#   BT_TRACE_LEVEL_EVENT   4    ( Debug messages for events )
#   BT_TRACE_LEVEL_DEBUG   5    ( Full debug messages )
#BT_TRACE_LEVEL_VERBOSE 6(Verbose messages) - \
                          Currently supported for TRC_BTAPP only.
    TRC_BTM = 2 TRC_HCI = 2 TRC_L2CAP = 2 TRC_RFCOMM = 2 TRC_OBEX = 2 TRC_AVCT =
        2 TRC_AVDT = 2 TRC_AVRC = 2 TRC_AVDT_SCB = 2 TRC_AVDT_CCB = 2 TRC_A2D =
            2 TRC_SDP = 2 TRC_GATT = 2 TRC_SMP = 2 TRC_BTAPP = 2 TRC_BTIF =
                2 TRC_GAP = 2 TRC_BNEP = 2 TRC_PAN = 2
#   BT_TRACE_LEVEL_VERBOSE 6    ( Verbose messages ) - Currently supported for TRC_BTAPP only.
TRC_BTM=2
TRC_HCI=2
TRC_L2CAP=2
TRC_RFCOMM=2
TRC_OBEX=2
TRC_AVCT=2
TRC_AVDT=2
TRC_AVRC=2
TRC_AVDT_SCB=2
TRC_AVDT_CCB=2
TRC_A2D=2
TRC_SDP=2
TRC_GATT=2
TRC_SMP=2
TRC_BTAPP=2
TRC_BTIF=2
TRC_GAP=2
TRC_BNEP=2
TRC_PAN=2

# This is Log configuration for new C++ code using LOG() macros.
# See libchrome/base/logging.h for description on how to configure your logs.