0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Raspberry Pi Bluetooth デバイス名 変更手順

Posted at

Raspberry Pi Bluetooth デバイス名 変更手順

Bluetooth デバイス名 設定

/etc/machine-infoを作りPRETTY_HOSTNAMEを設定すると
BlueTooth デバイス名を変更することが出来る。

$ sudo vi /etc/machine-info
/etc/machine-info
PRETTY_HOSTNAME=ABCDE

Raspberry Pi を見つけてもらえるようにする

BlueTooth 制御 起動

$ bluetoothctl

Raspberry Pi 検索可とする

[bluetooth]# discoverable on

不要になったら Raspberry Pi 検索不可とする

[bluetooth]# discoverable off

BlueTooth 制御 終了

[bluetooth]# exit
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?