1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="bluetooth-remove-connection" xml:lang="ko">
<info>
<link type="guide" xref="bluetooth"/>
<revision pkgversion="3.4" date="2012-02-19" status="outdated"/>
<revision pkgversion="3.10" date="2013-11-07" status="review"/>
<revision pkgversion="3.12" date="2014-03-04" status="candidate"/>
<revision pkgversion="3.13" date="2014-09-22" status="candidate"/>
<revision pkgversion="3.18" date="2015-09-28" status="final"/>
<revision pkgversion="3.33.3" date="2019-07-21" status="final"/>
<credit type="author">
<name>Jim Campbell</name>
<email>jwcampbell@gmail.com</email>
</credit>
<credit type="author">
<name>Paul W. Frields</name>
<email>stickster@gmail.com</email>
</credit>
<credit type="editor">
<name>Michael Hill</name>
<email>mdhillca@gmail.com</email>
<years>2014</years>
</credit>
<credit type="editor">
<name>Ekaterina Gerasimova</name>
<email>kittykat3756@gmail.com</email>
<years>2014</years>
</credit>
<credit type="editor">
<name>David King</name>
<email>amigadave@amigadave.com</email>
<years>2015</years>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>블루투스 장치 목록에서 장치를 제거합니다.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>조성호</mal:name>
<mal:email>shcho@gnome.org</mal:email>
<mal:years>2021, 2022, 2023</mal:years>
</mal:credit>
</info>
<title>블루투스 장치 연결 끊기</title>
<p>블루투스 장치에 더이상 연결하고 싶지 않다면 연결을 제거할 수 있습니다. 마우스 또는 헤드셋 같은 장치를 더이상 활용하고 싶지 않을 경우, 또는 장치에서/로 파일을 전송하고 싶지 않을 경우 쓸만합니다.</p>
<steps>
<item>
<p><gui xref="shell-introduction#activities">현재 활동</gui> 개요를 열고 <gui>블루투스</gui> 입력을 시작합니다.</p>
</item>
<item>
<p><gui>블루투스</gui>를 눌러 창을 엽니다.</p>
</item>
<item>
<p>목록에서 연결을 끊고자 하는 장치를 선택합니다.</p>
</item>
<item>
<p>장치 대화 상자에서 <gui>연결</gui> 스위치를 끄거나 <gui>장치</gui> 목록에서 <gui>장치 제거</gui>를 눌러 장치를 제거합니다.</p>
</item>
</steps>
<p>원하는 경우 나중에 <link xref="bluetooth-connect-device">블루투스 장치 재연결</link>을 누를 수 있습니다.</p>
</page>
|