Nvidia Jetson Xavier NX Bluetooth connection issue

That is a good finding. Could you share all the required devices/commands to reproduce this issue?

The steps which i am following are:

				STEPS FOR CONNECTING BT
  1. Edit this file: /lib/systemd/system/bluetooth.service.d/nv-bluetooth-service.conf
    remove --noplugin=audio,a2dp,avrcp from this line ExecStart=/usr/lib/bluetooth/bluetoothd -d --noplugin=audio,a2dp,avrcp

  2. Install thses packages:
    apt install pulseaudio pulseaudio-module-bluetooth
    sudo apt-get install libc6
    sudo apt-get install libdbus-1-3

  3. Reboot device

4.Fist unload and then load bluetooth-discover module

pactl unload-module module-bluetooth-discover
pactl load-module module-bluetooth-discover

  1. Fist unload and then load bluetooth-policy module

pactl unload-module module-bluetooth-policy
pactl load-module module-bluetooth-policy

6.sudo systemctl restart bluetooth

7.sudo systemctl enable bluetooth

8.journalctl --unit=bluetooth -f & (For taking logs)

  1. Now run these commands to check BT interface functionality

sudo bluetoothctl

a) scan on
b) scan off
c) trust MAC address
d) pair MAC address
e) connect MAC address
f) disconnect MAC address

MAC address are:
andriod phone MAC- 38:E6:0A:E6:E4:A3

linux laptop MAC- D8:9C:67:A6:D4:C2

There is one issue more with the sdk build image, on this path /sys/kernel/debud/blluetooth/rfcomm file is empty whereas in default prebuilt SD card image this file has MAC address of device /sys/kernel/debug/bluetooth/rfcomm.

Ok. We will setup devices and check.

Thank you.

Hi ekta.singh,

We tried below steps with SD card image and sdkmanger flash image on Xavier-NX are working.

1. sudo vim /lib/systemd/system/bluetooth.service.d/nv-bluetooth-service.conf
2. Remove all options for no plugin, it should look like below:
    ExecStart=/usr/lib/bluetooth/bluetoothd. -d
3. sudo apt-get update
4. sudo apt-get install pulseaudio-module-bluetooth
5. sudo reboot
6. Pair and bluetooth audio devices.

Please try the same steps again. Thanks!

Hi Carolyuu,

I have tried your given steps, but still get the sam issue. Logs are attached below:

Copyright (c) 2017-2019, NVIDIA CORPORATION. All rights reserved.

Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions

are met:

* Redistributions of source code must retain the above copyright

notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright

notice, this list of conditions and the following disclaimer in the

documentation and/or other materials provided with the distribution.

* Redistributions in binary form must reproduce the above copyright

notice, this list of conditions and the following disclaimer in the

documentation and/or other materials provided with the distribution.

* Neither the name of NVIDIA CORPORATION nor the names of its

contributors may be used to endorse or promote products derived

from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS’’ AND ANY

EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR

CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,

EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,

PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR

PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY

OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT

(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

[Service]

systemd needs to reset value first before assigning new one

ExecStart=
ExecStart=/usr/lib/bluetooth/bluetoothd -d
<ce.d/nv-bluetooth-service.conf" 31L, 1668C written
anycon@ubuntu:~$
anycon@ubuntu:~$
anycon@ubuntu:~$ sudo apt-get update
0% [Connecting to ports.ubuntu.com]^C
anycon@ubuntu:~$ sudo apt-get update
Hit:1 Index of /ubuntu-ports bionic InRelease
Get:2 Index of /ubuntu-ports bionic-updates InRelease [88.7 kB]
Get:3 Index of /ubuntu-ports bionic-backports InRelease [74.6 kB]
Get:4 Index of /ubuntu-ports bionic-security InRelease [88.7 kB]
Get:5 Index of /ubuntu-ports bionic-updates/main arm64 Packages [1,109 kB]
Get:6 Index of /ubuntu-ports bionic-updates/main arm64 DEP-11 Metadata [290 kB]
Get:7 Index of /ubuntu-ports bionic-updates/universe arm64 Packages [1,475 kB]
Get:8 Index of /ubuntu-ports bionic-updates/universe arm64 DEP-11 Metadata [281 kB]
Get:9 Index of /ubuntu-ports bionic-backports/universe arm64 DEP-11 Metadata [9,288 B]
Get:10 Index of /ubuntu-ports bionic-security/main arm64 DEP-11 Metadata [42.8 kB]
Get:11 Index of /ubuntu-ports bionic-security/universe arm64 DEP-11 Metadata [52.1 kB]
Fetched 3,511 kB in 45min 48s (1,277 B/s)
Reading package lists… Done
anycon@ubuntu:~$
anycon@ubuntu:~$
anycon@ubuntu:~$ sudo apt-get install pulseaudio-
pulseaudio-dlna pulseaudio-module-jack
pulseaudio-equalizer pulseaudio-module-lirc
pulseaudio-esound-compat pulseaudio-module-raop
pulseaudio-module-bluetooth pulseaudio-module-zeroconf
pulseaudio-module-gconf pulseaudio-utils
anycon@ubuntu:~$ sudo apt-get install pulseaudio-
pulseaudio-dlna pulseaudio-module-jack
pulseaudio-equalizer pulseaudio-module-lirc
pulseaudio-esound-compat pulseaudio-module-raop
pulseaudio-module-bluetooth pulseaudio-module-zeroconf
pulseaudio-module-gconf pulseaudio-utils
anycon@ubuntu:~$ sudo apt-get install pulseaudio-module-bluetooth
[sudo] password for anycon:
Reading package lists… Done
Building dependency tree
Reading state information… Done
pulseaudio-module-bluetooth is already the newest version (1:11.1-1ubuntu7.10).
0 upgraded, 0 newly installed, 0 to remove and 254 not upgraded.
anycon@ubuntu:~$
anycon@ubuntu:~$
anycon@ubuntu:~$ sudo reboot

Ubuntu 18.04.4 LTS ubuntu ttyGS0

ubuntu login: anycon
Password:
Last login: Fri Oct 16 13:02:41 IST 2020 on ttyGS0

Welcome to Ubuntu 18.04.4 LTS (GNU/Linux 4.9.140-tegra aarch64)

This system has been minimized by removing packages and content that are
not required on a system that users do not log into.

To restore this content, you can run the ‘unminimize’ command.

248 packages can be updated.
184 updates are security updates.

anycon@ubuntu:~$
anycon@ubuntu:~$
anycon@ubuntu:~$
anycon@ubuntu:~$
anycon@ubuntu:~$
anycon@ubuntu:~$
anycon@ubuntu:~$
anycon@ubuntu:~$
anycon@ubuntu:~$
anycon@ubuntu:~$
anycon@ubuntu:~$
anycon@ubuntu:~$
anycon@ubuntu:~$
anycon@ubuntu:~$
anycon@ubuntu:~$
anycon@ubuntu:~$
anycon@ubuntu:~$
anycon@ubuntu:~$
anycon@ubuntu:~$ journalctl --unit=bluetooth -f &
[1] 7488
anycon@ubuntu:~$ – Logs begin at Fri 2020-10-16 14:03:32 IST. –
Oct 16 14:03:35 ubuntu bluetoothd[5423]: src/adapter.c:local_name_changed_callback() Short name:
Oct 16 14:03:35 ubuntu bluetoothd[5423]: src/adapter.c:local_name_changed_callback() Current alias: ubuntu
Oct 16 14:03:35 ubuntu bluetoothd[5423]: src/adapter.c:add_whitelist_complete() 70:1C:E7:96:52:11 added to kernel whitelist
Oct 16 14:03:35 ubuntu bluetoothd[5423]: src/adapter.c:load_link_keys_complete() link keys loaded for hci0
Oct 16 14:03:35 ubuntu bluetoothd[5423]: src/adapter.c:load_ltks_complete() LTKs loaded for hci0
Oct 16 14:03:35 ubuntu bluetoothd[5423]: src/adapter.c:load_irks_complete() IRKs loaded for hci0
Oct 16 14:03:35 ubuntu bluetoothd[5423]: src/adapter.c:load_conn_params_complete() Connection Parameters loaded for hci0
Oct 16 14:03:35 ubuntu bluetoothd[5423]: src/adapter.c:new_settings_callback() Settings: 0x00000ad1
Oct 16 14:03:35 ubuntu bluetoothd[5423]: src/adapter.c:settings_changed() Changed settings: 0x00000010
Oct 16 14:03:36 ubuntu systemd[1]: Started Bluetooth service.

anycon@ubuntu:~$ sudo bluetoothctl
[sudo] password for anycon:
[NEW] Controller 70:66:55:B1:5B:C4 ubuntu [default]
[NEW] Device 70:1C:E7:96:52:11 90100–IOT–GGN
Agent registered
[bluetooth]# Oct 16 14:04:45 ubuntu bluetoothd[5423]: src/agent.c:agent_ref() 0x55a1b4c250: ref=1
Oct 16 14:04:45 ubuntu bluetoothd[5423]: src/agent.c:register_agent() agent :1.67
[bluetooth]# remove 70:1C:E7:96:52:11
[DEL] Device 70:1C:E7:96:52:11 90100–IOT–GGN
Device has been removed
[bluetooth]# Oct 16 14:04:54 ubuntu bluetoothd[5423]: src/device.c:btd_device_set_temporary() temporary 1
Oct 16 14:04:54 ubuntu bluetoothd[5423]: src/device.c:device_remove() Removing device /org/bluez/hci0/dev_70_1C_E7_96_52_11
Oct 16 14:04:54 ubuntu bluetoothd[5423]: src/service.c:change_state() 0x55a1b4d4e0: device 70:1C:E7:96:52:11 profile gap-profile state changed)
Oct 16 14:04:54 ubuntu bluetoothd[5423]: profiles/gap/gas.c:gap_remove() GAP profile remove (70:1C:E7:96:52:11)
Oct 16 14:04:54 ubuntu bluetoothd[5423]: src/service.c:btd_service_unref() 0x55a1b4d4e0: ref=0
Oct 16 14:04:54 ubuntu bluetoothd[5423]: src/service.c:change_state() 0x55a1b419a0: device 70:1C:E7:96:52:11 profile avrcp-controller state ch)
Oct 16 14:04:54 ubuntu bluetoothd[5423]: profiles/audio/control.c:path_unregister() Unregistered interface org.bluez.MediaControl1 on path /or1
Oct 16 14:04:54 ubuntu bluetoothd[5423]: src/service.c:btd_service_unref() 0x55a1b2ff60: ref=1
Oct 16 14:04:54 ubuntu bluetoothd[5423]: src/service.c:btd_service_unref() 0x55a1b419a0: ref=1
Oct 16 14:04:54 ubuntu bluetoothd[5423]: src/service.c:btd_service_unref() 0x55a1b419a0: ref=0
Oct 16 14:04:54 ubuntu bluetoothd[5423]: src/service.c:change_state() 0x55a1b2ff60: device 70:1C:E7:96:52:11 profile audio-avrcp-target state )
Oct 16 14:04:54 ubuntu bluetoothd[5423]: src/service.c:btd_service_unref() 0x55a1b2ff60: ref=0
Oct 16 14:04:54 ubuntu bluetoothd[5423]: src/service.c:change_state() 0x55a1b42620: device 70:1C:E7:96:52:11 profile a2dp-source state changed)
Oct 16 14:04:54 ubuntu bluetoothd[5423]: profiles/audio/source.c:source_unregister() /org/bluez/hci0/dev_70_1C_E7_96_52_11
Oct 16 14:04:54 ubuntu bluetoothd[5423]: src/service.c:btd_service_unref() 0x55a1b42620: ref=1
Oct 16 14:04:54 ubuntu bluetoothd[5423]: src/service.c:btd_service_unref() 0x55a1b42620: ref=0
Oct 16 14:04:54 ubuntu bluetoothd[5423]: src/service.c:change_state() 0x55a1b4d900: device 70:1C:E7:96:52:11 profile a2dp-sink state changed: )
Oct 16 14:04:54 ubuntu bluetoothd[5423]: profiles/audio/sink.c:sink_unregister() /org/bluez/hci0/dev_70_1C_E7_96_52_11
Oct 16 14:04:54 ubuntu bluetoothd[5423]: src/service.c:btd_service_unref() 0x55a1b4d900: ref=1
Oct 16 14:04:54 ubuntu bluetoothd[5423]: src/service.c:btd_service_unref() 0x55a1b4d900: ref=0
Oct 16 14:04:54 ubuntu bluetoothd[5423]: src/device.c:btd_device_unref() Freeing device /org/bluez/hci0/dev_70_1C_E7_96_52_11
Oct 16 14:04:54 ubuntu bluetoothd[5423]: src/device.c:device_free() 0x55a1b4c530
Oct 16 14:04:55 ubuntu bluetoothd[5423]: src/adapter.c:remove_whitelist_complete() 70:1C:E7:96:52:11 removed from kernel whitelist
[bluetooth]# quit
Agent unregistered
[DEL] Controller 70:66:55:B1:5B:C4 ubuntu [default]
anycon@ubuntu:~$ Oct 16 14:04:57 ubuntu bluetoothd[5423]: src/agent.c:agent_disconnect() Agent :1.67 disconnected
Oct 16 14:04:57 ubuntu bluetoothd[5423]: src/agent.c:agent_destroy() agent :1.67
Oct 16 14:04:57 ubuntu bluetoothd[5423]: src/agent.c:agent_unref() 0x55a1b4c250: ref=0
sudo bluetoothctl
[NEW] Controller 70:66:55:B1:5B:C4 ubuntu [default]
Agent registered
[bluetooth]# Oct 16 14:04:59 ubuntu bluetoothd[5423]: src/agent.c:agent_ref() 0x55a1b4c250: ref=1
Oct 16 14:04:59 ubuntu bluetoothd[5423]: src/agent.c:register_agent() agent :1.68
[bluetooth]# scan on
[bluetooth]# Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/adapter.c:start_discovery() sender :1.68
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/adapter.c:update_discovery_filter()
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/adapter.c:discovery_filter_to_mgmt_cp()
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/adapter.c:trigger_start_discovery()
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/adapter.c:cancel_passive_scanning()
Discovery started
[CHG] Controller 70:66:55:B1:5B:C4 Discovering: yes
[NEW] Device 45:C4:4C:DC:F4:73 8960fed5
[bluetooth]# Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/adapter.c:start_discovery_timeout()
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/adapter.c:start_discovery_timeout() adapter->current_discovery_filter == 0
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/adapter.c:start_discovery_complete() status 0x00
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/adapter.c:discovering_callback() hci0 type 7 discovering 1 method 0
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 1F:20:26:1E:79:9A, rssi -97 flags 0x0004 eir_len 31
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 45:C4:4C:DC:F4:73, rssi -97 flags 0x0000 eir_len 31
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/device.c:device_create() dst 45:C4:4C:DC:F4:73
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/device.c:device_new() address 45:C4:4C:DC:F4:73
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_45_C4_4C_DC_F4_73
Oct 16 14:05:04 ubuntu bluetoothd[5423]: Can’t store name for private addressed device /org/bluez/hci0/dev_45_C4_4C_DC_F4_73
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -97
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/device.c:btd_device_device_set_name() /org/bluez/hci0/dev_45_C4_4C_DC_F4_73 8960fed5
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 26
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 32:74:7B:66:94:2A, rssi -95 flags 0x0004 eir_len 31
[NEW] Device 53:CD:60:7E:D2:C8 53-CD-60-7E-D2-C8
[NEW] Device AC:D1:B8:1D:61:FA vvdn-pc
[CHG] Device AC:D1:B8:1D:61:FA LegacyPairing: yes
[NEW] Device 00:81:F9:49:C1:48 B000001F-C148-1007EA00
[NEW] Device 74:D2:1D:F2:0F:CE harish
[bluetooth]# Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 53:CD:60:7E:D2:C8, rssi -87 flags 0x00001
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/device.c:device_create() dst 53:CD:60:7E:D2:C8
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/device.c:device_new() address 53:CD:60:7E:D2:C8
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_53_CD_60_7E_D2_C8
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -87
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 2
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 2E:10:B5:CE:CF:C0, rssi -93 flags 0x0004 eir_len 31
Oct 16 14:05:04 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 2A:58:5D:06:C0:D9, rssi -101 flags 0x0004 eir_len 31
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr AC:D1:B8:1D:61:FA, rssi -81 flags 0x0000 eir_len 41
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_create() dst AC:D1:B8:1D:61:FA
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_new() address AC:D1:B8:1D:61:FA
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_AC_D1_B8_1D_61_FA
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -81
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 4
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_class() /org/bluez/hci0/dev_AC_D1_B8_1D_61_FA 0x0C010C
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 0B:05:CF:CD:23:60, rssi -87 flags 0x0004 eir_len 31
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 3A:09:DE:0B:6B:A7, rssi -89 flags 0x0004 eir_len 31
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 11:0A:66:09:2E:A9, rssi -81 flags 0x0004 eir_len 31
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr AC:D1:B8:1D:61:FA, rssi -85 flags 0x0002 eir_len 5
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 1
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 37:89:99:21:10:82, rssi -71 flags 0x0004 eir_len 31
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 00:81:F9:49:C1:48, rssi -97 flags 0x0000 eir_len 31
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_create() dst 00:81:F9:49:C1:48
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_new() address 00:81:F9:49:C1:48
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_00_81_F9_49_C1_48
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -97
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:btd_device_device_set_name() /org/bluez/hci0/dev_00_81_F9_49_C1_48 B000001F-C148-1007EA00
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 26
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 17:BA:24:40:7A:DC, rssi -83 flags 0x0004 eir_len 31
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 74:D2:1D:F2:0F:CE, rssi -91 flags 0x0000 eir_len 168
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_create() dst 74:D2:1D:F2:0F:CE
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_new() address 74:D2:1D:F2:0F:CE
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_74_D2_1D_F2_0F_CE
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -91
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:btd_device_device_set_name() /org/bluez/hci0/dev_74_D2_1D_F2_0F_CE harish
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_class() /org/bluez/hci0/dev_74_D2_1D_F2_0F_CE 0x5A020C
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 74:D2:1D:F2:0F:CE, rssi -93 flags 0x0000 eir_len 168
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 5F:25:CB:E8:91:E8, rssi -89 flags 0x0004 eir_len 31
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 2A:3D:00:0D:43:94, rssi -61 flags 0x0004 eir_len 31
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr C8:63:FC:FF:FA:8D, rssi -73 flags 0x0001 eir_len 5
[NEW] Device C8:63:FC:FF:FA:8D FibeTV
[NEW] Device 45:10:21:24:D1:37 45-10-21-24-D1-37
[NEW] Device 00:81:F9:49:BF:CE B000001F-BFCE-1007D100
[bluetooth]# Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_create() dst C8:63:FC:FF:FA:8D
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_new() address C8:63:FC:FF:FA:8D
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_C8_63_FC_FF_FA_8D
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -73
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_class() /org/bluez/hci0/dev_C8_63_FC_FF_FA_8D 0x280424
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:confirm_name() hci0 bdaddr C8:63:FC:FF:FA:8D name_known 1
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:confirm_name_complete() Confirm name complete for hci0
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 2C:6D:7C:25:DE:78, rssi -99 flags 0x0004 eir_len 31
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 04:CB:86:AD:26:C8, rssi -91 flags 0x0004 eir_len 31
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 3C:B9:76:A2:B6:A1, rssi -101 flags 0x0004 eir_len 31
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 64:1F:48:61:EC:8C, rssi -77 flags 0x0004 eir_len 31
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 45:10:21:24:D1:37, rssi -81 flags 0x0000 eir_len 17
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_create() dst 45:10:21:24:D1:37
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_new() address 45:10:21:24:D1:37
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_45_10_21_24_D1_37
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -81
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 8
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 26
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 2F:94:D2:EB:D2:F4, rssi -93 flags 0x0004 eir_len 31
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 59:77:65:2F:1F:52, rssi -89 flags 0x0004 eir_len 31
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 00:81:F9:49:BF:CE, rssi -83 flags 0x0000 eir_len 31
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_create() dst 00:81:F9:49:BF:CE
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_new() address 00:81:F9:49:BF:CE
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_00_81_F9_49_BF_CE
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -83
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:btd_device_device_set_name() /org/bluez/hci0/dev_00_81_F9_49_BF_CE B000001F-BFCE-1007D100
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 26
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 28:37:34:23:B4:8D, rssi -95 flags 0x0004 eir_len 31
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 17:EB:AD:96:A6:C2, rssi -87 flags 0x0004 eir_len 31
[NEW] Device 48:CB:E4:D7:A6:29 48-CB-E4-D7-A6-29
[NEW] Device 58:20:59:F6:E2:A2 c966b19a
[NEW] Device 4C:87:5D:D3:5A:85 LE-reserved
[bluetooth]# Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 14:2A:AE:E3:F1:04, rssi -99 flags 0x00041
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 48:CB:E4:D7:A6:29, rssi -101 flags 0x0000 eir_len 17
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_create() dst 48:CB:E4:D7:A6:29
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_new() address 48:CB:E4:D7:A6:29
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_48_CB_E4_D7_A6_29
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -101
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 8
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 26
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 51:72:2F:DE:E9:C1, rssi -79 flags 0x0004 eir_len 28
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 58:20:59:F6:E2:A2, rssi -101 flags 0x0000 eir_len 173
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_create() dst 58:20:59:F6:E2:A2
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_new() address 58:20:59:F6:E2:A2
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_58_20_59_F6_E2_A2
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -101
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:btd_device_device_set_name() /org/bluez/hci0/dev_58_20_59_F6_E2_A2 c966b19a
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_class() /org/bluez/hci0/dev_58_20_59_F6_E2_A2 0x5A020C
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 4C:87:5D:D3:5A:85, rssi -103 flags 0x0000 eir_len 18
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_create() dst 4C:87:5D:D3:5A:85
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_new() address 4C:87:5D:D3:5A:85
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_4C_87_5D_D3_5A_85
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -103
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 26
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 3B:8D:76:2C:BF:46, rssi -101 flags 0x0004 eir_len 31
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr DE:67:4A:8B:02:6B, rssi -105 flags 0x0004 eir_len 18
Oct 16 14:05:05 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 38:AC:65:28:C3:88, rssi -99 flags 0x0004 eir_len 31
Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 45:10:21:24:D1:37, rssi -83 flags 0x0004 eir_len 0
Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 0
Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 17:29:A2:06:6B:6D, rssi -103 flags 0x0004 eir_len 31
Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 2E:10:29:E6:0D:92, rssi -99 flags 0x0004 eir_len 31
Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 09:E3:7F:DF:3D:D9, rssi -101 flags 0x0004 eir_len 31
Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 51:72:2F:DE:E9:C1, rssi -73 flags 0x0004 eir_len 10
Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 74:D2:1D:F2:0F:CE, rssi -93 flags 0x0000 eir_len 168
Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 74:D2:1D:F2:0F:CE, rssi -95 flags 0x0000 eir_len 168
Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
[NEW] Device D8:32:E3:DC:CA:1F 755bf2d3
[bluetooth]# Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr D8:32:E3:DC:CA:1F, rssi -77 flags 0x00003
Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/device.c:device_create() dst D8:32:E3:DC:CA:1F
Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/device.c:device_new() address D8:32:E3:DC:CA:1F
Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_D8_32_E3_DC_CA_1F
Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -77
Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/device.c:device_set_class() /org/bluez/hci0/dev_D8_32_E3_DC_CA_1F 0x5A020C
Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 0C:4E:36:18:4B:AD, rssi -103 flags 0x0004 eir_len 31
[CHG] Device 48:CB:E4:D7:A6:29 ManufacturerData Key: 0x004c
[CHG] Device 48:CB:E4:D7:A6:29 ManufacturerData Value:
01 00 00 08 00 00 00 00 00 00 00 00 00 00 00 00 …
00 .
[bluetooth]# Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 48:CB:E4:D7:A6:29, rssi -105 flags 0x0001
Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 0
Oct 16 14:05:06 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 7A:A8:9C:02:C3:15, rssi -93 flags 0x0004 eir_len 31
Oct 16 14:05:07 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr D8:32:E3:DC:CA:1F, rssi -81 flags 0x0000 eir_len 173
Oct 16 14:05:07 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:07 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr D8:32:E3:DC:CA:1F, rssi -81 flags 0x0000 eir_len 173
Oct 16 14:05:07 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:07 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 67:32:21:B0:73:F1, rssi -105 flags 0x0004 eir_len 26
Oct 16 14:05:07 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 0C:4E:36:18:4B:AD, rssi -103 flags 0x0004 eir_len 31
Oct 16 14:05:07 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 16:78:8D:27:58:2B, rssi -101 flags 0x0004 eir_len 31
Oct 16 14:05:07 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 7A:A8:9C:02:C3:15, rssi -81 flags 0x0004 eir_len 31
Oct 16 14:05:07 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 09:E3:7F:DF:3D:D9, rssi -99 flags 0x0004 eir_len 31
[NEW] Device 70:1C:E7:96:52:11 90100–IOT–GGN
[bluetooth]# Oct 16 14:05:07 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 09:E3:7F:DF:3D:D9, rssi -101 flags 0x0001
Oct 16 14:05:07 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 45:C4:4C:DC:F4:73, rssi -101 flags 0x0004 eir_len 0
Oct 16 14:05:07 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:07 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 0
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr D8:32:E3:DC:CA:1F, rssi -79 flags 0x0000 eir_len 173
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 70:1C:E7:96:52:11, rssi -55 flags 0x0000 eir_len 81
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_create() dst 70:1C:E7:96:52:11
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_new() address 70:1C:E7:96:52:11
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_70_1C_E7_96_52_11
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -55
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 9
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_class() /org/bluez/hci0/dev_70_1C_E7_96_52_11 0x1C010C
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 0C:4E:36:18:4B:AD, rssi -103 flags 0x0004 eir_len 31
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr A8:A7:95:92:5A:2A, rssi -103 flags 0x0004 eir_len 27
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 65:44:C2:21:E1:EB, rssi -97 flags 0x0004 eir_len 0
[NEW] Device 80:2B:F9:BF:D6:58 vvsa-Latitude-3490
[NEW] Device 77:30:CB:BA:1E:FF 210e5a36
[bluetooth]# Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 80:2B:F9:BF:D6:58, rssi -91 flags 0x00004
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_create() dst 80:2B:F9:BF:D6:58
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_new() address 80:2B:F9:BF:D6:58
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_80_2B_F9_BF_D6_58
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -91
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 10
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:btd_device_device_set_name() /org/bluez/hci0/dev_80_2B_F9_BF_D6_58 vvsa-Latitude-3490
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_class() /org/bluez/hci0/dev_80_2B_F9_BF_D6_58 0x0C010C
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 70:1C:E7:96:52:11, rssi -55 flags 0x0000 eir_len 81
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 77:30:CB:BA:1E:FF, rssi -91 flags 0x0000 eir_len 31
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_create() dst 77:30:CB:BA:1E:FF
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_new() address 77:30:CB:BA:1E:FF
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_77_30_CB_BA_1E_FF
Oct 16 14:05:08 ubuntu bluetoothd[5423]: Can’t store name for private addressed device /org/bluez/hci0/dev_77_30_CB_BA_1E_FF
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -91
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:btd_device_device_set_name() /org/bluez/hci0/dev_77_30_CB_BA_1E_FF 210e5a36
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 2
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr A8:A7:95:92:5A:2A, rssi -101 flags 0x0004 eir_len 30
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 70:1C:E7:96:52:11, rssi -55 flags 0x0000 eir_len 81
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 7A:A8:9C:02:C3:15, rssi -93 flags 0x0004 eir_len 31
[NEW] Device A8:A7:95:92:5A:2A KDL-55W800C
[bluetooth]# Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr D8:32:E3:DC:CA:1F, rssi -79 flags 0x00003
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 0C:4E:36:18:4B:AD, rssi -105 flags 0x0004 eir_len 31
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 70:1C:E7:96:52:11, rssi -55 flags 0x0000 eir_len 81
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr A8:A7:95:92:5A:2A, rssi -97 flags 0x0003 eir_len 5
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_create() dst A8:A7:95:92:5A:2A
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_new() address A8:A7:95:92:5A:2A
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_A8_A7_95_92_5A_2A
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 1
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -97
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_class() /org/bluez/hci0/dev_A8_A7_95_92_5A_2A 0x08043C
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:confirm_name() hci0 bdaddr A8:A7:95:92:5A:2A name_known 1
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:confirm_name_complete() Confirm name complete for hci0
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr D8:32:E3:DC:CA:1F, rssi -79 flags 0x0000 eir_len 173
[NEW] Device 58:85:E9:C2:87:D0 realme 5 Pro
[bluetooth]# Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 16:78:8D:27:58:2B, rssi -99 flags 0x0004 eir_len 31
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 7A:A8:9C:02:C3:15, rssi -79 flags 0x0004 eir_len 31
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 09:E3:7F:DF:3D:D9, rssi -99 flags 0x0004 eir_len 31
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 58:85:E9:C2:87:D0, rssi -99 flags 0x0003 eir_len 5
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_create() dst 58:85:E9:C2:87:D0
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_new() address 58:85:E9:C2:87:D0
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_58_85_E9_C2_87_D0
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 1
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -99
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_class() /org/bluez/hci0/dev_58_85_E9_C2_87_D0 0x5A020C
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:confirm_name() hci0 bdaddr 58:85:E9:C2:87:D0 name_known 1
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:confirm_name_complete() Confirm name complete for hci0
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 7A:A8:9C:02:C3:15, rssi -79 flags 0x0004 eir_len 31
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 09:E3:7F:DF:3D:D9, rssi -99 flags 0x0004 eir_len 31
[NEW] Device DE:67:4A:8B:02:6B Chimay-BT-8B26B
[CHG] Device C8:63:FC:FF:FA:8D LegacyPairing: yes
[bluetooth]# Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr DE:67:4A:8B:02:6B, rssi -105 flags 0x0000
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_create() dst DE:67:4A:8B:02:6B
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_new() address DE:67:4A:8B:02:6B
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_DE_67_4A_8B_02_6B
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -105
Oct 16 14:05:08 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 5
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr C8:63:FC:FF:FA:8D, rssi -73 flags 0x0002 eir_len 5
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 1
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 48:5F:99:5D:C1:50, rssi -91 flags 0x0000 eir_len 33
[NEW] Device 48:5F:99:5D:C1:50 1886–HW–G
[CHG] Device A8:A7:95:92:5A:2A TxPower: 10
[CHG] Device A8:A7:95:92:5A:2A UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[CHG] Device A8:A7:95:92:5A:2A UUIDs: cbbfe0e1-f7f3-4206-84e0-84cbb3d09dfc
[CHG] Device A8:A7:95:92:5A:2A ManufacturerData Key: 0x000f
[CHG] Device A8:A7:95:92:5A:2A ManufacturerData Value:
00 01 64 …d
[CHG] Device A8:A7:95:92:5A:2A LegacyPairing: no
[bluetooth]# Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_create() dst 48:5F:99:5D:C1:50
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_new() address 48:5F:99:5D:C1:50
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_48_5F_99_5D_C1_50
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -91
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 10
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_set_class() /org/bluez/hci0/dev_48_5F_99_5D_C1_50 0x2A010C
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr A8:A7:95:92:5A:2A, rssi -95 flags 0x0002 eir_len 40
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 1
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 10
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr A8:A7:95:92:5A:2A, rssi -101 flags 0x0000 eir_len 21
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 26
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 7A:A8:9C:02:C3:15, rssi -81 flags 0x0004 eir_len 31
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr C8:63:FC:FF:FA:8D, rssi -79 flags 0x0002 eir_len 5
[CHG] Device C8:63:FC:FF:FA:8D LegacyPairing: no
[bluetooth]# Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 1
[CHG] Device C8:63:FC:FF:FA:8D UUIDs: 0000110a-0000-1000-8000-00805f9b34fb
[CHG] Device C8:63:FC:FF:FA:8D UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr C8:63:FC:FF:FA:8D, rssi -75 flags 0x0000 eir_len 155
[CHG] Device C8:63:FC:FF:FA:8D UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[CHG] Device C8:63:FC:FF:FA:8D UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[CHG] Device C8:63:FC:FF:FA:8D UUIDs: 00000000-0000-0000-0000-000000000000
[bluetooth]# Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 58:85:E9:C2:87:D0, rssi -99 flags 0x0002 eir_len 5
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 1
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 7A:A8:9C:02:C3:15, rssi -91 flags 0x0004 eir_len 31
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 7A:A8:9C:02:C3:15, rssi -89 flags 0x0004 eir_len 31
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr D8:32:E3:DC:CA:1F, rssi -77 flags 0x0000 eir_len 173
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
[NEW] Device 70:1C:E7:B4:C6:38 ubuntu-0
[NEW] Device F4:BD:6C:E0:F0:43 Mi Smart Band 4
[CHG] Device DE:67:4A:8B:02:6B UUIDs: 6e400001-b5a3-f393-e0a9-e50e24dcca9e
[NEW] Device 65:44:C2:21:E1:EB 65-44-C2-21-E1-EB
[CHG] Device A8:A7:95:92:5A:2A ManufacturerData Key: 0x000f
[CHG] Device A8:A7:95:92:5A:2A ManufacturerData Value:
00 01 64 …d
[CHG] Device A8:A7:95:92:5A:2A ManufacturerData Key: 0x004c
[CHG] Device A8:A7:95:92:5A:2A ManufacturerData Value:
02 15 50 76 5c b7 d9 ea 4e 21 99 a4 fa 87 96 13 …Pv.…N!..
a4 92 43 78 9b 0b ce …Cx…
[bluetooth]# Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr DE:67:4A:8B:02:6B, rssi -105 flags 0x0000
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 5
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 70:1C:E7:B4:C6:38, rssi -91 flags 0x0000 eir_len 36
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_create() dst 70:1C:E7:B4:C6:38
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_new() address 70:1C:E7:B4:C6:38
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_70_1C_E7_B4_C6_38
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -91
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 9
Oct 16 14:05:09 ubuntu bluetoothd[5423]: src/device.c:device_set_class() /org/bluez/hci0/dev_70_1C_E7_B4_C6_38 0x6C0100
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr F4:BD:6C:E0:F0:43, rssi -91 flags 0x0000 eir_len 31
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_create() dst F4:BD:6C:E0:F0:43
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_new() address F4:BD:6C:E0:F0:43
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_F4_BD_6C_E0_F0_43
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -91
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 6
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr DE:67:4A:8B:02:6B, rssi -103 flags 0x0000 eir_len 38
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 5
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 65:44:C2:21:E1:EB, rssi -97 flags 0x0000 eir_len 18
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_create() dst 65:44:C2:21:E1:EB
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_new() address 65:44:C2:21:E1:EB
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_65_44_C2_21_E1_EB
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -97
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 8
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 26
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr A8:A7:95:92:5A:2A, rssi -103 flags 0x0004 eir_len 27
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 0
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 7A:A8:9C:02:C3:15, rssi -81 flags 0x0004 eir_len 31
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 16:78:8D:27:58:2B, rssi -99 flags 0x0004 eir_len 31
[NEW] Device 70:1C:E7:76:B4:8D 90103–IOT–GGN
[bluetooth]# Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 74:D2:1D:F2:0F:CE, rssi -97 flags 0x00008
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 09:E3:7F:DF:3D:D9, rssi -101 flags 0x0004 eir_len 31
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 09:E3:7F:DF:3D:D9, rssi -101 flags 0x0004 eir_len 31
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 0C:4E:36:18:4B:AD, rssi -103 flags 0x0004 eir_len 31
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 70:1C:E7:76:B4:8D, rssi -75 flags 0x0000 eir_len 81
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_create() dst 70:1C:E7:76:B4:8D
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_new() address 70:1C:E7:76:B4:8D
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_70_1C_E7_76_B4_8D
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -75
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 9
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_class() /org/bluez/hci0/dev_70_1C_E7_76_B4_8D 0x1C010C
[NEW] Device BE:80:00:98:AE:71 boAt Rockerz 355
[CHG] Device 70:1C:E7:96:52:11 RSSI: -43
[bluetooth]# Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 0C:4E:36:18:4B:AD, rssi -103 flags 0x0001
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr AC:D1:B8:1D:61:FA, rssi -81 flags 0x0002 eir_len 41
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 1
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr BE:80:00:98:AE:71, rssi -93 flags 0x0000 eir_len 56
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_create() dst BE:80:00:98:AE:71
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_new() address BE:80:00:98:AE:71
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_BE_80_00_98_AE_71
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
[CHG] Device AC:D1:B8:1D:61:FA LegacyPairing: no
[bluetooth]# Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -93
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 4
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_class() /org/bluez/hci0/dev_BE_80_00_98_AE_71 0x240418
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 7A:A8:9C:02:C3:15, rssi -81 flags 0x0004 eir_len 31
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 70:1C:E7:96:52:11, rssi -43 flags 0x0000 eir_len 81
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -43 delta 12
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr AC:D1:B8:1D:61:FA, rssi -87 flags 0x0000 eir_len 41
[CHG] Device 70:1C:E7:96:52:11 RSSI: -55
[bluetooth]# Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 70:1C:E7:96:52:11, rssi -55 flags 0x0000 eir_len 81
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -55 delta 12
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr DE:67:4A:8B:02:6B, rssi -103 flags 0x0000 eir_len 20
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 5
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 09:E3:7F:DF:3D:D9, rssi -103 flags 0x0004 eir_len 31
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr DE:67:4A:8B:02:6B, rssi -105 flags 0x0000 eir_len 38
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 5
[CHG] Device 70:1C:E7:96:52:11 RSSI: -45
[CHG] Device 70:1C:E7:96:52:11 RSSI: -55
[bluetooth]# Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 70:1C:E7:96:52:11, rssi -45 flags 0x00001
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:10 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -45 delta 10
Oct 16 14:05:11 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 70:1C:E7:96:52:11, rssi -55 flags 0x0000 eir_len 81
Oct 16 14:05:11 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:11 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -55 delta 10
Oct 16 14:05:11 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 70:1C:E7:96:52:11, rssi -53 flags 0x0000 eir_len 81
Oct 16 14:05:11 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:11 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 74:D2:1D:F2:0F:CE, rssi -91 flags 0x0000 eir_len 168
Oct 16 14:05:11 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
[CHG] Device C8:63:FC:FF:FA:8D LegacyPairing: yes
[bluetooth]# Oct 16 14:05:11 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr C8:63:FC:FF:FA:8D, rssi -77 flags 0x00025
Oct 16 14:05:11 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 1
[CHG] Device 48:5F:99:5D:C1:50 RSSI: -81
[bluetooth]# Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 48:5F:99:5D:C1:50, rssi -81 flags 0x00003
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -81 delta 10
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 65:44:C2:21:E1:EB, rssi -97 flags 0x0000 eir_len 18
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 26
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 09:E3:7F:DF:3D:D9, rssi -103 flags 0x0004 eir_len 31
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 0C:4E:36:18:4B:AD, rssi -103 flags 0x0004 eir_len 31
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr C8:63:FC:FF:FA:8D, rssi -75 flags 0x0002 eir_len 5
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 1
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 7A:A8:9C:02:C3:15, rssi -83 flags 0x0004 eir_len 31
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 09:E3:7F:DF:3D:D9, rssi -101 flags 0x0004 eir_len 31
[CHG] Device A8:A7:95:92:5A:2A LegacyPairing: yes
[CHG] Device F4:BD:6C:E0:F0:43 UUIDs: 0000fee0-0000-1000-8000-00805f9b34fb
[bluetooth]# scaOct 16 14:05:12 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 58:85:E9:C2:87:D0, rssi -99 flags 0x05
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 1
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 7A:A8:9C:02:C3:15, rssi -87 flags 0x0004 eir_len 31
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr A8:A7:95:92:5A:2A, rssi -97 flags 0x0002 eir_len 5
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 1
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr F4:BD:6C:E0:F0:43, rssi -89 flags 0x0000 eir_len 52
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 6
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 74:D2:1D:F2:0F:CE, rssi -87 flags 0x0000 eir_len 168
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 7A:A8:9C:02:C3:15, rssi -89 flags 0x0004 eir_len 31
Oct 16 14:05:12 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 0C:4E:36:18:4B:AD, rssi -103 flags 0x0004 eir_len 31
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr A8:A7:95:92:5A:2A, rssi -93 flags 0x0002 eir_len 5
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 1
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 0C:4E:36:18:4B:AD, rssi -103 flags 0x0004 eir_len 31
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr D8:32:E3:DC:CA:1F, rssi -79 flags 0x0000 eir_len 173
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 09:E3:7F:DF:3D:D9, rssi -101 flags 0x0004 eir_len 31
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 7A:A8:9C:02:C3:15, rssi -83 flags 0x0004 eir_len 31
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr DE:67:4A:8B:02:6B, rssi -105 flags 0x0004 eir_len 18
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 0
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr D8:32:E3:DC:CA:1F, rssi -79 flags 0x0000 eir_len 173
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
[NEW] Device 48:95:07:6A:06:1A 14af786c
[CHG] Device A8:A7:95:92:5A:2A LegacyPairing: no
[CHG] Device A8:A7:95:92:5A:2A RSSI: -105
[bluetooth]# scaOct 16 14:05:13 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 48:95:07:6A:06:1A, rssi -97 flags 0x03
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/device.c:device_create() dst 48:95:07:6A:06:1A
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/device.c:device_new() address 48:95:07:6A:06:1A
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_48_95_07_6A_06_1A
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -97
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/device.c:btd_device_device_set_name() /org/bluez/hci0/dev_48_95_07_6A_06_1A 14af786c
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/device.c:device_set_class() /org/bluez/hci0/dev_48_95_07_6A_06_1A 0x5A020C
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr A8:A7:95:92:5A:2A, rssi -105 flags 0x0004 eir_len 27
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -105 delta 8
Oct 16 14:05:13 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 0
n Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr A8:A7:95:92:5A:2A, rssi -103 flags 0x0004 eir_len 27
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 0
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr C8:63:FC:FF:FA:8D, rssi -71 flags 0x0002 eir_len 155
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 1
[CHG] Device 48:5F:99:5D:C1:50 LegacyPairing: yes
[CHG] Device 48:5F:99:5D:C1:50 RSSI: -89
[CHG] Device A8:A7:95:92:5A:2A LegacyPairing: yes
[bluetooth]# scan Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 48:5F:99:5D:C1:50, rssi -89 flags 05
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 1
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -89 delta 8
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr A8:A7:95:92:5A:2A, rssi -99 flags 0x0002 eir_len 5
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 1
[CHG] Device A8:A7:95:92:5A:2A RSSI: -97
[NEW] Device DC:9E:3C:8D:7B:C1 Chimay-BT-8D7BC1
[CHG] Device C8:63:FC:FF:FA:8D LegacyPairing: no
[bluetooth]# scanOct 16 14:05:14 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr A8:A7:95:92:5A:2A, rssi -97 flags 0x5
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 1
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -97 delta 8
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr DC:9E:3C:8D:7B:C1, rssi -105 flags 0x0000 eir_len 21
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_create() dst DC:9E:3C:8D:7B:C1
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_new() address DC:9E:3C:8D:7B:C1
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_DC_9E_3C_8D_7B_C1
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi -105
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 5
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 65:44:C2:21:E1:EB, rssi -101 flags 0x0004 eir_len 0
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 0
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr C8:63:FC:FF:FA:8D, rssi -79 flags 0x0000 eir_len 155
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr DE:67:4A:8B:02:6B, rssi -105 flags 0x0000 eir_len 20
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 5
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 7A:A8:9C:02:C3:15, rssi -81 flags 0x0004 eir_len 31
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 7A:A8:9C:02:C3:15, rssi -81 flags 0x0004 eir_len 31
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr C8:63:FC:FF:FA:8D, rssi -71 flags 0x0000 eir_len 155
[CHG] Device A8:A7:95:92:5A:2A LegacyPairing: no
[CHG] Device A8:A7:95:92:5A:2A ManufacturerData Key: 0x000f
[CHG] Device A8:A7:95:92:5A:2A ManufacturerData Value:
00 01 64 …d
[CHG] Device A8:A7:95:92:5A:2A ManufacturerData Key: 0x004c
[CHG] Device A8:A7:95:92:5A:2A ManufacturerData Value:
02 15 50 76 5c b7 d9 ea 4e 21 99 a4 fa 87 96 13 …Pv.…N!..
a4 92 43 78 9b 0b ce …Cx…
[CHG] Device A8:A7:95:92:5A:2A ManufacturerData Key: 0x012d
[CHG] Device A8:A7:95:92:5A:2A ManufacturerData Value:
02 00 01 10 a7 8e 2a e4 03 29 46 06 8b d2 74 ca …*…)F…t.
12 15 59 8b bd 21 27 69 f3 be …Y…!'i…
[bluetooth]# scanOct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr A8:A7:95:92:5A:2A, rssi -103 flags 0x0004 eir_len 30
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_set_legacy() legacy 0
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/device.c:device_set_flags() flags 0
Oct 16 14:05:14 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 09:E3:7F:DF:3D:D9, rssi -99 flags 0x0004 eir_len 31
Oct 16 14:05:15 ubuntu bluetoothd[5423]: src/adapter.c:device_found_callback() hci0 addr 09:E3:7F:DF:3D:D9, rssi -99 flags 0x0004 eir_len 31
Oct 16 14:05:15 ubuntu bluetoothd[5423]: src/adapter.c:discovering_callback() hci0 type 7 discovering 0 method 0
Oct 16 14:05:15 ubuntu bluetoothd[5423]: src/adapter.c:trigger_start_discovery()
Oct 16 14:05:15 ubuntu bluetoothd[5423]: src/adapter.c:cancel_passive_scanning()
off
[CHG] Device DC:9E:3C:8D:7B:C1 RSSI is nil
[CHG] Device 48:95:07:6A:06:1A RSSI is nil
[CHG] Device BE:80:00:98:AE:71 TxPower is nil
[CHG] Device BE:80:00:98:AE:71 RSSI is nil
[CHG] Device 70:1C:E7:76:B4:8D TxPower is nil
[CHG] Device 70:1C:E7:76:B4:8D RSSI is nil
[CHG] Device 65:44:C2:21:E1:EB TxPower is nil
[CHG] Device 65:44:C2:21:E1:EB RSSI is nil
[CHG] Device F4:BD:6C:E0:F0:43 RSSI is nil
[CHG] Device 70:1C:E7:B4:C6:38 TxPower is nil
[CHG] Device 70:1C:E7:B4:C6:38 RSSI is nil
[CHG] Device 48:5F:99:5D:C1:50 TxPower is nil
[CHG] Device 48:5F:99:5D:C1:50 RSSI is nil
[CHG] Device DE:67:4A:8B:02:6B RSSI is nil
[CHG] Device 58:85:E9:C2:87:D0 RSSI is nil
[CHG] Device A8:A7:95:92:5A:2A TxPower is nil
[CHG] Device A8:A7:95:92:5A:2A RSSI is nil
[CHG] Device 77:30:CB:BA:1E:FF RSSI is nil
[CHG] Device 80:2B:F9:BF:D6:58 TxPower is nil
[CHG] Device 80:2B:F9:BF:D6:58 RSSI is nil
[CHG] Device 70:1C:E7:96:52:11 TxPower is nil
[CHG] Device 70:1C:E7:96:52:11 RSSI is nil
[CHG] Device D8:32:E3:DC:CA:1F RSSI is nil
[CHG] Device 4C:87:5D:D3:5A:85 RSSI is nil
[CHG] Device 58:20:59:F6:E2:A2 RSSI is nil
[CHG] Device 48:CB:E4:D7:A6:29 TxPower is nil
[CHG] Device 48:CB:E4:D7:A6:29 RSSI is nil
[CHG] Device 00:81:F9:49:BF:CE RSSI is nil
[CHG] Device 45:10:21:24:D1:37 TxPower is nil
[CHG] Device 45:10:21:24:D1:37 RSSI is nil
[CHG] Device C8:63:FC:FF:FA:8D RSSI is nil
[CHG] Device 74:D2:1D:F2:0F:CE RSSI is nil
[CHG] Device 00:81:F9:49:C1:48 RSSI is nil
[CHG] Device AC:D1:B8:1D:61:FA TxPower is nil
[CHG] Device AC:D1:B8:1D:61:FA RSSI is nil
[CHG] Device 53:CD:60:7E:D2:C8 RSSI is nil
[CHG] Device 45:C4:4C:DC:F4:73 RSSI is nil
[CHG] Controller 70:66:55:B1:5B:C4 Discovering: no
Discovery stopped
[bluetooth]# Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/adapter.c:stop_discovery() sender :1.68
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/adapter.c:discovery_remove() owner :1.68
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 127
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 127
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 127
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 127
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 127
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 127
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 127
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 127
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 127
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 127
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_tx_power() tx_power 127
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/device.c:device_set_rssi_with_delta() rssi 0
Oct 16 14:05:18 ubuntu bluetoothd[5423]: src/adapter.c:trigger_passive_scanning()
[bluetooth]# trust 70:1C:E7:96:52:11
[CHG] Device 70:1C:E7:96:52:11 Trusted: yes
Changing 70:1C:E7:96:52:11 trust succeeded
[bluetooth]# Oct 16 14:05:24 ubuntu bluetoothd[5423]: src/device.c:btd_device_set_trusted() trusted 1
[bluetooth]# pair 70:1C:E7:96:52:11
Attempting to pair with 70:1C:E7:96:52:11
[bluetooth]# Oct 16 14:05:34 ubuntu bluetoothd[5423]: src/device.c:btd_device_set_temporary() temporary 0
Oct 16 14:05:34 ubuntu bluetoothd[5423]: src/agent.c:agent_ref() 0x55a1b4c250: ref=2
Oct 16 14:05:34 ubuntu bluetoothd[5423]: src/device.c:bonding_request_new() Requesting bonding for 70:1C:E7:96:52:11
Oct 16 14:05:34 ubuntu bluetoothd[5423]: src/agent.c:agent_ref() 0x55a1b4c250: ref=3
Oct 16 14:05:34 ubuntu bluetoothd[5423]: src/agent.c:agent_unref() 0x55a1b4c250: ref=2
Oct 16 14:05:34 ubuntu bluetoothd[5423]: src/adapter.c:suspend_discovery()
Oct 16 14:05:34 ubuntu bluetoothd[5423]: src/adapter.c:adapter_bonding_attempt() hci0 bdaddr 70:1C:E7:96:52:11 type 0 io_cap 0x04
Oct 16 14:05:34 ubuntu bluetoothd[5423]: src/adapter.c:add_whitelist_complete() 70:1C:E7:96:52:11 added to kernel whitelist
[CHG] Device 70:1C:E7:96:52:11 Connected: yes
[90100–IOT–GGN]# Oct 16 14:05:36 ubuntu bluetoothd[5423]: src/adapter.c:connected_callback() hci0 device 70:1C:E7:96:52:11 connected eir_len2
[CHG] Device 70:1C:E7:96:52:11 UUIDs: 00001104-0000-1000-8000-00805f9b34fb
[CHG] Device 70:1C:E7:96:52:11 UUIDs: 00001105-0000-1000-8000-00805f9b34fb
[CHG] Device 70:1C:E7:96:52:11 UUIDs: 00001106-0000-1000-8000-00805f9b34fb
[CHG] Device 70:1C:E7:96:52:11 UUIDs: 0000110a-0000-1000-8000-00805f9b34fb
[CHG] Device 70:1C:E7:96:52:11 UUIDs: 0000110b-0000-1000-8000-00805f9b34fb
[CHG] Device 70:1C:E7:96:52:11 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
[CHG] Device 70:1C:E7:96:52:11 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[CHG] Device 70:1C:E7:96:52:11 UUIDs: 00001112-0000-1000-8000-00805f9b34fb
[CHG] Device 70:1C:E7:96:52:11 UUIDs: 0000112f-0000-1000-8000-00805f9b34fb
[CHG] Device 70:1C:E7:96:52:11 UUIDs: 00001132-0000-1000-8000-00805f9b34fb
[CHG] Device 70:1C:E7:96:52:11 UUIDs: 00001133-0000-1000-8000-00805f9b34fb
[CHG] Device 70:1C:E7:96:52:11 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[CHG] Device 70:1C:E7:96:52:11 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[CHG] Device 70:1C:E7:96:52:11 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[CHG] Device 70:1C:E7:96:52:11 UUIDs: 00005005-0000-1000-8000-0002ee000001
[CHG] Device 70:1C:E7:96:52:11 ServicesResolved: yes
[CHG] Device 70:1C:E7:96:52:11 Paired: yes
Pairing successful
[90100–IOT–GGN]# Oct 16 14:05:37 ubuntu bluetoothd[5423]: src/adapter.c:new_link_key_callback() hci0 new key for 70:1C:E7:96:52:11 type 4 pi1
Oct 16 14:05:37 ubuntu bluetoothd[5423]: src/device.c:device_set_bonded()
Oct 16 14:05:37 ubuntu bluetoothd[5423]: src/device.c:device_bonding_complete() bonding 0x55a1b5aaf0 status 0x00
Oct 16 14:05:37 ubuntu bluetoothd[5423]: src/device.c:device_bonding_complete() Proceeding with service discovery
Oct 16 14:05:37 ubuntu bluetoothd[5423]: src/agent.c:agent_unref() 0x55a1b4c250: ref=1
Oct 16 14:05:37 ubuntu bluetoothd[5423]: src/adapter.c:resume_discovery()
Oct 16 14:05:37 ubuntu bluetoothd[5423]: src/adapter.c:pair_device_complete() Success (0x00)
Oct 16 14:05:37 ubuntu bluetoothd[5423]: src/adapter.c:bonding_attempt_complete() hci0 bdaddr 70:1C:E7:96:52:11 type 0 status 0x0
Oct 16 14:05:37 ubuntu bluetoothd[5423]: src/device.c:device_bonding_complete() bonding (nil) status 0x00
Oct 16 14:05:37 ubuntu bluetoothd[5423]: src/adapter.c:resume_discovery()
Oct 16 14:05:38 ubuntu bluetoothd[5423]: src/device.c:device_probe_profiles() Probing profiles for device 70:1C:E7:96:52:11
Oct 16 14:05:38 ubuntu bluetoothd[5423]: profiles/gap/gas.c:gap_probe() GAP profile probe (70:1C:E7:96:52:11)
Oct 16 14:05:38 ubuntu bluetoothd[5423]: src/service.c:change_state() 0x55a1b72750: device 70:1C:E7:96:52:11 profile gap-profile state changed)
Oct 16 14:05:38 ubuntu bluetoothd[5423]: profiles/audio/avrcp.c:avrcp_controller_probe() path /org/bluez/hci0/dev_70_1C_E7_96_52_11
Oct 16 14:05:38 ubuntu bluetoothd[5423]: profiles/audio/control.c:control_init() Registered interface org.bluez.MediaControl1 on path /org/blu1
Oct 16 14:05:38 ubuntu bluetoothd[5423]: src/service.c:btd_service_ref() 0x55a1b57e10: ref=2
Oct 16 14:05:38 ubuntu bluetoothd[5423]: src/service.c:change_state() 0x55a1b57e10: device 70:1C:E7:96:52:11 profile avrcp-controller state ch)
Oct 16 14:05:38 ubuntu bluetoothd[5423]: profiles/audio/avrcp.c:avrcp_target_probe() path /org/bluez/hci0/dev_70_1C_E7_96_52_11
Oct 16 14:05:38 ubuntu bluetoothd[5423]: src/service.c:btd_service_ref() 0x55a1b59c20: ref=2
Oct 16 14:05:38 ubuntu bluetoothd[5423]: src/service.c:change_state() 0x55a1b59c20: device 70:1C:E7:96:52:11 profile audio-avrcp-target state )
Oct 16 14:05:38 ubuntu bluetoothd[5423]: profiles/audio/a2dp.c:a2dp_source_probe() path /org/bluez/hci0/dev_70_1C_E7_96_52_11
Oct 16 14:05:38 ubuntu bluetoothd[5423]: profiles/audio/source.c:source_init() /org/bluez/hci0/dev_70_1C_E7_96_52_11
Oct 16 14:05:38 ubuntu bluetoothd[5423]: src/service.c:btd_service_ref() 0x55a1b59f80: ref=2
Oct 16 14:05:38 ubuntu bluetoothd[5423]: src/service.c:change_state() 0x55a1b59f80: device 70:1C:E7:96:52:11 profile a2dp-source state changed)
Oct 16 14:05:38 ubuntu bluetoothd[5423]: profiles/audio/a2dp.c:a2dp_sink_probe() path /org/bluez/hci0/dev_70_1C_E7_96_52_11
Oct 16 14:05:38 ubuntu bluetoothd[5423]: profiles/audio/sink.c:sink_init() /org/bluez/hci0/dev_70_1C_E7_96_52_11
Oct 16 14:05:38 ubuntu bluetoothd[5423]: src/service.c:btd_service_ref() 0x55a1b78540: ref=2
Oct 16 14:05:38 ubuntu bluetoothd[5423]: src/service.c:change_state() 0x55a1b78540: device 70:1C:E7:96:52:11 profile a2dp-sink state changed: )
Oct 16 14:05:38 ubuntu bluetoothd[5423]: src/device.c:device_svc_resolved() /org/bluez/hci0/dev_70_1C_E7_96_52_11 err 0
[CHG] Device 70:1C:E7:96:52:11 ServicesResolved: no
[CHG] Device 70:1C:E7:96:52:11 Connected: no
[bluetooth]# Oct 16 14:05:42 ubuntu bluetoothd[5423]: src/adapter.c:dev_disconnected() Device 70:1C:E7:96:52:11 disconnected, reason 2
Oct 16 14:05:42 ubuntu bluetoothd[5423]: src/adapter.c:adapter_remove_connection()
Oct 16 14:05:42 ubuntu bluetoothd[5423]: plugins/policy.c:disconnect_cb() reason 2
Oct 16 14:05:42 ubuntu bluetoothd[5423]: src/adapter.c:bonding_attempt_complete() hci0 bdaddr 70:1C:E7:96:52:11 type 0 status 0xe
Oct 16 14:05:42 ubuntu bluetoothd[5423]: src/device.c:device_bonding_complete() bonding (nil) status 0x0e
Oct 16 14:05:42 ubuntu bluetoothd[5423]: src/device.c:device_bonding_failed() status 14
Oct 16 14:05:42 ubuntu bluetoothd[5423]: src/adapter.c:resume_discovery()
[bluetooth]# connect 70:1C:E7:96:52:11
Attempting to connect to 70:1C:E7:96:52:11
Failed to connect: org.bluez.Error.Failed
[bluetooth]# Oct 16 14:05:52 ubuntu bluetoothd[5423]: src/device.c:connect_profiles() /org/bluez/hci0/dev_70_1C_E7_96_52_11 (all), client :1.68
Oct 16 14:05:52 ubuntu bluetoothd[5423]: profiles/audio/a2dp.c:a2dp_sink_connect() path /org/bluez/hci0/dev_70_1C_E7_96_52_11
Oct 16 14:05:52 ubuntu bluetoothd[5423]: a2dp-sink profile connect failed for 70:1C:E7:96:52:11: Protocol not available
Oct 16 14:05:52 ubuntu bluetoothd[5423]: profiles/audio/a2dp.c:a2dp_source_connect() path /org/bluez/hci0/dev_70_1C_E7_96_52_11
Oct 16 14:05:52 ubuntu bluetoothd[5423]: a2dp-source profile connect failed for 70:1C:E7:96:52:11: Protocol not available

Hi,

Just some kind reminder, the log you pasted are hard to read because some format goes wrong. You should check what you post each time, if you cannot make it right, just post the log as attachment.

And for your issue, since we cannot reproduce it, I need to know which jetpack release are you using and how did you install it? Did you ever customize it ?

And I don’t get why this issue only happens to sdkmanager now.

In you first comment, you said

We are testing this with the default SD card image (no changes are done from our side).

Then why it suddenly can work on sdcard image?

On SD card image BT starts working fine when we

  1. sudo vim /lib/systemd/system/bluetooth.service.d/nv-bluetooth-service.conf
  2. Remove all options for no plugin, it should look like below:
    ExecStart=/usr/lib/bluetooth/bluetoothd. -d
  3. sudo apt-get update
  4. sudo apt-get install pulseaudio-module-bluetooth
  5. sudo reboot
  6. load and unload module-bluetooth-discover and module-bluetooth-policy

Earlier we didn’t do any changes so thats why BT is not working on device. But when we try to do sam stepd with sdkmanager image BT does not work, everytime gets this error
a2dp-source profile connect failed for 70:1C:E7:96:52:11: Protocol not available

We are using jetson R32.4.3 version sdk. We didn’t customise it. We just downloaded the sdk, compile it and flash the image on Nvidia jetson xavier dev kit. We follow the steps as given in this link:

https://docs.nvidia.com/jetson/l4t/index.html

Hi WayneWWW,

Please help.

Hi,

Do you have other NX to try? We keep trying to reproduce your issue on our side but none of device could reproduce your error.

Hi,

Yes i have two NX board and i have tried on both. Same issue is reproducing on both boards.

Could you describe your cases again?

Do you mean this issue only happen to SDcard image? Have you tried different sdcard?

This issue is happening in both SD card image and SDK manager image.

But on NX board having SD card image when we install pulseaudio-module and load bluetooth-discover-module & bluetooth-policy-module then this issue is resolved.

But when i do these steps on NX board having SDK manager image,issue is not resolving.

Do you have other headset to test?

I am testing on different linux laptops and android mobile phones.

What are you trying to do with laptops and mobile phones?
I mean this issue seems related to A2DP. So you are trying to use mobile phones as audio sink?