distinguishing between two bluetooth devices which show up with the same name

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I have two bluetooth (keyboard-mice) pairs and would like to be able to distinguish them in the bluetooth panel.
The screenshot above shows two Logitech keyboards and two M557 mice. Is there any way to rename them in the panel, e.g., K810-A and K801-B?
Thanks!
bluetooth
add a comment |Â
up vote
0
down vote
favorite
I have two bluetooth (keyboard-mice) pairs and would like to be able to distinguish them in the bluetooth panel.
The screenshot above shows two Logitech keyboards and two M557 mice. Is there any way to rename them in the panel, e.g., K810-A and K801-B?
Thanks!
bluetooth
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have two bluetooth (keyboard-mice) pairs and would like to be able to distinguish them in the bluetooth panel.
The screenshot above shows two Logitech keyboards and two M557 mice. Is there any way to rename them in the panel, e.g., K810-A and K801-B?
Thanks!
bluetooth
I have two bluetooth (keyboard-mice) pairs and would like to be able to distinguish them in the bluetooth panel.
The screenshot above shows two Logitech keyboards and two M557 mice. Is there any way to rename them in the panel, e.g., K810-A and K801-B?
Thanks!
bluetooth
asked Jun 11 at 23:27
Leo Simon
4751720
4751720
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
It is easy to do in Blueman
sudo apt install blueman
Open Blueman, right click on device, then rename, it is only valid on the computer you run the commands on.
You can also use bluetoothctl in terminal with the set-alias command after connecting to one of the devices. My test below
[bluetooth]# connect AC:9B:0A:4F:CA:FF
Attempting to connect to AC:9B:0A:4F:CA:FF
[CHG] Device AC:9B:0A:4F:CA:FF Connected: yes
Connection successful
[CHG] Device AC:9B:0A:4F:CA:FF ServicesResolved: yes
[MDR-ZX770BT]# set-alias Sony-Mega
[CHG] Device AC:9B:0A:4F:CA:FF Alias: Sony-Mega
Fabulous, thanks very much. I ran blueman-manager, which enabled me to rename devices, and the devices remained renamed when I ran the default bluetooth manager. Which suggests that there is some file somewhere that contains the names, and presumably one could access the file directly?
â Leo Simon
Jun 13 at 2:10
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
It is easy to do in Blueman
sudo apt install blueman
Open Blueman, right click on device, then rename, it is only valid on the computer you run the commands on.
You can also use bluetoothctl in terminal with the set-alias command after connecting to one of the devices. My test below
[bluetooth]# connect AC:9B:0A:4F:CA:FF
Attempting to connect to AC:9B:0A:4F:CA:FF
[CHG] Device AC:9B:0A:4F:CA:FF Connected: yes
Connection successful
[CHG] Device AC:9B:0A:4F:CA:FF ServicesResolved: yes
[MDR-ZX770BT]# set-alias Sony-Mega
[CHG] Device AC:9B:0A:4F:CA:FF Alias: Sony-Mega
Fabulous, thanks very much. I ran blueman-manager, which enabled me to rename devices, and the devices remained renamed when I ran the default bluetooth manager. Which suggests that there is some file somewhere that contains the names, and presumably one could access the file directly?
â Leo Simon
Jun 13 at 2:10
add a comment |Â
up vote
1
down vote
accepted
It is easy to do in Blueman
sudo apt install blueman
Open Blueman, right click on device, then rename, it is only valid on the computer you run the commands on.
You can also use bluetoothctl in terminal with the set-alias command after connecting to one of the devices. My test below
[bluetooth]# connect AC:9B:0A:4F:CA:FF
Attempting to connect to AC:9B:0A:4F:CA:FF
[CHG] Device AC:9B:0A:4F:CA:FF Connected: yes
Connection successful
[CHG] Device AC:9B:0A:4F:CA:FF ServicesResolved: yes
[MDR-ZX770BT]# set-alias Sony-Mega
[CHG] Device AC:9B:0A:4F:CA:FF Alias: Sony-Mega
Fabulous, thanks very much. I ran blueman-manager, which enabled me to rename devices, and the devices remained renamed when I ran the default bluetooth manager. Which suggests that there is some file somewhere that contains the names, and presumably one could access the file directly?
â Leo Simon
Jun 13 at 2:10
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
It is easy to do in Blueman
sudo apt install blueman
Open Blueman, right click on device, then rename, it is only valid on the computer you run the commands on.
You can also use bluetoothctl in terminal with the set-alias command after connecting to one of the devices. My test below
[bluetooth]# connect AC:9B:0A:4F:CA:FF
Attempting to connect to AC:9B:0A:4F:CA:FF
[CHG] Device AC:9B:0A:4F:CA:FF Connected: yes
Connection successful
[CHG] Device AC:9B:0A:4F:CA:FF ServicesResolved: yes
[MDR-ZX770BT]# set-alias Sony-Mega
[CHG] Device AC:9B:0A:4F:CA:FF Alias: Sony-MegaIt is easy to do in Blueman
sudo apt install blueman
Open Blueman, right click on device, then rename, it is only valid on the computer you run the commands on.
You can also use bluetoothctl in terminal with the set-alias command after connecting to one of the devices. My test below
[bluetooth]# connect AC:9B:0A:4F:CA:FF
Attempting to connect to AC:9B:0A:4F:CA:FF
[CHG] Device AC:9B:0A:4F:CA:FF Connected: yes
Connection successful
[CHG] Device AC:9B:0A:4F:CA:FF ServicesResolved: yes
[MDR-ZX770BT]# set-alias Sony-Mega
[CHG] Device AC:9B:0A:4F:CA:FF Alias: Sony-Megaanswered Jun 12 at 21:14
Jeremy31
7,76421359
7,76421359
Fabulous, thanks very much. I ran blueman-manager, which enabled me to rename devices, and the devices remained renamed when I ran the default bluetooth manager. Which suggests that there is some file somewhere that contains the names, and presumably one could access the file directly?
â Leo Simon
Jun 13 at 2:10
add a comment |Â
Fabulous, thanks very much. I ran blueman-manager, which enabled me to rename devices, and the devices remained renamed when I ran the default bluetooth manager. Which suggests that there is some file somewhere that contains the names, and presumably one could access the file directly?
â Leo Simon
Jun 13 at 2:10
Fabulous, thanks very much. I ran blueman-manager, which enabled me to rename devices, and the devices remained renamed when I ran the default bluetooth manager. Which suggests that there is some file somewhere that contains the names, and presumably one could access the file directly?
â Leo Simon
Jun 13 at 2:10
Fabulous, thanks very much. I ran blueman-manager, which enabled me to rename devices, and the devices remained renamed when I ran the default bluetooth manager. Which suggests that there is some file somewhere that contains the names, and presumably one could access the file directly?
â Leo Simon
Jun 13 at 2:10
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1045755%2fdistinguishing-between-two-bluetooth-devices-which-show-up-with-the-same-name%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password