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

  /external/bluetooth/bluedroid/btif/src/
btif_storage.c 202 char *p_needle; local
206 //p_needle = strchr(p_start, ';');
207 p_needle = strchr(p_start, ' ');
208 if (p_needle < p_start) break;
210 strncpy(buf, p_start, (p_needle-p_start));
213 p_start = ++p_needle;
    [all...]

Completed in 138 milliseconds