Home
last modified time | relevance | path

Searched refs:osi_property_get (Results 1 – 13 of 13) sorted by relevance

/system/bt/osi/test/
Dproperties_test.cpp31 osi_property_get("very.useful.test", value, "very_useful_value"); in TEST_F()
41 osi_property_get("very.useful.set.test", received, NULL); in TEST_F()
/system/bt/osi/include/
Dproperties.h33 int osi_property_get(const char *key, char *value, const char *default_value);
/system/bt/osi/src/
Dproperties.c23 int osi_property_get(const char *key, char *value, const char *default_value) { in osi_property_get() function
/system/bt/vendor_libs/linux/
Dbt_vendor_linux.c103 osi_property_get("bluetooth.interface", prop_value, "0"); in bt_vendor_init()
115 osi_property_get("bluetooth.rfkill", prop_value, "0"); in bt_vendor_init()
121 bt_hwcfg_en = osi_property_get("bluetooth.hwcfg", in bt_vendor_init()
/system/bt/utils/src/
Dbt_utils.c100 int len = osi_property_get("debug.sys.noschedgroups", buf, ""); in check_do_scheduling_group()
/system/bt/btif/src/
Dbtif_core.c322 if (osi_property_get(key, val, NULL)) { in btif_fetch_property()
341 if (osi_property_get(PROPERTY_BT_BDADDR_PATH, val, NULL)) in btif_fetch_local_bdaddr()
Dbtif_hf_client.c942 osi_property_get("ro.bluetooth.hfp.ver", btif_hf_client_version, "1.5"); in btif_hf_client_execute_service()
Dbtif_dm.c2844 osi_property_get("service.brcm.bt.oob", prop_oob, "3"); in btif_dm_load_local_oob()
2869 osi_property_get("service.brcm.bt.oob", prop_oob, "3"); in btif_dm_proc_loc_oob()
2963 osi_property_get("service.brcm.bt.oob", prop_oob, "3"); in btif_dm_proc_rmt_oob()
3452 osi_property_get(PROPERTY_PRODUCT_MODEL, prop_model, ""); in btif_get_default_local_name()
Dbtif_rc.c4246 osi_property_get("persist.bluetooth.disableabsvol", volume_disabled, "false"); in absolute_volume_disabled()
/system/bt/bta/hf_client/
Dbta_hf_client_main.c390 osi_property_get("ro.bluetooth.hfp.ver", value, "0"); in bta_hf_client_api_enable()
/system/bt/hci/src/
Dhci_layer.c186 …if (!osi_property_get("bluetooth.enable_timeout_ms", timeout_prop, STRING_VALUE_OF(DEFAULT_STARTUP… in start_up()
/system/bt/bta/av/
Dbta_av_act.c891 osi_property_get("bluetooth.pts.avrcp_ct.support", avrcp_ct_support, "false"); in bta_av_rc_msg()
Dbta_av_aact.c1450 if ((osi_property_get("bluetooth.pts.force_a2dp_abort", value, "false")) in bta_av_str_opened()