William Escande | 1a477a0 | 2023-02-24 17:08:55 -0800 | [diff] [blame] | 1 | module: "android.sysprop.bluetooth.Hfp" |
| 2 | owner: Platform |
| 3 | |
| 4 | prop { |
William Escande | 248721c | 2023-03-09 08:53:16 -0800 | [diff] [blame] | 5 | api_name: "hf_client_features" |
| 6 | type: Integer |
| 7 | scope: Internal |
| 8 | access: Readonly |
| 9 | prop_name: "bluetooth.hfp.hf_client_features.config" |
| 10 | } |
| 11 | |
| 12 | prop { |
William Escande | 698f4dc | 2023-03-09 09:03:03 -0800 | [diff] [blame] | 13 | api_name: "hf_features" |
| 14 | type: Integer |
| 15 | scope: Internal |
| 16 | access: Readonly |
| 17 | prop_name: "bluetooth.hfp.hf_features.config" |
| 18 | } |
| 19 | |
| 20 | prop { |
William Escande | 1a477a0 | 2023-02-24 17:08:55 -0800 | [diff] [blame] | 21 | api_name: "hf_services" |
| 22 | type: Integer |
| 23 | scope: Internal |
| 24 | access: Readonly |
| 25 | prop_name: "bluetooth.hfp.hf_services_mask.config" |
| 26 | } |
| 27 | |
William Escande | fb9e4fa | 2023-03-07 01:25:40 -0800 | [diff] [blame] | 28 | prop { |
| 29 | api_name: "version" |
| 30 | type: Integer |
| 31 | scope: Internal |
| 32 | access: Readonly |
| 33 | prop_name: "bluetooth.hfp.version.config" |
| 34 | } |
| 35 | |
William Escande | 4b660ce | 2023-11-13 16:28:52 -0800 | [diff] [blame] | 36 | prop { |
| 37 | api_name: "codec_aptx_voice" |
| 38 | type: Boolean |
| 39 | scope: Internal |
| 40 | access: Readonly |
| 41 | prop_name: "bluetooth.hfp.codec_aptx_voice.enabled" |
| 42 | } |
| 43 | |
Phaneendra Reddy | 16f2a5b | 2023-06-12 15:25:01 +0530 | [diff] [blame] | 44 | # Used to enable/disable AptX SWB Power Management |
| 45 | prop { |
| 46 | api_name: "swb_aptx_power_management" |
| 47 | type: Boolean |
| 48 | scope: Internal |
| 49 | access: Readonly |
| 50 | prop_name: "bluetooth.hfp.swb.aptx.power_management.enabled" |
| 51 | } |