Searched refs:osi_property_set (Results 1 – 5 of 5) sorted by relevance
37 int osi_property_set(const char *key, const char *value);
37 int ret = osi_property_set("very.useful.set.test", value); in TEST_F()
42 int osi_property_set(const char *key, const char *value) { in osi_property_set() function
135 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()
402 if (osi_property_set(PERSIST_BDADDR_PROPERTY, (char*)bdstr) < 0) in btif_fetch_local_bdaddr()