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

  /system/bt/btif/include/
btif_config.h 34 bool btif_config_get_str(const char *section, const char *key, char *value, int *size_bytes);
  /system/bt/btif/src/
btif_storage.c 337 ret = btif_config_get_str(bdstr,
339 else ret = btif_config_get_str("Adapter",
353 ret = btif_config_get_str(bdstr,
387 if(btif_config_get_str(bdstr,
    [all...]
btif_config.c 207 bool btif_config_get_str(const char *section, const char *key, char *value, int *size_bytes) { function
btif_core.c 354 if(btif_config_get_str("Adapter", "Address", val, &val_size))
402 if (btif_config_get_str("Adapter", "Address", val, &val_size))
    [all...]

Completed in 33 milliseconds