Searched refs:osi_property_get (Results 1 – 13 of 13) sorted by relevance
/system/bt/osi/test/ |
D | properties_test.cpp | 31 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/ |
D | properties.h | 33 int osi_property_get(const char *key, char *value, const char *default_value);
|
/system/bt/osi/src/ |
D | properties.c | 23 int osi_property_get(const char *key, char *value, const char *default_value) { in osi_property_get() function
|
/system/bt/vendor_libs/linux/ |
D | bt_vendor_linux.c | 103 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/ |
D | bt_utils.c | 100 int len = osi_property_get("debug.sys.noschedgroups", buf, ""); in check_do_scheduling_group()
|
/system/bt/btif/src/ |
D | btif_core.c | 322 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()
|
D | btif_hf_client.c | 942 osi_property_get("ro.bluetooth.hfp.ver", btif_hf_client_version, "1.5"); in btif_hf_client_execute_service()
|
D | btif_dm.c | 2844 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()
|
D | btif_rc.c | 4246 osi_property_get("persist.bluetooth.disableabsvol", volume_disabled, "false"); in absolute_volume_disabled()
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_main.c | 390 osi_property_get("ro.bluetooth.hfp.ver", value, "0"); in bta_hf_client_api_enable()
|
/system/bt/hci/src/ |
D | hci_layer.c | 186 …if (!osi_property_get("bluetooth.enable_timeout_ms", timeout_prop, STRING_VALUE_OF(DEFAULT_STARTUP… in start_up()
|
/system/bt/bta/av/ |
D | bta_av_act.c | 891 osi_property_get("bluetooth.pts.avrcp_ct.support", avrcp_ct_support, "false"); in bta_av_rc_msg()
|
D | bta_av_aact.c | 1450 if ((osi_property_get("bluetooth.pts.force_a2dp_abort", value, "false")) in bta_av_str_opened()
|