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

  /external/bluetooth/bluedroid/btif/src/
btif_config.c 106 static short find_next_node(const cfg_node* p, short start, char* name, int* bytes);
264 next = find_next_node(section_node, pos, name, bytes);
281 next = find_next_node(key_node, pos, name, bytes);
514 static short find_next_node(const cfg_node* p, short start, char* name, int* bytes) function
518 //dump_node("find_next_node, parent", p);

Completed in 174 milliseconds