From 9ef2359c2cba3e72f4265322a6a05f719e4351dc Mon Sep 17 00:00:00 2001 From: Yung Ti Su Date: Fri, 2 Dec 2022 09:34:14 +0800 Subject: [PATCH 1/2] audio: [L10] Recording tuning table update 12/01 - DVT Ver.2 For Final setting update IIR1 parameters on camcorder(6 scenarios) and IIR2 parameters on mic path(mono, stereo) for DVT stage devices on L10. this version fine tune the IIR filter and make the FR as flat as possible. Files from the latest attachment on b/261005130 Bug: 261005130 Test: verified by darrenyen@ Change-Id: Id7bd28814fd1089cd0af63b29ab6541e5fe57483 --- audio/lynx/tuning/bluenote/recording.gatf | Bin 93884 -> 93884 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/audio/lynx/tuning/bluenote/recording.gatf b/audio/lynx/tuning/bluenote/recording.gatf index 89b206515a3f0a291cfce90f996b519c36e349d5..1f4525ec290094e057463c0c01ca15c8d4a2b325 100644 GIT binary patch delta 2167 zcmd6odrVtZ9LImRFt|K~)?UWL3SF5SI94T2848@jWFr%?KF5Xv+sY^}dCWw%)~!)y ze8jEU0Wac|ItOUfg;5p?mfgESW=!g~=yY+8rRa#v;G8CI8Vz{PX~|~NAdCLtO-{b& z{?4!G-2A?u^Q(JofqQI$Jua>P1AvNWHdbl@VAq6V&3JicQ~zS^*E45c&>x<5@fmHy zCoP^gyN0g5=)(I3!j-Ok^|~<|ii(|*e!AGe^z8#pSaLm_ZwOFKUmSl!DDFr_d2HD3)Kjx2b*y3pi%9e zwxFJ?b}6LI%ya^quzDyJ8;67}z0rc+$xD#7h$g13-z zS(+7}9#$rfh5;PEjils|a0tLlY5=buU|$r#%C&Si>spm;M^%iT3-+JTgpzmg{ZXk_XrZ$JS&Kz;}ig}@S&uYRM(g1RncNbZaZrjNf{ zEh6S=bSI z**O^$t`MiqoNBr3^M{s&`T_?@42ui@snfCR|-CSQc>gdMkxRLLL28WfO*>J6D*&;Hd5eJR<=XBNP zpBw1iDi^1!IOV+Au@|!2d?G}zo5hWyMlqv3!MNIoojDI+ot|uO63st z-7JVyWrGjKzsJaKkI_c3)=y+OmU$haQcIeFk~D)n=Q*Kue_AW)J+tlp;QFI|Eg>HJ z*3Ks7p|{#bR?RGH{CVV+?B>@Ls=BQ?szdkpayMeVI)L@`VrTtZtNjhY`2TB9&h+2| z96se55so-O4im5ZND5QCUJiB!o063zF)&w^7kQ^}yYi_s2bV_xXO`j=qqN zz7T74ifsZRroDw`i4dX(6UZ}9GzXp@Zl&3Et??z^>`y6W7i(Hd%hTQulzEKXI2Wg@ zns|b~+SaZZZ|5;JJuaL%zSvonI$Xl) zN+d)QaBCOtf+5UE5*vX1zeWWdHUc9p^9o&i3e z2yfjrFs96Ch_G-**rJVX*ka+OZGq@OWCqP zsD#omF+y#q##vR2GsmaH-7q~*4A}c17_|!^=dy%Q$78zV;F~sy0hY(v9g_HAdgGym zi35wW7OWpW$94C5hEm$f^G5Qn=enAn4@R|JvvBS)r-s9mnk!)1D7@&HjCuhRBL|b? Wz>^~fz3)K-wb(x#oJz)D2j~YM?57|A From caa58b6e1e720da0faa989d0fee1fc6e42dd7064 Mon Sep 17 00:00:00 2001 From: Vic Huang Date: Tue, 29 Nov 2022 03:57:02 +0000 Subject: [PATCH 2/2] [L10]Update BT SAR tables for different SKUs/countries Bug: 259198345 Test: Manual test and RF verify pass Change-Id: I2295ba998811ffcb223782516c18a8ffea523d91 --- ...US.csv => bluetooth_power_limits_Lynx.csv} | 68 +++++++++---------- .../bluetooth_power_limits_Lynx_G0DZQ_CA.csv | 34 ++++++++++ .../bluetooth_power_limits_Lynx_G0DZQ_EU.csv | 34 ++++++++++ ... bluetooth_power_limits_Lynx_G0DZQ_JP.csv} | 68 +++++++++---------- .../bluetooth_power_limits_Lynx_G0DZQ_US.csv | 34 ++++++++++ ... bluetooth_power_limits_Lynx_G82U8_JP.csv} | 68 +++++++++---------- .../bluetooth_power_limits_Lynx_GHL1X_EU.csv | 34 ++++++++++ .../bluetooth_power_limits_Lynx_GWKK3_CA.csv | 34 ++++++++++ .../bluetooth_power_limits_Lynx_GWKK3_US.csv | 34 ++++++++++ bluetooth/qti_default.mk | 12 +++- 10 files changed, 315 insertions(+), 105 deletions(-) rename bluetooth/{bluetooth_power_limits_L10_US.csv => bluetooth_power_limits_Lynx.csv} (82%) create mode 100644 bluetooth/bluetooth_power_limits_Lynx_G0DZQ_CA.csv create mode 100644 bluetooth/bluetooth_power_limits_Lynx_G0DZQ_EU.csv rename bluetooth/{bluetooth_power_limits_L10_EU.csv => bluetooth_power_limits_Lynx_G0DZQ_JP.csv} (63%) create mode 100644 bluetooth/bluetooth_power_limits_Lynx_G0DZQ_US.csv rename bluetooth/{bluetooth_power_limits_L10_JP.csv => bluetooth_power_limits_Lynx_G82U8_JP.csv} (63%) create mode 100644 bluetooth/bluetooth_power_limits_Lynx_GHL1X_EU.csv create mode 100644 bluetooth/bluetooth_power_limits_Lynx_GWKK3_CA.csv create mode 100644 bluetooth/bluetooth_power_limits_Lynx_GWKK3_US.csv diff --git a/bluetooth/bluetooth_power_limits_L10_US.csv b/bluetooth/bluetooth_power_limits_Lynx.csv similarity index 82% rename from bluetooth/bluetooth_power_limits_L10_US.csv rename to bluetooth/bluetooth_power_limits_Lynx.csv index 9ec5ec9..65bd062 100644 --- a/bluetooth/bluetooth_power_limits_L10_US.csv +++ b/bluetooth/bluetooth_power_limits_Lynx.csv @@ -1,34 +1,34 @@ -Head,BTHotspot,WIFI5Ghz,HotspotVoice,Cell,IMU,BDR_Single_Chain_0,EDR_Single_Chain_0,BLE_Single_Chain_0,BDR_Single_Chain_1,EDR_Single_Chain_1,BLE_Single_Chain_1,BDR_Dual_Chain_0,EDR_Dual_Chain_0,BLE_Dual_Chain_0,BDR_Dual_Chain_1,EDR_Dual_Chain_1,BLE_Dual_Chain_1 -off,off,off,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 -off,off,off,off,on,on,76,68,76,76,68,76,76,68,76,76,68,76 -off,off,off,on,off,on,76,68,76,76,68,76,76,68,76,76,68,76 -off,off,off,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 -off,off,on,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 -off,off,on,off,on,on,56,56,56,56,56,56,56,56,56,56,56,56 -off,off,on,on,off,on,56,56,56,56,56,56,56,56,56,56,56,56 -off,off,on,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 -off,on,off,off,off,on,56,56,56,56,56,56,56,56,56,56,56,56 -off,on,off,off,on,on,56,56,56,56,56,56,56,56,56,56,56,56 -off,on,off,on,off,on,56,56,56,56,56,56,56,56,56,56,56,56 -off,on,off,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 -off,on,on,off,off,on,56,56,56,56,56,56,56,56,56,56,56,56 -off,on,on,off,on,on,56,56,56,56,56,56,56,56,56,56,56,56 -off,on,on,on,off,on,56,56,56,56,56,56,56,56,56,56,56,56 -off,on,on,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 -on,off,off,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 -on,off,off,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 -on,off,off,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 -on,off,off,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 -on,off,on,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 -on,off,on,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 -on,off,on,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 -on,off,on,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 -on,on,off,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 -on,on,off,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 -on,on,off,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 -on,on,off,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 -on,on,on,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 -on,on,on,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 -on,on,on,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 -on,on,on,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 -off,any,any,any,any,off,76,68,76,76,68,76,76,68,76,76,68,76 +Head,BTHotspot,WIFI5Ghz,HotspotVoice,Cell,IMU,BDR_Single_Chain_0,EDR_Single_Chain_0,BLE_Single_Chain_0,BDR_Single_Chain_1,EDR_Single_Chain_1,BLE_Single_Chain_1,BDR_Dual_Chain_0,EDR_Dual_Chain_0,BLE_Dual_Chain_0,BDR_Dual_Chain_1,EDR_Dual_Chain_1,BLE_Dual_Chain_1 +off,off,off,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,off,off,on,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,off,on,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,off,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,off,on,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,on,off,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,off,on,on,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,on,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,on,off,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,off,off,on,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,off,on,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,off,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,on,on,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,on,off,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,on,on,on,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,on,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +on,off,off,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,off,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,off,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,off,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,on,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,on,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,on,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,on,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,off,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,off,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,off,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,off,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,on,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,on,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,on,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,on,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +off,any,any,any,any,off,76,68,76,76,68,76,76,68,76,76,68,76 diff --git a/bluetooth/bluetooth_power_limits_Lynx_G0DZQ_CA.csv b/bluetooth/bluetooth_power_limits_Lynx_G0DZQ_CA.csv new file mode 100644 index 0000000..65bd062 --- /dev/null +++ b/bluetooth/bluetooth_power_limits_Lynx_G0DZQ_CA.csv @@ -0,0 +1,34 @@ +Head,BTHotspot,WIFI5Ghz,HotspotVoice,Cell,IMU,BDR_Single_Chain_0,EDR_Single_Chain_0,BLE_Single_Chain_0,BDR_Single_Chain_1,EDR_Single_Chain_1,BLE_Single_Chain_1,BDR_Dual_Chain_0,EDR_Dual_Chain_0,BLE_Dual_Chain_0,BDR_Dual_Chain_1,EDR_Dual_Chain_1,BLE_Dual_Chain_1 +off,off,off,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,off,off,on,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,off,on,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,off,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,off,on,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,on,off,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,off,on,on,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,on,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,on,off,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,off,off,on,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,off,on,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,off,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,on,on,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,on,off,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,on,on,on,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,on,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +on,off,off,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,off,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,off,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,off,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,on,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,on,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,on,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,on,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,off,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,off,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,off,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,off,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,on,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,on,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,on,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,on,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +off,any,any,any,any,off,76,68,76,76,68,76,76,68,76,76,68,76 diff --git a/bluetooth/bluetooth_power_limits_Lynx_G0DZQ_EU.csv b/bluetooth/bluetooth_power_limits_Lynx_G0DZQ_EU.csv new file mode 100644 index 0000000..55ccb90 --- /dev/null +++ b/bluetooth/bluetooth_power_limits_Lynx_G0DZQ_EU.csv @@ -0,0 +1,34 @@ +Head,BTHotspot,WIFI5Ghz,HotspotVoice,Cell,IMU,BDR_Single_Chain_0,EDR_Single_Chain_0,BLE_Single_Chain_0,BDR_Single_Chain_1,EDR_Single_Chain_1,BLE_Single_Chain_1,BDR_Dual_Chain_0,EDR_Dual_Chain_0,BLE_Dual_Chain_0,BDR_Dual_Chain_1,EDR_Dual_Chain_1,BLE_Dual_Chain_1 +off,off,off,off,off,on,76,68,40,76,68,34,76,68,40,76,68,34 +off,off,off,off,on,on,76,68,40,76,68,34,76,68,40,76,68,34 +off,off,off,on,off,on,76,68,40,76,68,34,76,68,40,76,68,34 +off,off,off,on,on,on,76,68,40,76,68,34,76,68,40,76,68,34 +off,off,on,off,off,on,76,68,40,76,68,34,76,68,40,76,68,34 +off,off,on,off,on,on,76,68,40,76,68,34,76,68,40,76,68,34 +off,off,on,on,off,on,76,68,40,76,68,34,76,68,40,76,68,34 +off,off,on,on,on,on,76,68,40,76,68,34,76,68,40,76,68,34 +off,on,off,off,off,on,76,68,40,76,68,34,76,68,40,76,68,34 +off,on,off,off,on,on,76,68,40,76,68,34,76,68,40,76,68,34 +off,on,off,on,off,on,76,68,40,76,68,34,76,68,40,76,68,34 +off,on,off,on,on,on,76,68,40,76,68,34,76,68,40,76,68,34 +off,on,on,off,off,on,76,68,40,76,68,34,76,68,40,76,68,34 +off,on,on,off,on,on,76,68,40,76,68,34,76,68,40,76,68,34 +off,on,on,on,off,on,76,68,40,76,68,34,76,68,40,76,68,34 +off,on,on,on,on,on,76,68,40,76,68,34,76,68,40,76,68,34 +on,off,off,off,off,any,76,68,40,76,68,34,76,68,40,76,68,34 +on,off,off,off,on,any,76,68,40,76,68,34,76,68,40,76,68,34 +on,off,off,on,off,any,76,68,40,76,68,34,76,68,40,76,68,34 +on,off,off,on,on,any,76,68,40,76,68,34,76,68,40,76,68,34 +on,off,on,off,off,any,76,68,40,76,68,34,76,68,40,76,68,34 +on,off,on,off,on,any,76,68,40,76,68,34,76,68,40,76,68,34 +on,off,on,on,off,any,76,68,40,76,68,34,76,68,40,76,68,34 +on,off,on,on,on,any,76,68,40,76,68,34,76,68,40,76,68,34 +on,on,off,off,off,any,76,68,40,76,68,34,76,68,40,76,68,34 +on,on,off,off,on,any,76,68,40,76,68,34,76,68,40,76,68,34 +on,on,off,on,off,any,76,68,40,76,68,34,76,68,40,76,68,34 +on,on,off,on,on,any,76,68,40,76,68,34,76,68,40,76,68,34 +on,on,on,off,off,any,76,68,40,76,68,34,76,68,40,76,68,34 +on,on,on,off,on,any,76,68,40,76,68,34,76,68,40,76,68,34 +on,on,on,on,off,any,76,68,40,76,68,34,76,68,40,76,68,34 +on,on,on,on,on,any,76,68,40,76,68,34,76,68,40,76,68,34 +off,any,any,any,any,off,76,68,40,76,68,34,76,68,40,76,68,34 diff --git a/bluetooth/bluetooth_power_limits_L10_EU.csv b/bluetooth/bluetooth_power_limits_Lynx_G0DZQ_JP.csv similarity index 63% rename from bluetooth/bluetooth_power_limits_L10_EU.csv rename to bluetooth/bluetooth_power_limits_Lynx_G0DZQ_JP.csv index e16b5c2..6ee6354 100644 --- a/bluetooth/bluetooth_power_limits_L10_EU.csv +++ b/bluetooth/bluetooth_power_limits_Lynx_G0DZQ_JP.csv @@ -1,34 +1,34 @@ -Head,BTHotspot,WIFI5Ghz,HotspotVoice,Cell,IMU,BDR_Single_Chain_0,EDR_Single_Chain_0,BLE_Single_Chain_0,BDR_Single_Chain_1,EDR_Single_Chain_1,BLE_Single_Chain_1,BDR_Dual_Chain_0,EDR_Dual_Chain_0,BLE_Dual_Chain_0,BDR_Dual_Chain_1,EDR_Dual_Chain_1,BLE_Dual_Chain_1 -off,off,off,off,off,on,76,68,40,76,68,40,76,68,40,76,68,40 -off,off,off,off,on,on,76,68,40,76,68,40,76,68,40,76,68,40 -off,off,off,on,off,on,76,68,40,76,68,40,76,68,40,76,68,40 -off,off,off,on,on,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,off,on,off,off,on,76,68,40,76,68,40,76,68,40,76,68,40 -off,off,on,off,on,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,off,on,on,off,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,off,on,on,on,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,on,off,off,off,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,on,off,off,on,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,on,off,on,off,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,on,off,on,on,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,on,on,off,off,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,on,on,off,on,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,on,on,on,off,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,on,on,on,on,on,72,68,40,72,68,40,72,68,40,72,68,40 -on,off,off,off,off,any,76,68,40,76,68,40,76,68,40,76,68,40 -on,off,off,off,on,any,76,68,40,76,68,40,76,68,40,76,68,40 -on,off,off,on,off,any,76,68,40,76,68,40,76,68,40,76,68,40 -on,off,off,on,on,any,76,68,40,76,68,40,76,68,40,76,68,40 -on,off,on,off,off,any,76,68,40,76,68,40,76,68,40,76,68,40 -on,off,on,off,on,any,76,68,40,76,68,40,76,68,40,76,68,40 -on,off,on,on,off,any,76,68,40,76,68,40,76,68,40,76,68,40 -on,off,on,on,on,any,76,68,40,76,68,40,76,68,40,76,68,40 -on,on,off,off,off,any,72,68,40,72,68,40,72,68,40,72,68,40 -on,on,off,off,on,any,72,68,40,72,68,40,72,68,40,72,68,40 -on,on,off,on,off,any,72,68,40,72,68,40,72,68,40,72,68,40 -on,on,off,on,on,any,72,68,40,72,68,40,72,68,40,72,68,40 -on,on,on,off,off,any,72,68,40,72,68,40,72,68,40,72,68,40 -on,on,on,off,on,any,72,68,40,72,68,40,72,68,40,72,68,40 -on,on,on,on,off,any,72,68,40,72,68,40,72,68,40,72,68,40 -on,on,on,on,on,any,72,68,40,72,68,40,72,68,40,72,68,40 -off,any,any,any,any,off,76,68,40,76,68,40,76,68,40,76,68,40 +Head,BTHotspot,WIFI5Ghz,HotspotVoice,Cell,IMU,BDR_Single_Chain_0,EDR_Single_Chain_0,BLE_Single_Chain_0,BDR_Single_Chain_1,EDR_Single_Chain_1,BLE_Single_Chain_1,BDR_Dual_Chain_0,EDR_Dual_Chain_0,BLE_Dual_Chain_0,BDR_Dual_Chain_1,EDR_Dual_Chain_1,BLE_Dual_Chain_1 +off,off,off,off,off,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,off,off,off,on,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,off,off,on,off,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,off,off,on,on,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,off,on,off,off,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,off,on,off,on,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,off,on,on,off,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,off,on,on,on,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,on,off,off,off,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,on,off,off,on,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,on,off,on,off,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,on,off,on,on,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,on,on,off,off,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,on,on,off,on,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,on,on,on,off,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,on,on,on,on,on,72,68,40,72,68,40,72,68,40,72,68,40 +on,off,off,off,off,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,off,off,off,on,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,off,off,on,off,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,off,off,on,on,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,off,on,off,off,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,off,on,off,on,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,off,on,on,off,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,off,on,on,on,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,on,off,off,off,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,on,off,off,on,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,on,off,on,off,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,on,off,on,on,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,on,on,off,off,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,on,on,off,on,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,on,on,on,off,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,on,on,on,on,any,72,68,40,72,68,40,72,68,40,72,68,40 +off,any,any,any,any,off,72,68,40,72,68,40,72,68,40,72,68,40 diff --git a/bluetooth/bluetooth_power_limits_Lynx_G0DZQ_US.csv b/bluetooth/bluetooth_power_limits_Lynx_G0DZQ_US.csv new file mode 100644 index 0000000..65bd062 --- /dev/null +++ b/bluetooth/bluetooth_power_limits_Lynx_G0DZQ_US.csv @@ -0,0 +1,34 @@ +Head,BTHotspot,WIFI5Ghz,HotspotVoice,Cell,IMU,BDR_Single_Chain_0,EDR_Single_Chain_0,BLE_Single_Chain_0,BDR_Single_Chain_1,EDR_Single_Chain_1,BLE_Single_Chain_1,BDR_Dual_Chain_0,EDR_Dual_Chain_0,BLE_Dual_Chain_0,BDR_Dual_Chain_1,EDR_Dual_Chain_1,BLE_Dual_Chain_1 +off,off,off,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,off,off,on,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,off,on,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,off,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,off,on,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,on,off,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,off,on,on,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,on,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,on,off,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,off,off,on,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,off,on,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,off,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,on,on,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,on,off,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,on,on,on,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,on,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +on,off,off,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,off,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,off,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,off,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,on,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,on,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,on,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,on,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,off,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,off,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,off,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,off,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,on,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,on,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,on,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,on,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +off,any,any,any,any,off,76,68,76,76,68,76,76,68,76,76,68,76 diff --git a/bluetooth/bluetooth_power_limits_L10_JP.csv b/bluetooth/bluetooth_power_limits_Lynx_G82U8_JP.csv similarity index 63% rename from bluetooth/bluetooth_power_limits_L10_JP.csv rename to bluetooth/bluetooth_power_limits_Lynx_G82U8_JP.csv index e16b5c2..6ee6354 100644 --- a/bluetooth/bluetooth_power_limits_L10_JP.csv +++ b/bluetooth/bluetooth_power_limits_Lynx_G82U8_JP.csv @@ -1,34 +1,34 @@ -Head,BTHotspot,WIFI5Ghz,HotspotVoice,Cell,IMU,BDR_Single_Chain_0,EDR_Single_Chain_0,BLE_Single_Chain_0,BDR_Single_Chain_1,EDR_Single_Chain_1,BLE_Single_Chain_1,BDR_Dual_Chain_0,EDR_Dual_Chain_0,BLE_Dual_Chain_0,BDR_Dual_Chain_1,EDR_Dual_Chain_1,BLE_Dual_Chain_1 -off,off,off,off,off,on,76,68,40,76,68,40,76,68,40,76,68,40 -off,off,off,off,on,on,76,68,40,76,68,40,76,68,40,76,68,40 -off,off,off,on,off,on,76,68,40,76,68,40,76,68,40,76,68,40 -off,off,off,on,on,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,off,on,off,off,on,76,68,40,76,68,40,76,68,40,76,68,40 -off,off,on,off,on,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,off,on,on,off,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,off,on,on,on,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,on,off,off,off,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,on,off,off,on,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,on,off,on,off,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,on,off,on,on,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,on,on,off,off,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,on,on,off,on,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,on,on,on,off,on,72,68,40,72,68,40,72,68,40,72,68,40 -off,on,on,on,on,on,72,68,40,72,68,40,72,68,40,72,68,40 -on,off,off,off,off,any,76,68,40,76,68,40,76,68,40,76,68,40 -on,off,off,off,on,any,76,68,40,76,68,40,76,68,40,76,68,40 -on,off,off,on,off,any,76,68,40,76,68,40,76,68,40,76,68,40 -on,off,off,on,on,any,76,68,40,76,68,40,76,68,40,76,68,40 -on,off,on,off,off,any,76,68,40,76,68,40,76,68,40,76,68,40 -on,off,on,off,on,any,76,68,40,76,68,40,76,68,40,76,68,40 -on,off,on,on,off,any,76,68,40,76,68,40,76,68,40,76,68,40 -on,off,on,on,on,any,76,68,40,76,68,40,76,68,40,76,68,40 -on,on,off,off,off,any,72,68,40,72,68,40,72,68,40,72,68,40 -on,on,off,off,on,any,72,68,40,72,68,40,72,68,40,72,68,40 -on,on,off,on,off,any,72,68,40,72,68,40,72,68,40,72,68,40 -on,on,off,on,on,any,72,68,40,72,68,40,72,68,40,72,68,40 -on,on,on,off,off,any,72,68,40,72,68,40,72,68,40,72,68,40 -on,on,on,off,on,any,72,68,40,72,68,40,72,68,40,72,68,40 -on,on,on,on,off,any,72,68,40,72,68,40,72,68,40,72,68,40 -on,on,on,on,on,any,72,68,40,72,68,40,72,68,40,72,68,40 -off,any,any,any,any,off,76,68,40,76,68,40,76,68,40,76,68,40 +Head,BTHotspot,WIFI5Ghz,HotspotVoice,Cell,IMU,BDR_Single_Chain_0,EDR_Single_Chain_0,BLE_Single_Chain_0,BDR_Single_Chain_1,EDR_Single_Chain_1,BLE_Single_Chain_1,BDR_Dual_Chain_0,EDR_Dual_Chain_0,BLE_Dual_Chain_0,BDR_Dual_Chain_1,EDR_Dual_Chain_1,BLE_Dual_Chain_1 +off,off,off,off,off,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,off,off,off,on,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,off,off,on,off,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,off,off,on,on,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,off,on,off,off,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,off,on,off,on,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,off,on,on,off,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,off,on,on,on,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,on,off,off,off,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,on,off,off,on,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,on,off,on,off,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,on,off,on,on,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,on,on,off,off,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,on,on,off,on,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,on,on,on,off,on,72,68,40,72,68,40,72,68,40,72,68,40 +off,on,on,on,on,on,72,68,40,72,68,40,72,68,40,72,68,40 +on,off,off,off,off,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,off,off,off,on,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,off,off,on,off,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,off,off,on,on,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,off,on,off,off,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,off,on,off,on,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,off,on,on,off,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,off,on,on,on,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,on,off,off,off,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,on,off,off,on,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,on,off,on,off,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,on,off,on,on,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,on,on,off,off,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,on,on,off,on,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,on,on,on,off,any,72,68,40,72,68,40,72,68,40,72,68,40 +on,on,on,on,on,any,72,68,40,72,68,40,72,68,40,72,68,40 +off,any,any,any,any,off,72,68,40,72,68,40,72,68,40,72,68,40 diff --git a/bluetooth/bluetooth_power_limits_Lynx_GHL1X_EU.csv b/bluetooth/bluetooth_power_limits_Lynx_GHL1X_EU.csv new file mode 100644 index 0000000..c58c015 --- /dev/null +++ b/bluetooth/bluetooth_power_limits_Lynx_GHL1X_EU.csv @@ -0,0 +1,34 @@ +Head,BTHotspot,WIFI5Ghz,HotspotVoice,Cell,IMU,BDR_Single_Chain_0,EDR_Single_Chain_0,BLE_Single_Chain_0,BDR_Single_Chain_1,EDR_Single_Chain_1,BLE_Single_Chain_1,BDR_Dual_Chain_0,EDR_Dual_Chain_0,BLE_Dual_Chain_0,BDR_Dual_Chain_1,EDR_Dual_Chain_1,BLE_Dual_Chain_1 +off,off,off,off,off,on,76,68,40,76,68,34,76,68,40,76,68,34 +off,off,off,off,on,on,76,68,40,76,68,34,76,68,40,76,68,34 +off,off,off,on,off,on,76,68,40,76,68,34,76,68,40,76,68,34 +off,off,off,on,on,on,64,64,40,64,64,34,64,64,40,64,64,34 +off,off,on,off,off,on,76,68,40,76,68,34,76,68,40,76,68,34 +off,off,on,off,on,on,64,64,40,64,64,34,64,64,40,64,64,34 +off,off,on,on,off,on,72,68,40,72,68,34,72,68,40,72,68,34 +off,off,on,on,on,on,64,64,40,64,64,34,64,64,40,64,64,34 +off,on,off,off,off,on,72,68,40,72,68,34,72,68,40,72,68,34 +off,on,off,off,on,on,72,68,40,72,68,34,72,68,40,72,68,34 +off,on,off,on,off,on,72,68,40,72,68,34,72,68,40,72,68,34 +off,on,off,on,on,on,64,64,40,64,64,34,64,64,40,64,64,34 +off,on,on,off,off,on,72,68,40,72,68,34,72,68,40,72,68,34 +off,on,on,off,on,on,64,64,40,64,64,34,64,64,40,64,64,34 +off,on,on,on,off,on,72,68,40,72,68,34,72,68,40,72,68,34 +off,on,on,on,on,on,64,64,40,64,64,34,64,64,40,64,64,34 +on,off,off,off,off,any,64,64,40,64,64,34,64,64,40,64,64,34 +on,off,off,off,on,any,64,64,40,64,64,34,64,64,40,64,64,34 +on,off,off,on,off,any,64,64,40,64,64,34,64,64,40,64,64,34 +on,off,off,on,on,any,64,64,40,64,64,34,64,64,40,64,64,34 +on,off,on,off,off,any,64,64,40,64,64,34,64,64,40,64,64,34 +on,off,on,off,on,any,64,64,40,64,64,34,64,64,40,64,64,34 +on,off,on,on,off,any,64,64,40,64,64,34,64,64,40,64,64,34 +on,off,on,on,on,any,64,64,40,64,64,34,64,64,40,64,64,34 +on,on,off,off,off,any,64,64,40,64,64,34,64,64,40,64,64,34 +on,on,off,off,on,any,64,64,40,64,64,34,64,64,40,64,64,34 +on,on,off,on,off,any,64,64,40,64,64,34,64,64,40,64,64,34 +on,on,off,on,on,any,64,64,40,64,64,34,64,64,40,64,64,34 +on,on,on,off,off,any,64,64,40,64,64,34,64,64,40,64,64,34 +on,on,on,off,on,any,64,64,40,64,64,34,64,64,40,64,64,34 +on,on,on,on,off,any,64,64,40,64,64,34,64,64,40,64,64,34 +on,on,on,on,on,any,64,64,40,64,64,34,64,64,40,64,64,34 +off,any,any,any,any,off,76,68,40,76,68,34,76,68,40,76,68,34 diff --git a/bluetooth/bluetooth_power_limits_Lynx_GWKK3_CA.csv b/bluetooth/bluetooth_power_limits_Lynx_GWKK3_CA.csv new file mode 100644 index 0000000..65bd062 --- /dev/null +++ b/bluetooth/bluetooth_power_limits_Lynx_GWKK3_CA.csv @@ -0,0 +1,34 @@ +Head,BTHotspot,WIFI5Ghz,HotspotVoice,Cell,IMU,BDR_Single_Chain_0,EDR_Single_Chain_0,BLE_Single_Chain_0,BDR_Single_Chain_1,EDR_Single_Chain_1,BLE_Single_Chain_1,BDR_Dual_Chain_0,EDR_Dual_Chain_0,BLE_Dual_Chain_0,BDR_Dual_Chain_1,EDR_Dual_Chain_1,BLE_Dual_Chain_1 +off,off,off,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,off,off,on,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,off,on,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,off,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,off,on,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,on,off,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,off,on,on,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,on,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,on,off,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,off,off,on,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,off,on,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,off,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,on,on,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,on,off,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,on,on,on,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,on,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +on,off,off,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,off,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,off,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,off,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,on,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,on,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,on,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,on,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,off,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,off,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,off,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,off,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,on,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,on,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,on,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,on,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +off,any,any,any,any,off,76,68,76,76,68,76,76,68,76,76,68,76 diff --git a/bluetooth/bluetooth_power_limits_Lynx_GWKK3_US.csv b/bluetooth/bluetooth_power_limits_Lynx_GWKK3_US.csv new file mode 100644 index 0000000..65bd062 --- /dev/null +++ b/bluetooth/bluetooth_power_limits_Lynx_GWKK3_US.csv @@ -0,0 +1,34 @@ +Head,BTHotspot,WIFI5Ghz,HotspotVoice,Cell,IMU,BDR_Single_Chain_0,EDR_Single_Chain_0,BLE_Single_Chain_0,BDR_Single_Chain_1,EDR_Single_Chain_1,BLE_Single_Chain_1,BDR_Dual_Chain_0,EDR_Dual_Chain_0,BLE_Dual_Chain_0,BDR_Dual_Chain_1,EDR_Dual_Chain_1,BLE_Dual_Chain_1 +off,off,off,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,off,off,on,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,off,on,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,off,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,off,on,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,on,off,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,off,on,on,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,off,on,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,on,off,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,off,off,on,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,off,on,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,off,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,on,on,off,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,on,off,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +off,on,on,on,off,on,76,68,76,76,68,76,76,68,76,76,68,76 +off,on,on,on,on,on,56,56,56,56,56,56,56,56,56,56,56,56 +on,off,off,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,off,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,off,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,off,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,on,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,on,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,on,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,off,on,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,off,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,off,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,off,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,off,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,on,off,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,on,off,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,on,on,off,any,44,44,44,44,44,44,44,44,44,44,44,44 +on,on,on,on,on,any,44,44,44,44,44,44,44,44,44,44,44,44 +off,any,any,any,any,off,76,68,76,76,68,76,76,68,76,76,68,76 diff --git a/bluetooth/qti_default.mk b/bluetooth/qti_default.mk index ad2eafa..5b6d757 100644 --- a/bluetooth/qti_default.mk +++ b/bluetooth/qti_default.mk @@ -81,9 +81,15 @@ PRODUCT_PACKAGES += \ # Bluetooth SAR Tx power caps PRODUCT_COPY_FILES += \ - device/google/lynx/bluetooth/bluetooth_power_limits_L10_EU.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_EU.csv \ - device/google/lynx/bluetooth/bluetooth_power_limits_L10_JP.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_JP.csv \ - device/google/lynx/bluetooth/bluetooth_power_limits_L10_US.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_US.csv + device/google/lynx/bluetooth/bluetooth_power_limits_Lynx.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits.csv \ + device/google/lynx/bluetooth/bluetooth_power_limits_Lynx_G0DZQ_EU.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_G0DZQ_EU.csv \ + device/google/lynx/bluetooth/bluetooth_power_limits_Lynx_GHL1X_EU.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_GHL1X_EU.csv \ + device/google/lynx/bluetooth/bluetooth_power_limits_Lynx_G0DZQ_CA.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_G0DZQ_CA.csv \ + device/google/lynx/bluetooth/bluetooth_power_limits_Lynx_G0DZQ_US.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_G0DZQ_US.csv \ + device/google/lynx/bluetooth/bluetooth_power_limits_Lynx_GWKK3_CA.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_GWKK3_cA.csv \ + device/google/lynx/bluetooth/bluetooth_power_limits_Lynx_GWKK3_US.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_GWKK3_US.csv \ + device/google/lynx/bluetooth/bluetooth_power_limits_Lynx_G0DZQ_JP.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_G0DZQ_JP.csv \ + device/google/lynx/bluetooth/bluetooth_power_limits_Lynx_G82U8_JP.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_G82U8_JP.csv # Bluetooth SAR test tools ifneq (,$(filter true, $(TARGET_USE_QTI_BT_SAR_V1_1) $(TARGET_USE_QTI_BT_SAR)))