Home
last modified time | relevance | path

Searched refs:osi_property_set (Results 1 – 5 of 5) sorted by relevance

/system/bt/osi/include/
Dproperties.h37 int osi_property_set(const char *key, const char *value);
/system/bt/osi/test/
Dproperties_test.cpp37 int ret = osi_property_set("very.useful.set.test", value); in TEST_F()
/system/bt/osi/src/
Dproperties.c42 int osi_property_set(const char *key, const char *value) { in osi_property_set() function
/system/bt/vendor_libs/linux/
Dbt_vendor_linux.c135 if (osi_property_set("bluetooth.hwcfg", "stop") < 0) { in bt_vendor_hw_cfg()
140 if (osi_property_set("bluetooth.hwcfg", "start") < 0) { in bt_vendor_hw_cfg()
/system/bt/btif/src/
Dbtif_core.c402 if (osi_property_set(PERSIST_BDADDR_PROPERTY, (char*)bdstr) < 0) in btif_fetch_local_bdaddr()