From 3275b689d7e7152d29c10087fa7408697a6b04df Mon Sep 17 00:00:00 2001 From: jonerlin Date: Thu, 10 Mar 2022 23:03:04 +0800 Subject: [PATCH] bt: support Sar backoff high resolution command in P22 projects * set SarBackOffHighResolution = true for support power index from 0 to 80 for setting backoff in 0.25 dB step Bug: 170369474 Test: sending sar command with power cap index between 20 ~ 80 and confirm the SAR backoff is workable. Change-Id: I56d75abcff55e93554bf656fff164b861fe0e3c2 --- bluetooth/bt_vendor_overlay.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bluetooth/bt_vendor_overlay.conf b/bluetooth/bt_vendor_overlay.conf index 9c44fe0..16963bf 100644 --- a/bluetooth/bt_vendor_overlay.conf +++ b/bluetooth/bt_vendor_overlay.conf @@ -2,3 +2,6 @@ # Uart port name UartPort = /dev/ttySAC18 + +# Sar backOff high resolution support +SarBackOffHighResolution = true