HomeSort by relevance Sort by last modified time
    Searched full:btif_config_next_value (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/btif/include/
btif_config.h 65 short btif_config_next_value(short pos, const char* section, const char* key, char* value_name, int* value_name_bytes);
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 286 short btif_config_next_value(short pos, const char* section, const char* key, char* name, int* bytes) function
850 while((vpos = btif_config_next_value(vpos, "Remote Devices", kname, vname, &vname_size)) != -1)

Completed in 463 milliseconds