projects
/
platform
/
adaptation
/
bluetooth-firmware-bcm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28efbc7
)
Fix RPI5 invalid BT address(AA:AA:AA:AA:AA:AA) issue
69/323469/1
accepted/tizen_9.0_unified
tizen_9.0
accepted/tizen/9.0/unified/20250429.162856
author
Wootak Jung
<wootak.jung@samsung.com>
Tue, 29 Apr 2025 00:42:58 +0000
(09:42 +0900)
committer
Wootak Jung
<wootak.jung@samsung.com>
Tue, 29 Apr 2025 04:06:29 +0000
(13:06 +0900)
Change-Id: Ibf4767270c8397ff08ce6c8fb8a153b6f21a6075
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
scripts/bt-dev-start-rpi3.sh
patch
|
blob
|
history
diff --git
a/scripts/bt-dev-start-rpi3.sh
b/scripts/bt-dev-start-rpi3.sh
index 398bdddad7bea7d22ea0cf5cae95603a25edb535..fc51e5d8a2d0d2f7466f3b9da25dfdd40688d8d4 100644
(file)
--- a/
scripts/bt-dev-start-rpi3.sh
+++ b/
scripts/bt-dev-start-rpi3.sh
@@
-58,7
+58,7
@@
do
if (${HCI_CONFIG} | ${GREP} UP); then
echo "Bluetooth device is made"
- if [ "$PIVERSION" = "4" ]; then
+ if [ "$PIVERSION" = "4" ]
|| [ "$PIVERSION" = "5" ]
; then
if (${HCI_TOOL} -i hci0 dev | grep 'AA:AA:AA:AA:AA:AA'); then
${HCI_TOOL} -i hci0 cmd 0x3f 0x001 $BDADDR
${HCI_CONFIG} hci0 reset