Bluetooth hcitool扫描为同一mac地址返回不同的名称结果

Bluetooth hcitool扫描为同一mac地址返回不同的名称结果,bluetooth,bluez,hci,Bluetooth,Bluez,Hci,在使用hcitool scan--info--oui--class获取经典蓝牙设备时,我每次都会收到同一设备不同的设备名称。有时设备名称不是人类可读的格式。 为什么会发生这种情况以及如何解决这个问题 1. 2. 3. hcitool -i hci0 scan --oui --info --class Scanning ... BD Address: 5C:49:7D:6E:E3:EF [mode 1, clkoffset 0x272a] Device name: 0{\�� Device

在使用
hcitool scan--info--oui--class
获取经典蓝牙设备时,我每次都会收到同一设备不同的设备名称。有时设备名称不是人类可读的格式。 为什么会发生这种情况以及如何解决这个问题

1. 2. 3.
hcitool -i hci0 scan --oui --info --class
Scanning ...

BD Address: 5C:49:7D:6E:E3:EF [mode 1, clkoffset 0x272a]
Device name:    0{\��
Device class:   Audio/Video, Video Display and Loudspeaker (0x08043c)
sudo hcitool -i hci0 scan --oui --info --class
Scanning ...

BD Address: 5C:49:7D:6E:E3:EF [mode 1, clkoffset 0x272a]
Device name:    Pc0�
Device class:   Audio/Video, Video Display and Loudspeaker (0x08043c)
sudo hcitool -i hci0 scan --oui --info --class
Scanning ...

BD Address: 5C:49:7D:6E:E3:EF [mode 1, clkoffset 0x272c]
Device name:    [TV] Samsung 6 Series (55)
Device class:   Audio/Video, Video Display and Loudspeaker (0x08043c)