1module: "android.sysprop.bluetooth.Hfp" 2owner: Platform 3 4prop { 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 12prop { 13 api_name: "hf_features" 14 type: Integer 15 scope: Internal 16 access: Readonly 17 prop_name: "bluetooth.hfp.hf_features.config" 18} 19 20prop { 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 28prop { 29 api_name: "version" 30 type: Integer 31 scope: Internal 32 access: Readonly 33 prop_name: "bluetooth.hfp.version.config" 34} 35 36prop { 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 44# Used to enable/disable AptX SWB Power Management 45prop { 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} 52