Lines Matching refs:profile
1039 IF_CMD(profile) {
1040 char *profile = NULL;
1042 if (sscanf(line, "%*s %as", &profile) != 1)
1043 DBG("set with profile [hsp|a2dp]");
1044 if (strncmp(profile, "hsp", 4) == 0) {
1046 } else if (strncmp(profile, "a2dp", 5) == 0) {
1049 DBG("set with profile [hsp|a2dp]");
1052 if (profile)
1053 free(profile);
1054 DBG("profile %s", u->transport == BT_CAPABILITIES_TRANSPORT_SCO ?