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 102 static short find_next_node(const cfg_node* p, short start, char* name, int* bytes);
262 next = find_next_node(section_node, pos, name, bytes);
279 next = find_next_node(key_node, pos, name, bytes);
512 static short find_next_node(const cfg_node* p, short start, char* name, int* bytes) function
516 //dump_node("find_next_node, parent", p);

Completed in 43 milliseconds