Lines Matching refs:conf
2897 ** Description Retrieve the SMP pairing options from the bt_stack.conf2916 char conf[64];2921 strncpy(conf, recv, 64);2922 conf[63] = 0; // null terminate2924 if ((pch = strtok(conf, ",")) != NULL)