[Model] COMMON
[BinType] AP
[Customer] OPEN
[Issue#] N/A
[Request] Internal
[Occurrence Version] N/A
[Problem] BT hcidump is not gathered
[Cause & Measure] Directory owner is set as invalid user. So bt-hci-logdump.sh
cannot acesss it
[Checking Method] *#9900#
[Team] Basic connection
[Developer] Seungyoun Ju
[Solution company] Samsung
[Change Type] Specification change
Change-Id: I2c075f804baafebe0cc84bad8f264f7bbe60928f
BT_DATA_DIR=/var/lib/bluetooth
mkdir -p ${BLUETOOTH_DEBUG}
-${CHOWN} 200:200 ${BLUETOOTH_DEBUG}
+${CHOWN} 551:551 ${BLUETOOTH_DEBUG}
if [ -e ${BT_DATA_DIR} ]
then