Lines Matching defs:voice
833 struct bt_voice voice;
865 voice.setting = sco_pi(sk)->setting;
867 err = bt_copy_from_sockptr(&voice, sizeof(voice), optval,
873 if (voice.setting != BT_VOICE_TRANSPARENT &&
874 voice.setting != BT_VOICE_CVSD_16BIT) {
879 sco_pi(sk)->setting = voice.setting;
968 struct bt_voice voice;
997 voice.setting = sco_pi(sk)->setting;
999 len = min_t(unsigned int, len, sizeof(voice));
1000 if (copy_to_user(optval, (char *)&voice, len))