Saya ingin menghubungkan komputer saya ke headset bluetooth. Komputer saya memiliki sistem operasi server ubuntu 12.04 64 bit tanpa gui. Jadi saya harus menghubungkan komputer saya melalui baris perintah. Tetapi pada dokumentasi internet tidak ada contoh yang berfungsi.
Saya telah menggunakan hciconfig
, hcitool
, btsco
dll dan saya tidak berhasil.
Output baris perintah saya adalah:
hciconfig -a
hci0: Type: BR/EDR Bus: USB
BD Address: 00:15:83:2E:2F:70 ACL MTU: 384:8 SCO MTU: 64:8
UP RUNNING
RX bytes:2309 acl:0 sco:0 events:118 errors:0
TX bytes:299 acl:0 sco:0 commands:48 errors:0
Features: 0xff 0xff 0x8f 0xfe 0x9b 0xf9 0x00 0x80
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
Name: 'EDRClassone'
Class: 0x280404
Service Classes: Capturing, Audio
Device Class: Audio/Video, Device conforms to the Headset profile
HCI Version: 2.0 (0x3) Revision: 0xc5c
LMP Version: 2.0 (0x3) Subversion: 0xc5c
Manufacturer: Cambridge Silicon Radio (10)
hcitool scan
Scanning ...
00:11:67:00:25:02 BH025C
hcitool cc 00:11:67:00:25:02
Can't create connection: Connection timed out
Saya memiliki bluetooth daemon /etc/init.d/bluetooth
dan berfungsi dengan baik.
Bagaimana cara terhubung melalui command line?