/system/bt/osi/include/ |
properties.h | 32 int osi_property_get(const char* key, char* value, const char* default_value);
|
/system/bt/osi/test/ |
properties_test.cc | 29 osi_property_get("very.useful.test", value, "very_useful_value"); 39 osi_property_get("very.useful.set.test", received, NULL);
|
/system/bt/osi/src/ |
properties.cc | 31 int osi_property_get(const char* key, char* value, const char* default_value) { function
|
/system/bt/service/ |
main.cc | 61 int status = osi_property_get(kDisableProperty, disable_value, nullptr);
|
/system/bt/utils/src/ |
bt_utils.cc | 95 int len = osi_property_get("debug.sys.noschedgroups", buf, "");
|
/system/bt/hci/src/ |
btsnoop.cc | 174 osi_property_get(BTSNOOP_ENABLE_PROPERTY, btsnoop_enabled, "false"); 179 osi_property_get(BTSNOOP_PATH_PROPERTY, btsnoop_path, DEFAULT_BTSNOOP_PATH);
|
hci_layer_linux.cc | 174 osi_property_get("bluetooth.interface", prop_value, "0"); 185 osi_property_get("bluetooth.rfkill", prop_value, "1");
|
hci_layer.cc | 201 if (!osi_property_get("bluetooth.enable_timeout_ms", timeout_prop,
|
/system/bt/stack/a2dp/ |
a2dp_codec_config.cc | 555 osi_property_get("ro.bluetooth.a2dp_offload.supported", value_sup, "false"); 556 osi_property_get("persist.bluetooth.a2dp_offload.disabled", value_dis, 563 osi_property_get("persist.bluetooth.a2dp_offload.cap", value_cap, ""); [all...] |
/system/bt/btif/src/ |
btif_config.cc | 519 osi_property_get("persist.bluetooth.factoryreset", factory_reset, "false");
|
btif_dm.cc | [all...] |
btif_av.cc | 887 osi_property_get("ro.bluetooth.a2dp_offload.supported", value_sup, "false"); 888 osi_property_get("persist.bluetooth.a2dp_offload.disabled", value_dis, [all...] |
btif_rc.cc | [all...] |
/system/bt/bta/av/ |
bta_av_main.cc | 483 osi_property_get(AVRCP_VERSION_PROPERTY, avrcp_version, [all...] |
bta_av_act.cc | 861 osi_property_get("bluetooth.pts.avrcp_ct.support", avrcp_ct_support, [all...] |
bta_av_aact.cc | [all...] |