skip to content
Blog Personal

Cara menggunakan CLI Bluetooth di linux

/ 1 min read

OS: Ubuntu,Terminal: QTerminal

Daftar Perangkat

input:

bluetoothctl devices

output:

bluetooth devices

Periksa bluetooth di sekitar lingkungan kita

input:

bluetooth scan on

output:

bluetooth scan on

Menemui bluetooth perangkat lainnya

input:

# ganti mac address = 41:42:A8:93:8D:5E
bluetooth pair <mac address>

output:

bluetooth pair

Menghubungkan bluetooth perangkat lainnya

input:

# ganti mac address = 41:42:A8:93:8D:5E
bluetooth connect <mac address>

output:

bluetooth connect