Lines Matching refs:conf
2900 ** Description Retrieve the SMP pairing options from the bt_stack.conf2919 char conf[64];2924 strncpy(conf, recv, 64);2925 conf[63] = 0; // null terminate2927 if ((pch = strtok(conf, ",")) != NULL)