HomeSort by relevance Sort by last modified time
    Searched refs:btif_config_set_str (Results 1 - 4 of 4) sorted by null

  /system/bt/btif/include/
btif_config.h 35 bool btif_config_set_str(const char *section, const char *key, const char *value);
  /system/bt/btif/src/
btif_storage.c 243 btif_config_set_str(bdstr,
245 else btif_config_set_str("Adapter",
253 btif_config_set_str(bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE, value);
287 btif_config_set_str(bdstr, BTIF_STORAGE_PATH_REMOTE_SERVICE, value);
    [all...]
btif_config.c 227 bool btif_config_set_str(const char *section, const char *key, const char *value) { function
btif_core.c 410 btif_config_set_str("Adapter", "Address", bdstr);
490 btif_config_set_str("Adapter", "Address", bdstr);
    [all...]

Completed in 795 milliseconds