Home | History | Annotate | Download | only in src

Lines Matching refs:conf

2730  * Description      Retrieve the SMP pairing options from the bt_stack.conf
2748 char conf[64];
2753 strncpy(conf, recv, 64);
2754 conf[63] = 0; // null terminate
2756 pch = strtok(conf, ",");