Home | History | Annotate | Download | only in src

Lines Matching refs:conf

2897 ** Description      Retrieve the SMP pairing options from the bt_stack.conf
2916 char conf[64];
2921 strncpy(conf, recv, 64);
2922 conf[63] = 0; // null terminate
2924 if ((pch = strtok(conf, ",")) != NULL)