hcitool扫描针对相同的mac地址返回不同的名称结果

时间:2019-03-27 22:56:18

标签: bluetooth bluez hci

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

1

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)

2

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)

3

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)

0 个答案:

没有答案