You are not logged in.

#1 2024-09-25 06:22:48

marcus
Member
Registered: 2012-09-26
Posts: 34

Bluetooth: cannot read battery levels

Since 2 or 3 weeks, my machines are no longer able to read the battery levels of connected bluetooth devices. There are no connectivity issues otherwise. I first noticed it, with a gamepad (Sony PS5 Controller) which I was using last month (worked then) and again yesterday (doesn't work). I have a monitoring system in place (prometheus) which alerts me (among other stuff) when battery levels are low.

When trying to read the battery level with

upower -i /bla/bla

0% is reported. When using blueman-manager, there is no battery indicator on all devices.

I was able to reproduce the issue with my Apple Magic Keyboard and Trackpad, which I usually use wired, as well as on three different machines (2 laptops, 1 desktop).

All machines are upgraded at least once a week. I am pretty sure, it is no kernel issue: I tried linux, linux-lts and linux-rt, and downgraded linux to 6.8.1 (Feb 24, IIRC).

All config files in

/etc/bluetooth

are stock.

As suggested in the wiki, I have tried to debug with

/usr/lib/bluetooth/bluetoothd -n -d

, but found nothing helpful. This is the full log output (start service, connect trackpad, move cursor around, disconnect, stop service):

bluetoothd[3137]: Bluetooth daemon 5.78
bluetoothd[3137]: src/main.c:parse_config() parsing /etc/bluetooth/main.conf
bluetoothd[3137]: src/adapter.c:adapter_init() sending read version command
bluetoothd[3137]: Starting SDP server
bluetoothd[3137]: src/sdpd-service.c:register_device_id() Adding device id record for 0002:1d6b:0246:054e
bluetoothd[3137]: src/plugin.c:plugin_init() Loading builtin plugins
bluetoothd[3137]: src/plugin.c:add_plugin() Loading hostname plugin
bluetoothd[3137]: plugins/hostname.c:read_dmi_fallback() chassis: laptop
bluetoothd[3137]: plugins/hostname.c:read_dmi_fallback() major: 0x01 minor: 0x03
bluetoothd[3137]: plugins/hostname.c:read_transient_hostname() read transient hostname: 'flexo'
bluetoothd[3137]: src/plugin.c:add_plugin() Plugin hostname loaded
bluetoothd[3137]: src/plugin.c:add_plugin() Loading wiimote plugin
bluetoothd[3137]: src/plugin.c:add_plugin() Plugin wiimote loaded
bluetoothd[3137]: src/plugin.c:add_plugin() Loading autopair plugin
bluetoothd[3137]: src/plugin.c:add_plugin() Plugin autopair loaded
bluetoothd[3137]: src/plugin.c:add_plugin() Loading policy plugin
bluetoothd[3137]: src/plugin.c:add_plugin() Plugin policy loaded
bluetoothd[3137]: src/plugin.c:add_plugin() Loading a2dp plugin
bluetoothd[3137]: src/plugin.c:add_plugin() Plugin a2dp loaded
bluetoothd[3137]: src/plugin.c:add_plugin() Loading avrcp plugin
bluetoothd[3137]: src/plugin.c:add_plugin() Plugin avrcp loaded
bluetoothd[3137]: src/plugin.c:add_plugin() Loading network plugin
bluetoothd[3137]: profiles/network/manager.c:read_config() /etc/bluetooth/network.conf: Key file does not have key “DisableSecurity” in group “General”
bluetoothd[3137]: profiles/network/manager.c:read_config() Config options: Security=true
bluetoothd[3137]: src/plugin.c:add_plugin() Plugin network loaded
bluetoothd[3137]: src/plugin.c:add_plugin() Loading input plugin
bluetoothd[3137]: src/plugin.c:add_plugin() Plugin input loaded
bluetoothd[3137]: src/plugin.c:add_plugin() Loading hog plugin
bluetoothd[3137]: profiles/input/suspend-none.c:suspend_init()
bluetoothd[3137]: src/plugin.c:add_plugin() Plugin hog loaded
bluetoothd[3137]: src/plugin.c:add_plugin() Loading gap plugin
bluetoothd[3137]: src/plugin.c:add_plugin() Plugin gap loaded
bluetoothd[3137]: src/plugin.c:add_plugin() Loading scanparam plugin
bluetoothd[3137]: src/plugin.c:add_plugin() Plugin scanparam loaded
bluetoothd[3137]: src/plugin.c:add_plugin() Loading deviceinfo plugin
bluetoothd[3137]: src/plugin.c:add_plugin() Plugin deviceinfo loaded
bluetoothd[3137]: src/plugin.c:add_plugin() Loading midi plugin
bluetoothd[3137]: src/plugin.c:add_plugin() Plugin midi loaded
bluetoothd[3137]: src/plugin.c:add_plugin() Loading battery plugin
bluetoothd[3137]: src/plugin.c:add_plugin() Plugin battery loaded
bluetoothd[3137]: src/plugin.c:add_plugin() Loading sixaxis plugin
bluetoothd[3137]: plugins/sixaxis.c:sixaxis_init()
bluetoothd[3137]: src/plugin.c:add_plugin() Plugin sixaxis loaded
bluetoothd[3137]: src/plugin.c:add_plugin() Loading bap plugin
bluetoothd[3137]: src/profile.c:btd_profile_register() D-Bus experimental not enabled
bluetoothd[3137]: src/plugin.c:init_plugin() System does not support bap plugin
bluetoothd[3137]: src/plugin.c:add_plugin() Loading bass plugin
bluetoothd[3137]: src/profile.c:btd_profile_register() D-Bus experimental not enabled
bluetoothd[3137]: src/plugin.c:init_plugin() System does not support bass plugin
bluetoothd[3137]: src/plugin.c:add_plugin() Loading mcp plugin
bluetoothd[3137]: src/profile.c:btd_profile_register() D-Bus experimental not enabled
bluetoothd[3137]: src/plugin.c:init_plugin() System does not support mcp plugin
bluetoothd[3137]: src/plugin.c:add_plugin() Loading vcp plugin
bluetoothd[3137]: src/profile.c:btd_profile_register() D-Bus experimental not enabled
bluetoothd[3137]: src/plugin.c:init_plugin() System does not support vcp plugin
bluetoothd[3137]: src/plugin.c:add_plugin() Loading micp plugin
bluetoothd[3137]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
bluetoothd[3137]: src/plugin.c:init_plugin() System does not support micp plugin
bluetoothd[3137]: src/plugin.c:add_plugin() Loading ccp plugin
bluetoothd[3137]: src/profile.c:btd_profile_register() D-Bus testing not enabled
bluetoothd[3137]: src/plugin.c:init_plugin() System does not support ccp plugin
bluetoothd[3137]: src/plugin.c:add_plugin() Loading csip plugin
bluetoothd[3137]: src/profile.c:btd_profile_register() D-Bus experimental not enabled
bluetoothd[3137]: src/plugin.c:init_plugin() System does not support csip plugin
bluetoothd[3137]: src/plugin.c:add_plugin() Loading asha plugin
bluetoothd[3137]: src/profile.c:btd_profile_register() D-Bus experimental not enabled
bluetoothd[3137]: src/plugin.c:init_plugin() System does not support asha plugin
bluetoothd[3137]: src/main.c:main() Entering main loop
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0xffff] command 0x0001
bluetoothd[3137]: src/rfkill.c:rfkill_event() RFKILL event idx 0 type 2 op 0 soft 0 hard 0
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0xffff] command 0x0001 complete: 0x00
bluetoothd[3137]: Bluetooth management interface 1.22 initialized
bluetoothd[3137]: src/adapter.c:read_version_complete() sending read supported commands command
bluetoothd[3137]: src/adapter.c:read_version_complete() sending read index list command
bluetoothd[3137]: src/rfkill.c:rfkill_event() RFKILL event idx 1 type 1 op 0 soft 0 hard 0
bluetoothd[3137]: src/rfkill.c:rfkill_event() RFKILL event idx 2 type 2 op 0 soft 0 hard 0
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0xffff] command 0x0002
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0xffff] command 0x0002 complete: 0x00
bluetoothd[3137]: src/adapter.c:read_commands_complete() Number of commands: 88
bluetoothd[3137]: src/adapter.c:read_commands_complete() Number of events: 44
bluetoothd[3137]: src/adapter.c:read_commands_complete() enabling kernel-side connection control
bluetoothd[3137]: src/adapter.c:read_commands_complete() kernel supports the set_blocked_keys op
bluetoothd[3137]: src/adapter.c:read_commands_complete() kernel supports controller cap command
bluetoothd[3137]: src/adapter.c:read_commands_complete() kernel supports exp features
bluetoothd[3137]: src/adapter.c:read_commands_complete() kernel supports set system confic
bluetoothd[3137]: src/adapter.c:read_commands_complete() kernel supports ext adv commands
bluetoothd[3137]: src/adapter.c:read_commands_complete() kernel supports suspend/resume events
bluetoothd[3137]: src/rfkill.c:rfkill_event() RFKILL event idx 3 type 1 op 0 soft 0 hard 0
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0xffff] command 0x0003
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0xffff] command 0x0003 complete: 0x00
bluetoothd[3137]: src/adapter.c:read_index_list_complete() Number of controllers: 1
bluetoothd[3137]: src/adapter.c:read_index_list_complete() Found index 0
bluetoothd[3137]: src/adapter.c:index_added() index 0
bluetoothd[3137]: src/adapter.c:reset_adv_monitors() sending remove Adv Monitor command with handle 0
bluetoothd[3137]: src/adapter.c:btd_adapter_new() System name: BlueZ 5.78
bluetoothd[3137]: src/adapter.c:btd_adapter_new() Major class: 0
bluetoothd[3137]: src/adapter.c:btd_adapter_new() Minor class: 0
bluetoothd[3137]: src/adapter.c:btd_adapter_new() Modalias: usb:v1D6Bp0246d054E
bluetoothd[3137]: src/adapter.c:btd_adapter_new() Discoverable timeout: 180 seconds
bluetoothd[3137]: src/adapter.c:btd_adapter_new() Pairable timeout: 0 seconds
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0053
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0053 complete: 0x00
bluetoothd[3137]: src/adapter.c:reset_adv_monitors_complete() Removed all Adv Monitors
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0049
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0049 complete: 0x00
bluetoothd[3137]: src/adapter.c:read_exp_features_complete() index 0 status 0x00
bluetoothd[3137]: src/adapter.c:read_exp_features_complete() 15c0a148-c273-11ea-b3de-0242ac130004 flags 2 action 0
bluetoothd[3137]: src/adapter.c:read_exp_features_complete() 330859bc-7506-492d-9370-9a6f0614037f flags 0 action 0
bluetoothd[3137]: src/adapter.c:read_exp_features_complete() a6695ace-ee7f-4fb9-881a-5fac66c629af flags 0 action 0
bluetoothd[3137]: src/adapter.c:read_exp_features_complete() 6fbaf188-05e0-496a-9885-d6ddfdb4e03e flags 0 action 0
bluetoothd[3137]: src/adapter.c:read_info() sending read info command for index 0
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0004
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0004 complete: 0x00
bluetoothd[3137]: src/adapter.c:read_info_complete() index 0 status 0x00
bluetoothd[3137]: src/adapter.c:clear_uuids() sending clear uuids command for index 0
bluetoothd[3137]: src/adapter.c:clear_devices() sending clear devices command for index 0
bluetoothd[3137]: src/adapter.c:set_mode() sending set mode command for index 0
bluetoothd[3137]: src/adapter.c:set_mode() sending set mode command for index 0
bluetoothd[3137]: src/adapter.c:set_mode() sending set mode command for index 0
bluetoothd[3137]: src/adapter.c:set_mode() sending set mode command for index 0
bluetoothd[3137]: src/adapter.c:set_privacy() sending set privacy command for index 0
bluetoothd[3137]: src/adapter.c:set_privacy() setting privacy mode 0x00 for index 0
bluetoothd[3137]: src/battery.c:manager_new()
bluetoothd[3137]: Battery Provider Manager created
bluetoothd[3137]: src/gatt-database.c:btd_gatt_database_new() GATT Manager registered for adapter: /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:adapter_service_add() /org/bluez/hci0
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Adding record with handle 0x10001
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000007-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000100-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00001002-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00001800-0000-1000-8000-00805f9
bluetoothd[3137]: src/adapter.c:adapter_service_insert() /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:add_uuid() sending add uuid command for index 0
bluetoothd[3137]: src/adapter.c:adapter_service_add() /org/bluez/hci0
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Adding record with handle 0x10002
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000007-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000100-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00001002-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00001801-0000-1000-8000-00805f9
bluetoothd[3137]: src/adapter.c:adapter_service_insert() /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:add_uuid() sending add uuid command for index 0
bluetoothd[3137]: src/adapter.c:adapter_service_add() /org/bluez/hci0
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Adding record with handle 0x10003
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000007-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000100-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00001002-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 0000180a-0000-1000-8000-00805f9
bluetoothd[3137]: src/adapter.c:adapter_service_insert() /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:add_uuid() sending add uuid command for index 0
bluetoothd[3137]: src/advertising.c:btd_adv_manager_new() LE Advertising Manager created for adapter: /org/bluez/hci0
bluetoothd[3137]: plugins/hostname.c:hostname_probe()
bluetoothd[3137]: plugins/hostname.c:update_class() major: 0x01 minor: 0x03
bluetoothd[3137]: src/adapter.c:btd_adapter_set_class() class: major 1 minor 3
bluetoothd[3137]: src/adapter.c:set_dev_class() sending set device class command for index 0
bluetoothd[3137]: plugins/policy.c:policy_adapter_probe()
bluetoothd[3137]: src/adapter.c:adapter_set_power_state() off-enabling
bluetoothd[3137]: src/adapter.c:set_mode() sending set mode command for index 0
bluetoothd[3137]: profiles/audio/a2dp.c:media_server_probe() path /org/bluez/hci0
bluetoothd[3137]: profiles/audio/a2dp.c:a2dp_sink_server_probe() path /org/bluez/hci0
bluetoothd[3137]: profiles/audio/a2dp.c:a2dp_source_server_probe() path /org/bluez/hci0
bluetoothd[3137]: profiles/audio/avrcp.c:avrcp_controller_server_probe() path /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:adapter_service_add() /org/bluez/hci0
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Adding record with handle 0x10004
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000017-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000100-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00001002-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 0000110e-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 0000110f-0000-1000-8000-00805f9
bluetoothd[3137]: src/adapter.c:adapter_service_insert() /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:add_uuid() sending add uuid command for index 0
bluetoothd[3137]: profiles/audio/avrcp.c:avrcp_target_server_probe() path /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:adapter_service_add() /org/bluez/hci0
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Adding record with handle 0x10005
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000017-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000100-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00001002-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 0000110c-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 0000110e-0000-1000-8000-00805f9
bluetoothd[3137]: src/adapter.c:adapter_service_insert() /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:add_uuid() sending add uuid command for index 0
bluetoothd[3137]: profiles/network/manager.c:panu_server_probe() path /org/bluez/hci0
bluetoothd[3137]: profiles/network/server.c:server_register() Registered interface org.bluez.NetworkServer1 on path /org/bluez/hci0
bluetoothd[3137]: profiles/network/manager.c:gn_server_probe() path /org/bluez/hci0
bluetoothd[3137]: profiles/network/manager.c:nap_server_probe() path /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:btd_adapter_unblock_address() hci0 00:00:00:00:00:00
bluetoothd[3137]: src/adapter.c:get_ltk_info() 90:9C:4A:0F:90:AC
bluetoothd[3137]: src/adapter.c:get_peripheral_ltk_info() 90:9C:4A:0F:90:AC
bluetoothd[3137]: src/device.c:device_create_from_storage() address 90:9C:4A:0F:90:AC
bluetoothd[3137]: src/device.c:device_new() address 90:9C:4A:0F:90:AC
bluetoothd[3137]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_90_9C_4A_0F_90_AC
bluetoothd[3137]: src/device.c:btd_device_set_temporary() temporary 0
bluetoothd[3137]: src/device.c:device_set_bonded() setting bonded for device to true
bluetoothd[3137]: src/adapter.c:get_ltk_info() 08:65:18:B8:82:6C
bluetoothd[3137]: src/adapter.c:get_peripheral_ltk_info() 08:65:18:B8:82:6C
bluetoothd[3137]: src/device.c:device_create_from_storage() address 08:65:18:B8:82:6C
bluetoothd[3137]: src/device.c:device_new() address 08:65:18:B8:82:6C
bluetoothd[3137]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_08_65_18_B8_82_6C
bluetoothd[3137]: src/device.c:btd_device_set_temporary() temporary 0
bluetoothd[3137]: src/device.c:device_set_bonded() setting bonded for device to true
bluetoothd[3137]: src/adapter.c:get_ltk_info() C2:3E:87:8B:BE:39
bluetoothd[3137]: src/adapter.c:get_peripheral_ltk_info() C2:3E:87:8B:BE:39
bluetoothd[3137]: src/device.c:device_create_from_storage() address C2:3E:87:8B:BE:39
bluetoothd[3137]: src/device.c:device_new() address C2:3E:87:8B:BE:39
bluetoothd[3137]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_C2_3E_87_8B_BE_39
bluetoothd[3137]: src/device.c:btd_device_set_temporary() temporary 0
bluetoothd[3137]: src/adapter.c:get_ltk_info() EE:5A:FB:0A:42:62
bluetoothd[3137]: src/adapter.c:get_peripheral_ltk_info() EE:5A:FB:0A:42:62
bluetoothd[3137]: src/device.c:device_create_from_storage() address EE:5A:FB:0A:42:62
bluetoothd[3137]: src/device.c:device_new() address EE:5A:FB:0A:42:62
bluetoothd[3137]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_EE_5A_FB_0A_42_62
bluetoothd[3137]: src/device.c:btd_device_set_temporary() temporary 0
bluetoothd[3137]: src/adapter.c:get_ltk_info() 18:3F:70:ED:4B:7B
bluetoothd[3137]: src/adapter.c:get_peripheral_ltk_info() 18:3F:70:ED:4B:7B
bluetoothd[3137]: src/device.c:device_create_from_storage() address 18:3F:70:ED:4B:7B
bluetoothd[3137]: src/device.c:device_new() address 18:3F:70:ED:4B:7B
bluetoothd[3137]: src/device.c:device_new() Creating device /org/bluez/hci0/dev_18_3F_70_ED_4B_7B
bluetoothd[3137]: src/device.c:btd_device_set_temporary() temporary 0
bluetoothd[3137]: src/device.c:device_set_bonded() setting bonded for device to true
bluetoothd[3137]: src/adapter.c:load_link_keys() hci0 keys 3 debug_keys 0
bluetoothd[3137]: src/adapter.c:load_ltks() hci0 keys 4
bluetoothd[3137]: src/device.c:device_set_bonded() setting bonded for device to true
bluetoothd[3137]: src/device.c:device_set_bonded() setting bonded for device to true
bluetoothd[3137]: src/adapter.c:load_irks() hci0 irks 2
bluetoothd[3137]: src/adapter.c:load_conn_params() hci0 conn params 2
bluetoothd[3137]: profiles/input/device.c:input_device_register() /org/bluez/hci0/dev_90_9C_4A_0F_90_AC
bluetoothd[3137]: src/service.c:btd_service_ref() 0x5b9e745779b0: ref=2
bluetoothd[3137]: src/service.c:change_state() 0x5b9e745779b0: device 90:9C:4A:0F:90:AC profile input-hid state changed: unavailable -> disconnected (0)
bluetoothd[3137]: profiles/input/device.c:input_device_register() /org/bluez/hci0/dev_08_65_18_B8_82_6C
bluetoothd[3137]: src/service.c:btd_service_ref() 0x5b9e7457a100: ref=2
bluetoothd[3137]: src/service.c:change_state() 0x5b9e7457a100: device 08:65:18:B8:82:6C profile input-hid state changed: unavailable -> disconnected (0)
bluetoothd[3137]: profiles/input/hog.c:hog_probe() path /org/bluez/hci0/dev_C2_3E_87_8B_BE_39
bluetoothd[3137]: src/device.c:device_set_wake_support() Unable to set wake_support without RPA resolution
bluetoothd[3137]: src/service.c:change_state() 0x5b9e7457c650: device C2:3E:87:8B:BE:39 profile input-hog state changed: unavailable -> disconnected (0)
bluetoothd[3137]: src/device.c:device_set_auto_connect() C2:3E:87:8B:BE:39 auto connect: 1
bluetoothd[3137]: profiles/gap/gas.c:gap_probe() GAP profile probe (C2:3E:87:8B:BE:39)
bluetoothd[3137]: src/service.c:change_state() 0x5b9e7457c6c0: device C2:3E:87:8B:BE:39 profile gap-profile state changed: unavailable -> disconnected (0)
bluetoothd[3137]: src/service.c:change_state() 0x5b9e7457c730: device C2:3E:87:8B:BE:39 profile deviceinfo state changed: unavailable -> disconnected (0)
bluetoothd[3137]: profiles/battery/battery.c:batt_probe() BATT profile probe (C2:3E:87:8B:BE:39)
bluetoothd[3137]: src/service.c:change_state() 0x5b9e7457c770: device C2:3E:87:8B:BE:39 profile batt-profile state changed: unavailable -> disconnected (0)
bluetoothd[3137]: profiles/input/hog.c:hog_probe() path /org/bluez/hci0/dev_EE_5A_FB_0A_42_62
bluetoothd[3137]: src/device.c:device_set_wake_support() Unable to set wake_support without RPA resolution
bluetoothd[3137]: src/service.c:change_state() 0x5b9e7457c7b0: device EE:5A:FB:0A:42:62 profile input-hog state changed: unavailable -> disconnected (0)
bluetoothd[3137]: src/device.c:device_set_auto_connect() EE:5A:FB:0A:42:62 auto connect: 1
bluetoothd[3137]: profiles/gap/gas.c:gap_probe() GAP profile probe (EE:5A:FB:0A:42:62)
bluetoothd[3137]: src/service.c:change_state() 0x5b9e7457c7f0: device EE:5A:FB:0A:42:62 profile gap-profile state changed: unavailable -> disconnected (0)
bluetoothd[3137]: src/service.c:change_state() 0x5b9e7457c860: device EE:5A:FB:0A:42:62 profile deviceinfo state changed: unavailable -> disconnected (0)
bluetoothd[3137]: profiles/input/device.c:input_device_register() /org/bluez/hci0/dev_18_3F_70_ED_4B_7B
bluetoothd[3137]: src/service.c:btd_service_ref() 0x5b9e7457c8a0: ref=2
bluetoothd[3137]: src/service.c:change_state() 0x5b9e7457c8a0: device 18:3F:70:ED:4B:7B profile input-hid state changed: unavailable -> disconnected (0)
bluetoothd[3137]: src/adapter.c:adapter_service_insert() /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:add_uuid() sending add uuid command for index 0
bluetoothd[3137]: src/adapter.c:set_did() hci0 source 2 vendor 1d6b product 246 version 54e
bluetoothd[3137]: src/adapter.c:adapter_register() Adapter /org/bluez/hci0 registered
bluetoothd[3137]: src/adapter.c:set_dev_class() sending set device class command for index 0
bluetoothd[3137]: src/adapter.c:set_name() sending set local name command for index 0
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0011
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0011 complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0034
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0034 complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x000d
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x000d complete: 0x00
bluetoothd[3137]: src/adapter.c:new_settings_callback() Settings: 0x000c0280
bluetoothd[3137]: src/adapter.c:settings_changed() Changed settings: 0x00000200
bluetoothd[3137]: src/adapter.c:settings_changed() Pending settings: 0x00000001
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x000b
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x000b complete: 0x00
bluetoothd[3137]: src/adapter.c:new_settings_callback() Settings: 0x000c02c0
bluetoothd[3137]: src/adapter.c:settings_changed() Changed settings: 0x00000040
bluetoothd[3137]: src/adapter.c:settings_changed() Pending settings: 0x00000001
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x002d
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x002d complete: 0x00
bluetoothd[3137]: src/adapter.c:new_settings_callback() Settings: 0x000c0ac0
bluetoothd[3137]: src/adapter.c:settings_changed() Changed settings: 0x00000800
bluetoothd[3137]: src/adapter.c:settings_changed() Pending settings: 0x00000001
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0047
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0047 complete: 0x00
bluetoothd[3137]: src/adapter.c:new_settings_callback() Settings: 0x000e0ac0
bluetoothd[3137]: src/adapter.c:settings_changed() Changed settings: 0x00020000
bluetoothd[3137]: src/adapter.c:settings_changed() Pending settings: 0x00000001
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x002f
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x002f complete: 0x00
bluetoothd[3137]: src/adapter.c:set_privacy_complete() Successfuly set privacy for index 0
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0010
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0010 complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0010
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0010 complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0010
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0010 complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x003d
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x003d complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0048
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0048 complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x000e
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x000e complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0005
bluetoothd[3137]: src/profile.c:register_profile() sender :1.44
bluetoothd[3137]: src/profile.c:create_ext() Created "Hands-Free Voice gateway"
bluetoothd[3137]: src/profile.c:ext_adapter_probe() "Hands-Free Voice gateway" probed
bluetoothd[3137]: src/profile.c:ext_start_servers() Hands-Free Voice gateway listening on chan 13
bluetoothd[3137]: src/adapter.c:adapter_service_add() /org/bluez/hci0
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Adding record with handle 0x10006
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000003-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000100-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00001002-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 0000111e-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 0000111f-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00001203-0000-1000-8000-00805f9
bluetoothd[3137]: src/adapter.c:adapter_service_insert() /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:add_uuid() sending add uuid command for index 0
bluetoothd[3137]: src/profile.c:register_profile() sender :1.44
bluetoothd[3137]: src/profile.c:create_ext() Created "Hands-Free unit"
bluetoothd[3137]: src/profile.c:ext_adapter_probe() "Hands-Free unit" probed
bluetoothd[3137]: src/profile.c:ext_start_servers() Hands-Free unit listening on chan 7
bluetoothd[3137]: src/adapter.c:adapter_service_add() /org/bluez/hci0
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Adding record with handle 0x10007
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000003-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000100-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00001002-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 0000111e-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00001203-0000-1000-8000-00805f9
bluetoothd[3137]: src/adapter.c:adapter_service_insert() /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:add_uuid() sending add uuid command for index 0
bluetoothd[3137]: profiles/audio/media.c:register_app() Registering application: :1.44:/MediaEndpoint
bluetoothd[3137]: src/gatt-database.c:manager_register_app() Registering application: :1.45:/midi
bluetoothd[3137]: src/gatt-database.c:manager_register_app() Registering application: :1.45:/midiserver0
bluetoothd[3137]: profiles/audio/media.c:proxy_added_cb() Proxy added: /MediaEndpoint/A2DPSource/ldac, iface: org.bluez.MediaEndpoint1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_register_sep() SEP 0x5b9e745866e0 registered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:1
bluetoothd[3137]: src/adapter.c:adapter_service_add() /org/bluez/hci0
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Adding record with handle 0x10008
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000019-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000100-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00001002-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 0000110a-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 0000110d-0000-1000-8000-00805f9
bluetoothd[3137]: src/adapter.c:adapter_service_insert() /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:add_uuid() sending add uuid command for index 0
bluetoothd[3137]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSource/ldac
bluetoothd[3137]: profiles/audio/media.c:proxy_added_cb() Proxy added: /MediaEndpoint/A2DPSink/aptx_hd, iface: org.bluez.MediaEndpoint1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_register_sep() SEP 0x5b9e7458dd40 registered: type:1 codec:255 seid_pool:0x5b9e745754c8 seid:2
bluetoothd[3137]: src/adapter.c:adapter_service_add() /org/bluez/hci0
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Adding record with handle 0x10009
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000019-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000100-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00001002-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 0000110b-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 0000110d-0000-1000-8000-00805f9
bluetoothd[3137]: src/adapter.c:adapter_service_insert() /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:add_uuid() sending add uuid command for index 0
bluetoothd[3137]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSink/aptx_hd
bluetoothd[3137]: profiles/audio/media.c:proxy_added_cb() Proxy added: /MediaEndpoint/A2DPSource/aptx_hd, iface: org.bluez.MediaEndpoint1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_register_sep() SEP 0x5b9e745903a0 registered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:3
bluetoothd[3137]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx_hd
bluetoothd[3137]: profiles/audio/media.c:proxy_added_cb() Proxy added: /MediaEndpoint/A2DPSink/aptx, iface: org.bluez.MediaEndpoint1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_register_sep() SEP 0x5b9e74590dd0 registered: type:1 codec:255 seid_pool:0x5b9e745754c8 seid:4
bluetoothd[3137]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSink/aptx
bluetoothd[3137]: profiles/audio/media.c:proxy_added_cb() Proxy added: /MediaEndpoint/A2DPSource/aptx, iface: org.bluez.MediaEndpoint1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_register_sep() SEP 0x5b9e74591950 registered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:5
bluetoothd[3137]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx
bluetoothd[3137]: profiles/audio/media.c:proxy_added_cb() Proxy added: /MediaEndpoint/A2DPSink/aac, iface: org.bluez.MediaEndpoint1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_register_sep() SEP 0x5b9e745923d0 registered: type:1 codec:2 seid_pool:0x5b9e745754c8 seid:6
bluetoothd[3137]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSink/aac
bluetoothd[3137]: profiles/audio/media.c:proxy_added_cb() Proxy added: /MediaEndpoint/A2DPSource/aac, iface: org.bluez.MediaEndpoint1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_register_sep() SEP 0x5b9e74592fa0 registered: type:0 codec:2 seid_pool:0x5b9e745754c8 seid:7
bluetoothd[3137]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSource/aac
bluetoothd[3137]: profiles/audio/media.c:proxy_added_cb() Proxy added: /MediaEndpoint/A2DPSink/opus_g, iface: org.bluez.MediaEndpoint1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_register_sep() SEP 0x5b9e74593a90 registered: type:1 codec:255 seid_pool:0x5b9e745754c8 seid:8
bluetoothd[3137]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSink/opus_g
bluetoothd[3137]: profiles/audio/media.c:proxy_added_cb() Proxy added: /MediaEndpoint/A2DPSource/opus_g, iface: org.bluez.MediaEndpoint1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_register_sep() SEP 0x5b9e745946d0 registered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:9
bluetoothd[3137]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSource/opus_g
bluetoothd[3137]: profiles/audio/media.c:proxy_added_cb() Proxy added: /MediaEndpoint/A2DPSink/sbc, iface: org.bluez.MediaEndpoint1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_register_sep() SEP 0x5b9e745951c0 registered: type:1 codec:0 seid_pool:0x5b9e745754c8 seid:10
bluetoothd[3137]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSink/sbc
bluetoothd[3137]: profiles/audio/media.c:proxy_added_cb() Proxy added: /MediaEndpoint/A2DPSource/sbc, iface: org.bluez.MediaEndpoint1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_register_sep() SEP 0x5b9e74595e00 registered: type:0 codec:0 seid_pool:0x5b9e745754c8 seid:11
bluetoothd[3137]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSource/sbc
bluetoothd[3137]: profiles/audio/media.c:proxy_added_cb() Proxy added: /MediaEndpoint/A2DPSource/aptx_ll_1, iface: org.bluez.MediaEndpoint1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_register_sep() SEP 0x5b9e74596a40 registered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:12
bluetoothd[3137]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx_ll_1
bluetoothd[3137]: profiles/audio/media.c:proxy_added_cb() Proxy added: /MediaEndpoint/A2DPSource/aptx_ll_0, iface: org.bluez.MediaEndpoint1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_register_sep() SEP 0x5b9e74597680 registered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:13
bluetoothd[3137]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx_ll_0
bluetoothd[3137]: profiles/audio/media.c:proxy_added_cb() Proxy added: /MediaEndpoint/A2DPSource/aptx_ll_duplex_1, iface: org.bluez.MediaEndpoint1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_register_sep() SEP 0x5b9e74598230 registered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:14
bluetoothd[3137]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
bluetoothd[3137]: profiles/audio/media.c:proxy_added_cb() Proxy added: /MediaEndpoint/A2DPSource/aptx_ll_duplex_0, iface: org.bluez.MediaEndpoint1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_register_sep() SEP 0x5b9e74598de0 registered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:15
bluetoothd[3137]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
bluetoothd[3137]: profiles/audio/media.c:proxy_added_cb() Proxy added: /MediaEndpoint/A2DPSource/faststream, iface: org.bluez.MediaEndpoint1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_register_sep() SEP 0x5b9e74599a60 registered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:16
bluetoothd[3137]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSource/faststream
bluetoothd[3137]: profiles/audio/media.c:proxy_added_cb() Proxy added: /MediaEndpoint/A2DPSource/faststream_duplex, iface: org.bluez.MediaEndpoint1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_register_sep() SEP 0x5b9e7459a690 registered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:17
bluetoothd[3137]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSource/faststream_duplex
bluetoothd[3137]: profiles/audio/media.c:proxy_added_cb() Proxy added: /MediaEndpoint/A2DPSink/opus_05, iface: org.bluez.MediaEndpoint1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_register_sep() SEP 0x5b9e7459b1d0 registered: type:1 codec:255 seid_pool:0x5b9e745754c8 seid:18
bluetoothd[3137]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSink/opus_05
bluetoothd[3137]: profiles/audio/media.c:proxy_added_cb() Proxy added: /MediaEndpoint/A2DPSource/opus_05, iface: org.bluez.MediaEndpoint1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_register_sep() SEP 0x5b9e7459be20 registered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:19
bluetoothd[3137]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSource/opus_05
bluetoothd[3137]: profiles/audio/media.c:proxy_added_cb() Proxy added: /MediaEndpoint/A2DPSink/opus_05_duplex, iface: org.bluez.MediaEndpoint1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_register_sep() SEP 0x5b9e7459c920 registered: type:1 codec:255 seid_pool:0x5b9e745754c8 seid:20
bluetoothd[3137]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSink/opus_05_duplex
bluetoothd[3137]: profiles/audio/media.c:proxy_added_cb() Proxy added: /MediaEndpoint/A2DPSource/opus_05_duplex, iface: org.bluez.MediaEndpoint1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_register_sep() SEP 0x5b9e7459d560 registered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:21
bluetoothd[3137]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSource/opus_05_duplex
bluetoothd[3137]: profiles/audio/media.c:client_ready_cb() Media application registered: :1.44:/MediaEndpoint
bluetoothd[3137]: src/gatt-database.c:proxy_added_cb() Object received: /midi/profile, iface: org.bluez.GattProfile1
bluetoothd[3137]: src/gatt-database.c:profile_add() Added ":1.45/midi/profile/03b80e5a-ede8-4b33-a751-6ce34ec4c700"
bluetoothd[3137]: src/gatt-database.c:client_ready_cb() GATT application registered: :1.45:/midi
bluetoothd[3137]: src/gatt-database.c:proxy_added_cb() Object received: /midiserver0/service/chr/dsc, iface: org.bluez.GattDescriptor1
bluetoothd[3137]: src/gatt-database.c:proxy_added_cb() Object received: /midiserver0/service, iface: org.bluez.GattService1
bluetoothd[3137]: src/gatt-database.c:proxy_added_cb() Object received: /midiserver0/service/chr, iface: org.bluez.GattCharacteristic1
bluetoothd[3137]: src/gatt-database.c:database_add_service() handle 0x0015 UUID 03b80e5a-ede8-4b33-a751-6ce34ec4c700
bluetoothd[3137]: src/gatt-database.c:database_add_ccc() Created CCC entry for characteristic
bluetoothd[3137]: src/gatt-database.c:database_add_chrc() handle 0x0017 UUID 7772e5db-3868-4112-a1a9-f2669d106bf3
bluetoothd[3137]: src/gatt-database.c:database_add_desc() handle 0x0019 UUID 00002901-0000-1000-8000-00805f9b34fb
bluetoothd[3137]: src/gatt-database.c:gatt_db_service_added() GATT Service added to local database
bluetoothd[3137]: src/adapter.c:adapter_service_add() /org/bluez/hci0
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Adding record with handle 0x1000a
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000007-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000100-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00001002-0000-1000-8000-00805f9
bluetoothd[3137]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 03b80e5a-ede8-4b33-a751-6ce34ec
bluetoothd[3137]: src/adapter.c:adapter_service_insert() /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:add_uuid() sending add uuid command for index 0
bluetoothd[3137]: src/gatt-database.c:db_hash_read_cb() Database Hash read
bluetoothd[3137]: src/gatt-database.c:client_ready_cb() GATT application registered: :1.45:/midiserver0
bluetoothd[3137]: plugins/hostname.c:property_changed() static hostname: 'flexo'
bluetoothd[3137]: plugins/hostname.c:property_changed() pretty hostname: ''
bluetoothd[3137]: plugins/hostname.c:update_name() name: flexo
bluetoothd[3137]: src/adapter.c:adapter_set_name() name: flexo
bluetoothd[3137]: src/adapter.c:adapter_set_name() alias: flexo
bluetoothd[3137]: src/adapter.c:set_name() sending set local name command for index 0
bluetoothd[3137]: plugins/hostname.c:property_changed() chassis: 'laptop'
bluetoothd[3137]: plugins/hostname.c:update_class() major: 0x01 minor: 0x03
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] event 0x0007
bluetoothd[3137]: src/adapter.c:dev_class_changed_callback() Class: 0x00010c
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0005 complete: 0x00
bluetoothd[3137]: src/adapter.c:adapter_set_power_state() on
bluetoothd[3137]: src/adapter.c:new_settings_callback() Settings: 0x000e0ac1
bluetoothd[3137]: src/adapter.c:settings_changed() Changed settings: 0x00000001
bluetoothd[3137]: src/adapter.c:settings_changed() Pending settings: 0x00000000
bluetoothd[3137]: src/adapter.c:adapter_start() adapter /org/bluez/hci0 has been enabled
bluetoothd[3137]: src/adapter.c:trigger_passive_scanning()
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0010
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0010 complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0010
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0010 complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0027
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0027 complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x004c
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x4c status: 0x0d
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0033
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] event 0x002a
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0033 complete: 0x00
bluetoothd[3137]: src/adapter.c:add_accept_list_complete() 90:9C:4A:0F:90:AC added to kernel accept list
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0033
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] event 0x002a
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0033 complete: 0x00
bluetoothd[3137]: src/adapter.c:add_accept_list_complete() 08:65:18:B8:82:6C added to kernel accept list
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0033
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] event 0x002a
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0033 complete: 0x00
bluetoothd[3137]: src/adapter.c:add_accept_list_complete() 18:3F:70:ED:4B:7B added to kernel accept list
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0012
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0012 complete: 0x00
bluetoothd[3137]: src/adapter.c:load_link_keys_complete() link keys loaded for hci0
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0013
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0013 complete: 0x00
bluetoothd[3137]: src/adapter.c:load_ltks_complete() LTKs loaded for hci0
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0030
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0030 complete: 0x00
bluetoothd[3137]: src/adapter.c:load_irks_complete() IRKs loaded for hci0
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0035
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0035 complete: 0x00
bluetoothd[3137]: src/adapter.c:load_conn_params_complete() Connection Parameters loaded for hci0
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0033
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] event 0x002a
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0033 complete: 0x00
bluetoothd[3137]: src/adapter.c:add_device_complete() C2:3E:87:8B:BE:39 (2) added to kernel connect list
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0033
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] event 0x002a
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0033 complete: 0x00
bluetoothd[3137]: src/adapter.c:add_device_complete() EE:5A:FB:0A:42:62 (2) added to kernel connect list
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0010
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0010 complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0028
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0028 complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x000e
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x000e complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x000f
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x000f complete: 0x00
bluetoothd[3137]: src/adapter.c:local_name_changed_callback() Name: BlueZ 5.78
bluetoothd[3137]: src/adapter.c:local_name_changed_callback() Short name:
bluetoothd[3137]: src/adapter.c:local_name_changed_callback() Current alias: BlueZ 5.78
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0046
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0046 complete: 0x00
bluetoothd[3137]: src/adapter.c:set_blocked_keys_complete() Successfully set blocked keys for index 0
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0010
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] event 0x0007
bluetoothd[3137]: src/adapter.c:dev_class_changed_callback() Class: 0x40010c
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0010 complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0010
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] event 0x0007
bluetoothd[3137]: src/adapter.c:dev_class_changed_callback() Class: 0x60010c
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0010 complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0010
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] event 0x0007
bluetoothd[3137]: src/adapter.c:dev_class_changed_callback() Class: 0x68010c
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0010 complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0010
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] event 0x0007
bluetoothd[3137]: src/adapter.c:dev_class_changed_callback() Class: 0x6c010c
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0010 complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0010
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0010 complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x000f
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x000f complete: 0x00
bluetoothd[3137]: src/adapter.c:local_name_changed_callback() Name: flexo
bluetoothd[3137]: src/adapter.c:local_name_changed_callback() Short name:
bluetoothd[3137]: src/adapter.c:local_name_changed_callback() Current alias: flexo
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0050
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0050 complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0050
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0050 complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0050
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0050 complete: 0x00
bluetoothd[3137]: src/agent.c:add_default_agent() Default agent set to :1.50 /org/bluez/agent/blueman
bluetoothd[3137]: src/adapter.c:set_mode() sending set mode command for index 0
bluetoothd[3137]: src/agent.c:agent_ref() 0x5b9e74585b40: ref=1
bluetoothd[3137]: src/agent.c:register_agent() agent :1.50
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0009
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0009 complete: 0x00
bluetoothd[3137]: src/adapter.c:new_settings_callback() Settings: 0x000e0ad1
bluetoothd[3137]: src/adapter.c:settings_changed() Changed settings: 0x00000010
bluetoothd[3137]: src/adapter.c:settings_changed() Pending settings: 0x00000000
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0018
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0018 complete: 0x00
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] event 0x000b
bluetoothd[3137]: src/adapter.c:connected_callback() hci0 device 08:65:18:B8:82:6C connected eir_len 21
bluetoothd[3137]: profiles/input/server.c:connect_event_cb() Incoming connection from 08:65:18:B8:82:6C on PSM 17
bluetoothd[3137]: profiles/input/device.c:input_device_set_channel() idev 0x5b9e7457a140 psm 17
bluetoothd[3137]: profiles/input/server.c:confirm_event_cb()
bluetoothd[3137]: profiles/input/server.c:connect_event_cb() Incoming connection from 08:65:18:B8:82:6C on PSM 19
bluetoothd[3137]: profiles/input/device.c:input_device_set_channel() idev 0x5b9e7457a140 psm 19
bluetoothd[3137]: src/service.c:change_state() 0x5b9e7457a100: device 08:65:18:B8:82:6C profile input-hid state changed: disconnected -> connected (0)
bluetoothd[3137]: src/service.c:btd_service_ref() 0x5b9e7457a100: ref=3
bluetoothd[3137]: plugins/policy.c:service_cb() Added input-hid reconnect 0
bluetoothd[3137]: profiles/input/device.c:encrypt_notify()
bluetoothd[3137]: profiles/input/device.c:hidp_send_get_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_data()
bluetoothd[3137]: profiles/input/device.c:uhid_send_get_report_reply() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:hidp_send_set_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_handshake()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_handshake() SET_REPORT successful
bluetoothd[3137]: profiles/input/device.c:hidp_send_get_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_data()
bluetoothd[3137]: profiles/input/device.c:uhid_send_get_report_reply() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:hidp_send_get_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_data()
bluetoothd[3137]: profiles/input/device.c:uhid_send_get_report_reply() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:hidp_send_get_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_data()
bluetoothd[3137]: profiles/input/device.c:uhid_send_get_report_reply() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:hidp_send_get_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_data()
bluetoothd[3137]: profiles/input/device.c:uhid_send_get_report_reply() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:hidp_send_get_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_data()
bluetoothd[3137]: profiles/input/device.c:uhid_send_get_report_reply() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:hidp_send_get_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_data()
bluetoothd[3137]: profiles/input/device.c:uhid_send_get_report_reply() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:hidp_send_get_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_data()
bluetoothd[3137]: profiles/input/device.c:uhid_send_get_report_reply() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:hidp_send_get_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_data()
bluetoothd[3137]: profiles/input/device.c:uhid_send_get_report_reply() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:hidp_send_get_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_data()
bluetoothd[3137]: profiles/input/device.c:uhid_send_get_report_reply() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:hidp_send_get_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_data()
bluetoothd[3137]: profiles/input/device.c:uhid_send_get_report_reply() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:hidp_send_get_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_data()
bluetoothd[3137]: profiles/input/device.c:uhid_send_get_report_reply() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:hidp_send_get_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_data()
bluetoothd[3137]: profiles/input/device.c:uhid_send_get_report_reply() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:hidp_send_get_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_data()
bluetoothd[3137]: profiles/input/device.c:uhid_send_get_report_reply() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:hidp_send_get_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_data()
bluetoothd[3137]: profiles/input/device.c:uhid_send_get_report_reply() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:hidp_send_get_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_data()
bluetoothd[3137]: profiles/input/device.c:uhid_send_get_report_reply() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:hidp_send_get_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_data()
bluetoothd[3137]: profiles/input/device.c:uhid_send_get_report_reply() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (13 bytes)
bluetoothd[3137]: profiles/input/device.c:hidp_send_get_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_data()
bluetoothd[3137]: profiles/input/device.c:uhid_send_get_report_reply() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:hidp_send_get_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_data()
bluetoothd[3137]: profiles/input/device.c:uhid_send_get_report_reply() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:hidp_send_get_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_data()
bluetoothd[3137]: profiles/input/device.c:uhid_send_get_report_reply() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:hidp_send_get_report()
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_data()
bluetoothd[3137]: profiles/input/device.c:uhid_send_get_report_reply() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:uhid_send_input_report() HID report (3 bytes)
bluetoothd[3137]: profiles/input/device.c:hidp_recv_intr_data() BT socket read returned 0 bytes
bluetoothd[3137]: profiles/input/device.c:intr_watch_cb() Device 08:65:18:B8:82:6C disconnected
bluetoothd[3137]: src/service.c:change_state() 0x5b9e7457a100: device 08:65:18:B8:82:6C profile input-hid state changed: connected -> disconnected (0)
bluetoothd[3137]: profiles/input/device.c:input_device_enter_reconnect_mode() path=/org/bluez/hci0/dev_08_65_18_B8_82_6C reconnect_mode=any
bluetoothd[3137]: profiles/input/device.c:hidp_recv_ctrl_message() BT socket read returned 0 bytes
bluetoothd[3137]: profiles/input/device.c:ctrl_watch_cb() Device 08:65:18:B8:82:6C disconnected
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] event 0x000c
bluetoothd[3137]: src/adapter.c:dev_disconnected() Device 08:65:18:B8:82:6C disconnected, reason 3
bluetoothd[3137]: src/adapter.c:adapter_remove_connection()
bluetoothd[3137]: plugins/policy.c:disconnect_cb() reason 3
bluetoothd[3137]: src/adapter.c:bonding_attempt_complete() hci0 bdaddr 08:65:18:B8:82:6C type 0 status 0xe
bluetoothd[3137]: src/device.c:device_bonding_complete() bonding (nil) status 0x0e
bluetoothd[3137]: src/device.c:device_bonding_failed() status 14
bluetoothd[3137]: src/adapter.c:resume_discovery()
^Cbluetoothd[3137]: Terminating
bluetoothd[3137]: src/adapter.c:adapter_shutdown()
bluetoothd[3137]: src/adapter.c:adapter_set_power_state() on-disabling
bluetoothd[3137]: src/adapter.c:set_mode() sending set mode command for index 0
bluetoothd[3137]: src/shared/mgmt.c:send_request() [0x0000] command 0x0005
bluetoothd[3137]: src/shared/mgmt.c:can_read_data() [0x0000] command 0x0005 complete: 0x00
bluetoothd[3137]: src/adapter.c:adapter_set_power_state() off
bluetoothd[3137]: src/adapter.c:new_settings_callback() Settings: 0x000e0ad0
bluetoothd[3137]: src/adapter.c:settings_changed() Changed settings: 0x00000001
bluetoothd[3137]: src/adapter.c:settings_changed() Pending settings: 0x00000000
bluetoothd[3137]: src/adapter.c:cancel_passive_scanning()
bluetoothd[3137]: src/adapter.c:adapter_stop() adapter /org/bluez/hci0 has been disabled
bluetoothd[3137]: src/plugin.c:plugin_cleanup() Cleanup plugins
bluetoothd[3137]: profiles/input/suspend-none.c:suspend_exit()
bluetoothd[3137]: profiles/audio/a2dp.c:media_server_remove() path /org/bluez/hci0
bluetoothd[3137]: profiles/audio/media.c:release_endpoint() sender=:1.44 path=/MediaEndpoint/A2DPSource/ldac
bluetoothd[3137]: Endpoint unregistered: sender=:1.44 path=/MediaEndpoint/A2DPSource/ldac
bluetoothd[3137]: profiles/audio/media.c:media_endpoint_destroy() sender=:1.44 path=/MediaEndpoint/A2DPSource/ldac
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_unregister_sep() SEP 0x5b9e745866e0 unregistered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:1
bluetoothd[3137]: profiles/audio/media.c:release_endpoint() sender=:1.44 path=/MediaEndpoint/A2DPSink/aptx_hd
bluetoothd[3137]: Endpoint unregistered: sender=:1.44 path=/MediaEndpoint/A2DPSink/aptx_hd
bluetoothd[3137]: profiles/audio/media.c:media_endpoint_destroy() sender=:1.44 path=/MediaEndpoint/A2DPSink/aptx_hd
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_unregister_sep() SEP 0x5b9e7458dd40 unregistered: type:1 codec:255 seid_pool:0x5b9e745754c8 seid:2
bluetoothd[3137]: profiles/audio/media.c:release_endpoint() sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx_hd
bluetoothd[3137]: Endpoint unregistered: sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx_hd
bluetoothd[3137]: profiles/audio/media.c:media_endpoint_destroy() sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx_hd
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_unregister_sep() SEP 0x5b9e745903a0 unregistered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:3
bluetoothd[3137]: profiles/audio/media.c:release_endpoint() sender=:1.44 path=/MediaEndpoint/A2DPSink/aptx
bluetoothd[3137]: Endpoint unregistered: sender=:1.44 path=/MediaEndpoint/A2DPSink/aptx
bluetoothd[3137]: profiles/audio/media.c:media_endpoint_destroy() sender=:1.44 path=/MediaEndpoint/A2DPSink/aptx
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_unregister_sep() SEP 0x5b9e74590dd0 unregistered: type:1 codec:255 seid_pool:0x5b9e745754c8 seid:4
bluetoothd[3137]: profiles/audio/media.c:release_endpoint() sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx
bluetoothd[3137]: Endpoint unregistered: sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx
bluetoothd[3137]: profiles/audio/media.c:media_endpoint_destroy() sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_unregister_sep() SEP 0x5b9e74591950 unregistered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:5
bluetoothd[3137]: profiles/audio/media.c:release_endpoint() sender=:1.44 path=/MediaEndpoint/A2DPSink/aac
bluetoothd[3137]: Endpoint unregistered: sender=:1.44 path=/MediaEndpoint/A2DPSink/aac
bluetoothd[3137]: profiles/audio/media.c:media_endpoint_destroy() sender=:1.44 path=/MediaEndpoint/A2DPSink/aac
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_unregister_sep() SEP 0x5b9e745923d0 unregistered: type:1 codec:2 seid_pool:0x5b9e745754c8 seid:6
bluetoothd[3137]: profiles/audio/media.c:release_endpoint() sender=:1.44 path=/MediaEndpoint/A2DPSource/aac
bluetoothd[3137]: Endpoint unregistered: sender=:1.44 path=/MediaEndpoint/A2DPSource/aac
bluetoothd[3137]: profiles/audio/media.c:media_endpoint_destroy() sender=:1.44 path=/MediaEndpoint/A2DPSource/aac
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_unregister_sep() SEP 0x5b9e74592fa0 unregistered: type:0 codec:2 seid_pool:0x5b9e745754c8 seid:7
bluetoothd[3137]: profiles/audio/media.c:release_endpoint() sender=:1.44 path=/MediaEndpoint/A2DPSink/opus_g
bluetoothd[3137]: Endpoint unregistered: sender=:1.44 path=/MediaEndpoint/A2DPSink/opus_g
bluetoothd[3137]: profiles/audio/media.c:media_endpoint_destroy() sender=:1.44 path=/MediaEndpoint/A2DPSink/opus_g
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_unregister_sep() SEP 0x5b9e74593a90 unregistered: type:1 codec:255 seid_pool:0x5b9e745754c8 seid:8
bluetoothd[3137]: profiles/audio/media.c:release_endpoint() sender=:1.44 path=/MediaEndpoint/A2DPSource/opus_g
bluetoothd[3137]: Endpoint unregistered: sender=:1.44 path=/MediaEndpoint/A2DPSource/opus_g
bluetoothd[3137]: profiles/audio/media.c:media_endpoint_destroy() sender=:1.44 path=/MediaEndpoint/A2DPSource/opus_g
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_unregister_sep() SEP 0x5b9e745946d0 unregistered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:9
bluetoothd[3137]: profiles/audio/media.c:release_endpoint() sender=:1.44 path=/MediaEndpoint/A2DPSink/sbc
bluetoothd[3137]: Endpoint unregistered: sender=:1.44 path=/MediaEndpoint/A2DPSink/sbc
bluetoothd[3137]: profiles/audio/media.c:media_endpoint_destroy() sender=:1.44 path=/MediaEndpoint/A2DPSink/sbc
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_unregister_sep() SEP 0x5b9e745951c0 unregistered: type:1 codec:0 seid_pool:0x5b9e745754c8 seid:10
bluetoothd[3137]: profiles/audio/media.c:release_endpoint() sender=:1.44 path=/MediaEndpoint/A2DPSource/sbc
bluetoothd[3137]: Endpoint unregistered: sender=:1.44 path=/MediaEndpoint/A2DPSource/sbc
bluetoothd[3137]: profiles/audio/media.c:media_endpoint_destroy() sender=:1.44 path=/MediaEndpoint/A2DPSource/sbc
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_unregister_sep() SEP 0x5b9e74595e00 unregistered: type:0 codec:0 seid_pool:0x5b9e745754c8 seid:11
bluetoothd[3137]: profiles/audio/media.c:release_endpoint() sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx_ll_1
bluetoothd[3137]: Endpoint unregistered: sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx_ll_1
bluetoothd[3137]: profiles/audio/media.c:media_endpoint_destroy() sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx_ll_1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_unregister_sep() SEP 0x5b9e74596a40 unregistered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:12
bluetoothd[3137]: profiles/audio/media.c:release_endpoint() sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx_ll_0
bluetoothd[3137]: Endpoint unregistered: sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx_ll_0
bluetoothd[3137]: profiles/audio/media.c:media_endpoint_destroy() sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx_ll_0
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_unregister_sep() SEP 0x5b9e74597680 unregistered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:13
bluetoothd[3137]: profiles/audio/media.c:release_endpoint() sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
bluetoothd[3137]: Endpoint unregistered: sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
bluetoothd[3137]: profiles/audio/media.c:media_endpoint_destroy() sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_unregister_sep() SEP 0x5b9e74598230 unregistered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:14
bluetoothd[3137]: profiles/audio/media.c:release_endpoint() sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
bluetoothd[3137]: Endpoint unregistered: sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
bluetoothd[3137]: profiles/audio/media.c:media_endpoint_destroy() sender=:1.44 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_unregister_sep() SEP 0x5b9e74598de0 unregistered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:15
bluetoothd[3137]: profiles/audio/media.c:release_endpoint() sender=:1.44 path=/MediaEndpoint/A2DPSource/faststream
bluetoothd[3137]: Endpoint unregistered: sender=:1.44 path=/MediaEndpoint/A2DPSource/faststream
bluetoothd[3137]: profiles/audio/media.c:media_endpoint_destroy() sender=:1.44 path=/MediaEndpoint/A2DPSource/faststream
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_unregister_sep() SEP 0x5b9e74599a60 unregistered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:16
bluetoothd[3137]: profiles/audio/media.c:release_endpoint() sender=:1.44 path=/MediaEndpoint/A2DPSource/faststream_duplex
bluetoothd[3137]: Endpoint unregistered: sender=:1.44 path=/MediaEndpoint/A2DPSource/faststream_duplex
bluetoothd[3137]: profiles/audio/media.c:media_endpoint_destroy() sender=:1.44 path=/MediaEndpoint/A2DPSource/faststream_duplex
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_unregister_sep() SEP 0x5b9e7459a690 unregistered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:17
bluetoothd[3137]: profiles/audio/media.c:release_endpoint() sender=:1.44 path=/MediaEndpoint/A2DPSink/opus_05
bluetoothd[3137]: Endpoint unregistered: sender=:1.44 path=/MediaEndpoint/A2DPSink/opus_05
bluetoothd[3137]: profiles/audio/media.c:media_endpoint_destroy() sender=:1.44 path=/MediaEndpoint/A2DPSink/opus_05
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_unregister_sep() SEP 0x5b9e7459b1d0 unregistered: type:1 codec:255 seid_pool:0x5b9e745754c8 seid:18
bluetoothd[3137]: profiles/audio/media.c:release_endpoint() sender=:1.44 path=/MediaEndpoint/A2DPSource/opus_05
bluetoothd[3137]: Endpoint unregistered: sender=:1.44 path=/MediaEndpoint/A2DPSource/opus_05
bluetoothd[3137]: profiles/audio/media.c:media_endpoint_destroy() sender=:1.44 path=/MediaEndpoint/A2DPSource/opus_05
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_unregister_sep() SEP 0x5b9e7459be20 unregistered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:19
bluetoothd[3137]: src/adapter.c:adapter_service_remove() /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:remove_uuid() sending remove uuid command for index 0
bluetoothd[3137]: src/sdpd-service.c:remove_record_from_server() Removing record with handle 0x10009
bluetoothd[3137]: profiles/audio/media.c:release_endpoint() sender=:1.44 path=/MediaEndpoint/A2DPSink/opus_05_duplex
bluetoothd[3137]: Endpoint unregistered: sender=:1.44 path=/MediaEndpoint/A2DPSink/opus_05_duplex
bluetoothd[3137]: profiles/audio/media.c:media_endpoint_destroy() sender=:1.44 path=/MediaEndpoint/A2DPSink/opus_05_duplex
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_unregister_sep() SEP 0x5b9e7459c920 unregistered: type:1 codec:255 seid_pool:0x5b9e745754c8 seid:20
bluetoothd[3137]: src/adapter.c:adapter_service_remove() /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:remove_uuid() sending remove uuid command for index 0
bluetoothd[3137]: src/sdpd-service.c:remove_record_from_server() Removing record with handle 0x10008
bluetoothd[3137]: profiles/audio/media.c:release_endpoint() sender=:1.44 path=/MediaEndpoint/A2DPSource/opus_05_duplex
bluetoothd[3137]: Endpoint unregistered: sender=:1.44 path=/MediaEndpoint/A2DPSource/opus_05_duplex
bluetoothd[3137]: profiles/audio/media.c:media_endpoint_destroy() sender=:1.44 path=/MediaEndpoint/A2DPSource/opus_05_duplex
bluetoothd[3137]: profiles/audio/avdtp.c:avdtp_unregister_sep() SEP 0x5b9e7459d560 unregistered: type:0 codec:255 seid_pool:0x5b9e745754c8 seid:21
bluetoothd[3137]: src/service.c:btd_service_unref() 0x5b9e7457a100: ref=2
bluetoothd[3137]: plugins/hostname.c:hostname_remove()
bluetoothd[3137]: plugins/sixaxis.c:sixaxis_exit()
bluetoothd[3137]: src/profile.c:btd_profile_cleanup() Releasing "Hands-Free Voice gateway"
bluetoothd[3137]: src/profile.c:ext_adapter_remove() "Hands-Free Voice gateway" removed
bluetoothd[3137]: src/adapter.c:adapter_service_remove() /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:remove_uuid() sending remove uuid command for index 0
bluetoothd[3137]: src/sdpd-service.c:remove_record_from_server() Removing record with handle 0x10006
bluetoothd[3137]: src/profile.c:remove_ext() Removed "Hands-Free Voice gateway"
bluetoothd[3137]: src/profile.c:btd_profile_cleanup() Releasing "Hands-Free unit"
bluetoothd[3137]: src/profile.c:ext_adapter_remove() "Hands-Free unit" removed
bluetoothd[3137]: src/adapter.c:adapter_service_remove() /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:remove_uuid() sending remove uuid command for index 0
bluetoothd[3137]: src/sdpd-service.c:remove_record_from_server() Removing record with handle 0x10007
bluetoothd[3137]: src/profile.c:remove_ext() Removed "Hands-Free unit"
bluetoothd[3137]: src/agent.c:agent_destroy() agent :1.50
bluetoothd[3137]: src/agent.c:agent_release() Releasing agent :1.50, /org/bluez/agent/blueman
bluetoothd[3137]: src/agent.c:remove_default_agent() Default agent cleared
bluetoothd[3137]: src/adapter.c:set_mode() sending set mode command for index 0
bluetoothd[3137]: src/agent.c:agent_unref() 0x5b9e74585b40: ref=0
bluetoothd[3137]: src/adapter.c:adapter_remove() Removing adapter /org/bluez/hci0
bluetoothd[3137]: src/device.c:device_remove() Removing device /org/bluez/hci0/dev_90_9C_4A_0F_90_AC
bluetoothd[3137]: src/service.c:change_state() 0x5b9e745779b0: device 90:9C:4A:0F:90:AC profile input-hid state changed: disconnected -> unavailable (0)
bluetoothd[3137]: profiles/input/device.c:input_device_unregister() /org/bluez/hci0/dev_90_9C_4A_0F_90_AC
bluetoothd[3137]: src/service.c:btd_service_unref() 0x5b9e745779b0: ref=1
bluetoothd[3137]: src/service.c:btd_service_unref() 0x5b9e745779b0: ref=0
bluetoothd[3137]: src/device.c:btd_device_unref() Freeing device /org/bluez/hci0/dev_90_9C_4A_0F_90_AC
bluetoothd[3137]: src/device.c:device_free() 0x5b9e745805a0
bluetoothd[3137]: src/device.c:device_remove() Removing device /org/bluez/hci0/dev_08_65_18_B8_82_6C
bluetoothd[3137]: src/service.c:change_state() 0x5b9e7457a100: device 08:65:18:B8:82:6C profile input-hid state changed: disconnected -> unavailable (0)
bluetoothd[3137]: profiles/input/device.c:input_device_unregister() /org/bluez/hci0/dev_08_65_18_B8_82_6C
bluetoothd[3137]: src/service.c:btd_service_unref() 0x5b9e7457a100: ref=1
bluetoothd[3137]: src/service.c:btd_service_unref() 0x5b9e7457a100: ref=0
bluetoothd[3137]: src/device.c:btd_device_unref() Freeing device /org/bluez/hci0/dev_08_65_18_B8_82_6C
bluetoothd[3137]: src/device.c:device_free() 0x5b9e74581410
bluetoothd[3137]: src/device.c:device_remove() Removing device /org/bluez/hci0/dev_C2_3E_87_8B_BE_39
bluetoothd[3137]: src/device.c:device_set_auto_connect() C2:3E:87:8B:BE:39 auto connect: 0
bluetoothd[3137]: src/adapter.c:adapter_auto_connect_remove() ignoring not added device /org/bluez/hci0/dev_C2_3E_87_8B_BE_39
bluetoothd[3137]: src/service.c:change_state() 0x5b9e7457c650: device C2:3E:87:8B:BE:39 profile input-hog state changed: disconnected -> unavailable (0)
bluetoothd[3137]: profiles/input/hog.c:hog_remove() path /org/bluez/hci0/dev_C2_3E_87_8B_BE_39
bluetoothd[3137]: src/service.c:btd_service_unref() 0x5b9e7457c650: ref=0
bluetoothd[3137]: src/service.c:change_state() 0x5b9e7457c6c0: device C2:3E:87:8B:BE:39 profile gap-profile state changed: disconnected -> unavailable (0)
bluetoothd[3137]: profiles/gap/gas.c:gap_remove() GAP profile remove (C2:3E:87:8B:BE:39)
bluetoothd[3137]: src/service.c:btd_service_unref() 0x5b9e7457c6c0: ref=0
bluetoothd[3137]: src/service.c:change_state() 0x5b9e7457c730: device C2:3E:87:8B:BE:39 profile deviceinfo state changed: disconnected -> unavailable (0)
bluetoothd[3137]: src/service.c:btd_service_unref() 0x5b9e7457c730: ref=0
bluetoothd[3137]: src/service.c:change_state() 0x5b9e7457c770: device C2:3E:87:8B:BE:39 profile batt-profile state changed: disconnected -> unavailable (0)
bluetoothd[3137]: profiles/battery/battery.c:batt_remove() BATT profile remove (C2:3E:87:8B:BE:39)
bluetoothd[3137]: src/service.c:btd_service_unref() 0x5b9e7457c770: ref=0
bluetoothd[3137]: src/device.c:btd_device_unref() Freeing device /org/bluez/hci0/dev_C2_3E_87_8B_BE_39
bluetoothd[3137]: src/device.c:device_free() 0x5b9e74583220
bluetoothd[3137]: src/device.c:device_remove() Removing device /org/bluez/hci0/dev_EE_5A_FB_0A_42_62
bluetoothd[3137]: src/device.c:device_set_auto_connect() EE:5A:FB:0A:42:62 auto connect: 0
bluetoothd[3137]: src/adapter.c:adapter_auto_connect_remove() ignoring not added device /org/bluez/hci0/dev_EE_5A_FB_0A_42_62
bluetoothd[3137]: src/service.c:change_state() 0x5b9e7457c7b0: device EE:5A:FB:0A:42:62 profile input-hog state changed: disconnected -> unavailable (0)
bluetoothd[3137]: profiles/input/hog.c:hog_remove() path /org/bluez/hci0/dev_EE_5A_FB_0A_42_62
bluetoothd[3137]: src/service.c:btd_service_unref() 0x5b9e7457c7b0: ref=0
bluetoothd[3137]: src/service.c:change_state() 0x5b9e7457c7f0: device EE:5A:FB:0A:42:62 profile gap-profile state changed: disconnected -> unavailable (0)
bluetoothd[3137]: profiles/gap/gas.c:gap_remove() GAP profile remove (EE:5A:FB:0A:42:62)
bluetoothd[3137]: src/service.c:btd_service_unref() 0x5b9e7457c7f0: ref=0
bluetoothd[3137]: src/service.c:change_state() 0x5b9e7457c860: device EE:5A:FB:0A:42:62 profile deviceinfo state changed: disconnected -> unavailable (0)
bluetoothd[3137]: src/service.c:btd_service_unref() 0x5b9e7457c860: ref=0
bluetoothd[3137]: src/device.c:btd_device_unref() Freeing device /org/bluez/hci0/dev_EE_5A_FB_0A_42_62
bluetoothd[3137]: src/device.c:device_free() 0x5b9e74585b80
bluetoothd[3137]: src/device.c:device_remove() Removing device /org/bluez/hci0/dev_18_3F_70_ED_4B_7B
bluetoothd[3137]: src/service.c:change_state() 0x5b9e7457c8a0: device 18:3F:70:ED:4B:7B profile input-hid state changed: disconnected -> unavailable (0)
bluetoothd[3137]: profiles/input/device.c:input_device_unregister() /org/bluez/hci0/dev_18_3F_70_ED_4B_7B
bluetoothd[3137]: src/service.c:btd_service_unref() 0x5b9e7457c8a0: ref=1
bluetoothd[3137]: src/service.c:btd_service_unref() 0x5b9e7457c8a0: ref=0
bluetoothd[3137]: src/device.c:btd_device_unref() Freeing device /org/bluez/hci0/dev_18_3F_70_ED_4B_7B
bluetoothd[3137]: src/device.c:device_free() 0x5b9e74586bf0
bluetoothd[3137]: profiles/network/manager.c:nap_server_remove() path /org/bluez/hci0
bluetoothd[3137]: profiles/network/manager.c:gn_server_remove() path /org/bluez/hci0
bluetoothd[3137]: profiles/network/manager.c:panu_server_remove() path /org/bluez/hci0
bluetoothd[3137]: profiles/network/server.c:path_unregister() Unregistered interface org.bluez.NetworkServer1 on path /org/bluez/hci0
bluetoothd[3137]: profiles/audio/avrcp.c:avrcp_target_server_remove() path /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:adapter_service_remove() /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:remove_uuid() sending remove uuid command for index 0
bluetoothd[3137]: src/sdpd-service.c:remove_record_from_server() Removing record with handle 0x10005
bluetoothd[3137]: profiles/audio/avrcp.c:avrcp_controller_server_remove() path /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:adapter_service_remove() /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:remove_uuid() sending remove uuid command for index 0
bluetoothd[3137]: src/sdpd-service.c:remove_record_from_server() Removing record with handle 0x10004
bluetoothd[3137]: profiles/audio/a2dp.c:a2dp_source_server_remove() path /org/bluez/hci0
bluetoothd[3137]: profiles/audio/a2dp.c:a2dp_sink_server_remove() path /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:adapter_service_remove() /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:remove_uuid() sending remove uuid command for index 0
bluetoothd[3137]: src/sdpd-service.c:remove_record_from_server() Removing record with handle 0x10001
bluetoothd[3137]: src/adapter.c:adapter_service_remove() /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:remove_uuid() sending remove uuid command for index 0
bluetoothd[3137]: src/sdpd-service.c:remove_record_from_server() Removing record with handle 0x10002
bluetoothd[3137]: src/adapter.c:adapter_service_remove() /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:remove_uuid() sending remove uuid command for index 0
bluetoothd[3137]: src/sdpd-service.c:remove_record_from_server() Removing record with handle 0x10003
bluetoothd[3137]: src/adapter.c:adapter_service_remove() /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:remove_uuid() sending remove uuid command for index 0
bluetoothd[3137]: src/sdpd-service.c:remove_record_from_server() Removing record with handle 0x1000a
bluetoothd[3137]: src/gatt-database.c:profile_remove() Removed ":1.45/midi/profile/03b80e5a-ede8-4b33-a751-6ce34ec4c700"
bluetoothd[3137]: src/gatt-database.c:profile_release() Releasing ":1.45"
bluetoothd[3137]: Battery Provider Manager destroyed
bluetoothd[3137]: src/battery.c:manager_free()
bluetoothd[3137]: src/adapter.c:btd_adapter_unref() Freeing adapter /org/bluez/hci0
bluetoothd[3137]: src/adapter.c:adapter_free() 0x5b9e74570fb0
bluetoothd[3137]: Stopping SDP server
bluetoothd[3137]: Exit

Any advice?

Offline

#2 2024-09-25 08:09:09

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,524
Website

Re: Bluetooth: cannot read battery levels

Which relevant packages did you update in this timeframe (maybe have a look at pacman.log)?

Online

#3 2024-09-25 08:59:27

marcus
Member
Registered: 2012-09-26
Posts: 34

Re: Bluetooth: cannot read battery levels

Since Aug 23rd (it definately worked back then), I would consider relevant:

[2024-09-13T11:17:45+0200] [ALPM] upgraded systemd (256.5-1 -> 256.6-1)
[2024-09-13T11:17:44+0200] [ALPM] upgraded bluez (5.77-1 -> 5.78-1)
[2024-09-13T11:17:44+0200] [ALPM] upgraded bluez-libs (5.77-1 -> 5.78-1)
[2024-09-13T11:17:44+0200] [ALPM] upgraded bluez-utils (5.77-1 -> 5.78-1)
[2024-09-13T11:17:46+0200] [ALPM] upgraded lib32-systemd (256.5-1 -> 256.6-1)
[2024-09-13T11:17:47+0200] [ALPM] upgraded linux-firmware-whence (20240809.59460076-1 -> 20240909.552ed9b8-1)
[2024-09-13T11:17:48+0200] [ALPM] upgraded linux-firmware (20240809.59460076-1 -> 20240909.552ed9b8-1)
[2024-09-13T11:17:51+0200] [ALPM] upgraded systemd-sysvcompat (256.5-1 -> 256.6-1)

I have downgraded the packages and rebooted, but the problem persists.

Anything else, I could try? Complete Upgrade log since Aug 23rd:

[2024-08-23T09:15:36+0200] [ALPM] upgraded bind (9.20.0-1 -> 9.20.1-1)
[2024-08-23T09:15:36+0200] [ALPM] upgraded chromium (128.0.6613.36-1 -> 128.0.6613.84-1)
[2024-08-23T09:15:36+0200] [ALPM] upgraded containers-common (1:0.60.1-1 -> 1:0.60.2-1)
[2024-08-23T09:15:37+0200] [ALPM] upgraded firefox (129.0.1-2 -> 129.0.2-1)
[2024-08-23T09:15:37+0200] [ALPM] upgraded fwupd (1.9.23-1 -> 1.9.24-1)
[2024-08-23T09:15:37+0200] [ALPM] upgraded gstreamer (1.24.6-1 -> 1.24.7-1)
[2024-08-23T09:15:37+0200] [ALPM] upgraded gst-plugins-base-libs (1.24.6-1 -> 1.24.7-1)
[2024-08-23T09:15:37+0200] [ALPM] upgraded gst-plugins-bad-libs (1.24.6-1 -> 1.24.7-1)
[2024-08-23T09:15:37+0200] [ALPM] upgraded gst-plugins-base (1.24.6-1 -> 1.24.7-1)
[2024-08-23T09:15:37+0200] [ALPM] upgraded gst-plugins-good (1.24.6-1 -> 1.24.7-1)
[2024-08-23T09:15:38+0200] [ALPM] upgraded libreoffice-fresh (24.2.5-2 -> 24.8.0-1)
[2024-08-23T09:15:38+0200] [ALPM] upgraded libreoffice-fresh-de (24.2.5-1 -> 24.8.0-1)
[2024-08-23T09:15:38+0200] [ALPM] upgraded liburing (2.6-2 -> 2.7-1)
[2024-08-23T09:15:38+0200] [ALPM] upgraded passt (2024_08_14.61c0b0d-1 -> 2024_08_21.1d6142f-1)
[2024-08-23T09:15:38+0200] [ALPM] upgraded podman (5.2.1-1 -> 5.2.2-1)
[2024-08-23T09:15:38+0200] [ALPM] upgraded steam (1.0.0.81-1 -> 1.0.0.81-2)
[2024-08-23T09:15:39+0200] [ALPM] upgraded terraform (1.9.4-1 -> 1.9.5-1)
[2024-08-23T09:15:39+0200] [ALPM] upgraded vim-rt (9.1.0686-1 -> 9.1.0689-1)
[2024-08-23T09:15:39+0200] [ALPM] upgraded vim-cli (9.1.0686-1 -> 9.1.0689-1)
[2024-08-23T09:15:39+0200] [ALPM] upgraded vivaldi (6.8.3381.53-1 -> 6.8.3381.55-1)
[2024-08-23T09:15:39+0200] [ALPM] upgraded xdg-dbus-proxy (0.1.5-2 -> 0.1.6-1)

[2024-09-09T07:19:05+0200] [ALPM] upgraded tzdata (2024a-2 -> 2024b-1)
[2024-09-09T07:19:05+0200] [ALPM] upgraded iana-etc (20240612-1 -> 20240814-1)
[2024-09-09T07:19:05+0200] [ALPM] upgraded bash (5.2.032-1 -> 5.2.032-2)
[2024-09-09T07:19:06+0200] [ALPM] upgraded openssl (3.3.1-1 -> 3.3.2-1)
[2024-09-09T07:19:06+0200] [ALPM] upgraded libldap (2.6.8-1 -> 2.6.8-2)
[2024-09-09T07:19:06+0200] [ALPM] upgraded lmdb (0.9.32-1 -> 0.9.33-1)
[2024-09-09T07:19:06+0200] [ALPM] upgraded audit (4.0.2-1 -> 4.0.2-2)
[2024-09-09T07:19:06+0200] [ALPM] upgraded pam (1.6.1-2 -> 1.6.1-3)
[2024-09-09T07:19:06+0200] [ALPM] upgraded coreutils (9.5-1 -> 9.5-2)
[2024-09-09T07:19:06+0200] [ALPM] upgraded nss (3.103-1 -> 3.104-1)
[2024-09-09T07:19:06+0200] [ALPM] upgraded glib2 (2.80.4-1 -> 2.80.5-1)
[2024-09-09T07:19:06+0200] [ALPM] upgraded expat (2.6.2-1 -> 2.6.3-2)
[2024-09-09T07:19:06+0200] [ALPM] upgraded cairo (1.18.0-2 -> 1.18.2-1)
[2024-09-09T07:19:06+0200] [ALPM] upgraded libxi (1.8.1-2 -> 1.8.2-1)
[2024-09-09T07:19:06+0200] [ALPM] upgraded libtiff (4.6.0-5 -> 4.6.0-6)
[2024-09-09T07:19:06+0200] [ALPM] upgraded libdrm (2.4.122-1 -> 2.4.123-1)
[2024-09-09T07:19:06+0200] [ALPM] upgraded libnghttp2 (1.62.1-1 -> 1.63.0-1)
[2024-09-09T07:19:06+0200] [ALPM] upgraded libnghttp3 (1.4.0-1 -> 1.5.0-1)
[2024-09-09T07:19:06+0200] [ALPM] upgraded findutils (4.10.0-1 -> 4.10.0-2)
[2024-09-09T07:19:06+0200] [ALPM] upgraded ca-certificates-mozilla (3.103-1 -> 3.104-1)
[2024-09-09T07:19:06+0200] [ALPM] upgraded mesa (1:24.1.6-1 -> 1:24.2.2-1)
[2024-09-09T07:19:06+0200] [ALPM] upgraded hwdata (0.385-1 -> 0.387-1)
[2024-09-09T07:19:06+0200] [ALPM] upgraded kmod (33-1 -> 33-3)
[2024-09-09T07:19:06+0200] [ALPM] upgraded device-mapper (2.03.25-2 -> 2.03.26-1)
[2024-09-09T07:19:06+0200] [ALPM] upgraded popt (1.19-1 -> 1.19-2)
[2024-09-09T07:19:06+0200] [ALPM] upgraded cryptsetup (2.7.4-1 -> 2.7.5-1)
[2024-09-09T07:19:06+0200] [ALPM] upgraded kbd (2.6.4-1 -> 2.6.4-2)
[2024-09-09T07:19:06+0200] [ALPM] upgraded libevdev (1.13.2-1 -> 1.13.3-1)
[2024-09-09T07:19:06+0200] [ALPM] upgraded python (3.12.4-1 -> 3.12.5-1)
[2024-09-09T07:19:06+0200] [ALPM] upgraded json-glib (1.8.0-2 -> 1.10.0-1)
[2024-09-09T07:19:06+0200] [ALPM] upgraded libsoup3 (3.4.4-1 -> 3.6.0-1)
[2024-09-09T07:19:07+0200] [ALPM] upgraded 1password (8.10.39-1 -> 8.10.40-31)
[2024-09-09T07:19:07+0200] [ALPM] upgraded aardvark-dns (1.12.1-1 -> 1.12.2-1)
[2024-09-09T07:19:07+0200] [ALPM] upgraded alsa-card-profiles (1:1.2.2-2 -> 1:1.2.3-1)
[2024-09-09T07:19:07+0200] [ALPM] upgraded aom (3.9.1-1 -> 3.10.0-1)
[2024-09-09T07:19:07+0200] [ALPM] upgraded python-certifi (2024.07.04-1 -> 2024.08.30-1)
[2024-09-09T07:19:07+0200] [ALPM] upgraded python-urllib3 (1.26.19-1 -> 1.26.20-1)
[2024-09-09T07:19:07+0200] [ALPM] upgraded python-botocore (1.34.131-1 -> 1.35.7-1)
[2024-09-09T07:19:07+0200] [ALPM] upgraded aws-cli (1.33.13-1 -> 1.34.7-1)
[2024-09-09T07:19:07+0200] [ALPM] upgraded ayatana-ido (0.10.3-1 -> 0.10.4-1)
[2024-09-09T07:19:07+0200] [ALPM] upgraded bison (3.8.2-6 -> 3.8.2-7)
[2024-09-09T07:19:07+0200] [ALPM] upgraded gawk (5.3.0-1 -> 5.3.0-2)
[2024-09-09T07:19:07+0200] [ALPM] upgraded perl (5.38.2-2 -> 5.40.0-1)
[2024-09-09T07:19:07+0200] [ALPM] upgraded groff (1.23.0-6 -> 1.23.0-7)
[2024-09-09T07:19:07+0200] [ALPM] upgraded libtool (2.5.1-2 -> 2.5.2+r1+g2fe3a3e2-1)
[2024-09-09T07:19:08+0200] [ALPM] upgraded texinfo (7.1-2 -> 7.1.1-1)
[2024-09-09T07:19:08+0200] [ALPM] upgraded libisl (0.26-2 -> 0.27-1)
[2024-09-09T07:19:08+0200] [ALPM] upgraded base-devel (1-1 -> 1-2)
[2024-09-09T07:19:08+0200] [ALPM] upgraded boost-libs (1.83.0-9 -> 1.86.0-2)
[2024-09-09T07:19:08+0200] [ALPM] upgraded box2d (2.4.2-1 -> 3.0.0-1)
[2024-09-09T07:19:08+0200] [ALPM] upgraded btrfs-progs (6.10.1-1 -> 6.10.1-2)
[2024-09-09T07:19:08+0200] [ALPM] upgraded c-ares (1.33.0-1 -> 1.33.1-1)
[2024-09-09T07:19:08+0200] [ALPM] upgraded capstone (5.0.1-3 -> 5.0.3-1)
[2024-09-09T07:19:08+0200] [ALPM] upgraded pciutils (3.13.0-1 -> 3.13.0-2)
[2024-09-09T07:19:08+0200] [ALPM] upgraded libwebp (1.4.0-1 -> 1.4.0-2)
[2024-09-09T07:19:08+0200] [ALPM] upgraded chromium (128.0.6613.84-1 -> 128.0.6613.119-1)
[2024-09-09T07:19:08+0200] [ALPM] upgraded cifs-utils (7.0-4 -> 7.0-5)
[2024-09-09T07:19:08+0200] [ALPM] upgraded cogl (1.22.8-2 -> 1.22.8-3)
[2024-09-09T07:19:08+0200] [ALPM] upgraded libwacom (2.12.2-1 -> 2.13.0-1)
[2024-09-09T07:19:08+0200] [ALPM] upgraded clutter (1.26.4-2 -> 1.26.4-3)
[2024-09-09T07:19:08+0200] [ALPM] upgraded clutter-gst (3.0.27-4 -> 3.0.27-5)
[2024-09-09T07:19:08+0200] [ALPM] upgraded conky-cli (1.21.3-1 -> 1.21.7-1)
[2024-09-09T07:19:08+0200] [ALPM] upgraded runc (1.1.13-1 -> 1.1.14-1)
[2024-09-09T07:19:08+0200] [ALPM] upgraded containerd (1.7.20-1 -> 1.7.21-1)
[2024-09-09T07:19:08+0200] [ALPM] upgraded containers-common (1:0.60.2-1 -> 1:0.60.2-2)
[2024-09-09T07:19:08+0200] [ALPM] upgraded cpio (2.15-1 -> 2.15-2)
[2024-09-09T07:19:08+0200] [ALPM] upgraded libpcap (1.10.4-2 -> 1.10.5-2)
[2024-09-09T07:19:09+0200] [ALPM] upgraded docker (1:27.1.2-1 -> 1:27.2.0-1)
[2024-09-09T07:19:09+0200] [ALPM] upgraded dosfstools (4.2-4 -> 4.2-5)
[2024-09-09T07:19:09+0200] [ALPM] upgraded dtc (1.7.0-5 -> 1.7.1-1)
[2024-09-09T07:19:09+0200] [ALPM] upgraded electron30 (30.4.0-1 -> 30.5.0-1)
[2024-09-09T07:19:09+0200] [ALPM] upgraded electron31 (31.4.0-1 -> 31.5.0-1)
[2024-09-09T07:19:09+0200] [ALPM] upgraded ell (0.67-1 -> 0.68-1)
[2024-09-09T07:19:09+0200] [ALPM] upgraded libpipewire (1:1.2.2-2 -> 1:1.2.3-1)
[2024-09-09T07:19:09+0200] [ALPM] upgraded pipewire (1:1.2.2-2 -> 1:1.2.3-1)
[2024-09-09T07:19:09+0200] [ALPM] upgraded pipewire-audio (1:1.2.2-2 -> 1:1.2.3-1)
[2024-09-09T07:19:09+0200] [ALPM] upgraded libwireplumber (0.5.5-1 -> 0.5.6-1)
[2024-09-09T07:19:09+0200] [ALPM] upgraded wireplumber (0.5.5-1 -> 0.5.6-1)
[2024-09-09T07:19:10+0200] [ALPM] upgraded pipewire-session-manager (1:1.2.2-2 -> 1:1.2.3-1)
[2024-09-09T07:19:10+0200] [ALPM] upgraded pipewire-jack (1:1.2.2-2 -> 1:1.2.3-1)
[2024-09-09T07:19:10+0200] [ALPM] upgraded libssh (0.11.0-2 -> 0.11.1-1)
[2024-09-09T07:19:10+0200] [ALPM] upgraded libvpl (2.12.0-1 -> 2.13.0-1)
[2024-09-09T07:19:10+0200] [ALPM] upgraded sdl2 (2.30.6-1 -> 2.30.7-1)
[2024-09-09T07:19:10+0200] [ALPM] upgraded svt-av1 (2.1.2-1 -> 2.2.1-1)
[2024-09-09T07:19:10+0200] [ALPM] upgraded v4l-utils (1.26.1-1 -> 1.28.1-1)
[2024-09-09T07:19:10+0200] [ALPM] upgraded vulkan-icd-loader (1.3.285-1 -> 1.3.295-1)
[2024-09-09T07:19:10+0200] [ALPM] upgraded imath (3.1.11-2 -> 3.1.11-3)
[2024-09-09T07:19:10+0200] [ALPM] upgraded ffmpeg (2:7.0.2-1 -> 2:7.0.2-2)
[2024-09-09T07:19:10+0200] [ALPM] upgraded noto-fonts (1:24.8.1-1 -> 1:24.9.1-1)
[2024-09-09T07:19:10+0200] [ALPM] upgraded firefox (129.0.2-1 -> 130.0-1)
[2024-09-09T07:19:10+0200] [ALPM] upgraded freerdp (2:3.7.0-1 -> 2:3.8.0-1)
[2024-09-09T07:19:10+0200] [ALPM] upgraded vulkan-headers (1:1.3.285-1 -> 1:1.3.295-1)
[2024-09-09T07:19:10+0200] [ALPM] upgraded qt6-base (6.7.2-1 -> 6.7.2-2)
[2024-09-09T07:19:11+0200] [ALPM] upgraded ghostwriter (24.05.2-1 -> 24.08.0-1)
[2024-09-09T07:19:11+0200] [ALPM] upgraded perl-error (0.17029-6 -> 0.17029-7)
[2024-09-09T07:19:11+0200] [ALPM] upgraded perl-timedate (2.33-6 -> 2.33-7)
[2024-09-09T07:19:11+0200] [ALPM] upgraded perl-mailtools (2.21-8 -> 2.21-9)
[2024-09-09T07:19:11+0200] [ALPM] upgraded git (2.46.0-1 -> 2.46.0-2)
[2024-09-09T07:19:11+0200] [ALPM] upgraded glibmm-2.68 (2.80.0-1 -> 2.80.1-1)
[2024-09-09T07:19:12+0200] [ALPM] upgraded go (2:1.23.0-1 -> 2:1.23.1-1)
[2024-09-09T07:19:12+0200] [ALPM] upgraded intel-gmmlib (22.3.20-1 -> 22.4.1-1)
[2024-09-09T07:19:12+0200] [ALPM] upgraded intel-media-driver (24.2.5-1 -> 24.3.2-1)
[2024-09-09T07:19:12+0200] [ALPM] upgraded iputils (20240117-1 -> 20240905-1)
[2024-09-09T07:19:12+0200] [ALPM] upgraded iwd (2.19-1 -> 2.20-2)
[2024-09-09T07:19:12+0200] [ALPM] upgraded kitty-terminfo (0.36.0-1 -> 0.36.2-1)
[2024-09-09T07:19:12+0200] [ALPM] upgraded kitty-shell-integration (0.36.0-1 -> 0.36.2-1)
[2024-09-09T07:19:12+0200] [ALPM] upgraded kitty (0.36.0-1 -> 0.36.2-1)
[2024-09-09T07:19:12+0200] [ALPM] upgraded lib32-bzip2 (1.0.8-3 -> 1.0.8-4)
[2024-09-09T07:19:12+0200] [ALPM] upgraded lib32-expat (2.6.2-1 -> 2.6.3-1)
[2024-09-09T07:19:12+0200] [ALPM] upgraded lib32-libnghttp2 (1.62.1-1 -> 1.63.0-1)
[2024-09-09T07:19:12+0200] [ALPM] upgraded lib32-libnghttp3 (1.4.0-1 -> 1.5.0-1)
[2024-09-09T07:19:12+0200] [ALPM] upgraded lib32-openssl (1:3.3.1-1 -> 1:3.3.2-1)
[2024-09-09T07:19:12+0200] [ALPM] upgraded lib32-libssh2 (1.11.0-1 -> 1.11.0-2)
[2024-09-09T07:19:12+0200] [ALPM] upgraded lib32-libxau (1.0.11-1 -> 1.0.11-2)
[2024-09-09T07:19:12+0200] [ALPM] upgraded lib32-libxfixes (6.0.1-1 -> 6.0.1-2)
[2024-09-09T07:19:12+0200] [ALPM] upgraded lib32-libxshmfence (1.3.2-1 -> 1.3.2-2)
[2024-09-09T07:19:12+0200] [ALPM] upgraded lib32-libxss (1.2.4-1 -> 1.2.4-2)
[2024-09-09T07:19:12+0200] [ALPM] upgraded lib32-libxxf86vm (1.1.5-1 -> 1.1.5-2)
[2024-09-09T07:19:12+0200] [ALPM] upgraded lib32-lm_sensors (1:3.6.0.r41.g31d1f125-2 -> 1:3.6.0.r41.g31d1f125-3)
[2024-09-09T07:19:12+0200] [ALPM] upgraded lib32-wayland (1.23.0-1 -> 1.23.0-2)
[2024-09-09T07:19:12+0200] [ALPM] upgraded lib32-mesa (1:24.1.6-1 -> 1:24.2.2-1)
[2024-09-09T07:19:12+0200] [ALPM] upgraded lib32-nss (3.103-1 -> 3.104-1)
[2024-09-09T07:19:12+0200] [ALPM] upgraded lib32-vulkan-icd-loader (1.3.279-1 -> 1.3.295-1)
[2024-09-09T07:19:12+0200] [ALPM] upgraded lib32-xcb-util-keysyms (0.4.1-1 -> 0.4.1-2)
[2024-09-09T07:19:12+0200] [ALPM] upgraded vulkan-intel (1:24.1.6-1 -> 1:24.2.2-1)
[2024-09-09T07:19:12+0200] [ALPM] upgraded lib32-vulkan-intel (1:24.1.6-1 -> 1:24.2.2-1)
[2024-09-09T07:19:12+0200] [ALPM] upgraded libcacard (2.7.0-4 -> 2.8.1-1)
[2024-09-09T07:19:12+0200] [ALPM] upgraded libcmis (0.6.2-1 -> 0.6.2-2)
[2024-09-09T07:19:12+0200] [ALPM] upgraded libixion (0.19.0-2 -> 0.19.0-3)
[2024-09-09T07:19:12+0200] [ALPM] upgraded libmaxminddb (1.10.0-1 -> 1.11.0-1)
[2024-09-09T07:19:12+0200] [ALPM] upgraded libnm (1.48.8-1 -> 1.48.10-1)
[2024-09-09T07:19:12+0200] [ALPM] upgraded liborcus (0.19.2-2 -> 0.19.2-3)
[2024-09-09T07:19:12+0200] [ALPM] upgraded libpipeline (1.5.7-2 -> 1.5.8-1)
[2024-09-09T07:19:13+0200] [ALPM] upgraded libreoffice-fresh (24.8.0-1 -> 24.8.0-3)
[2024-09-09T07:19:13+0200] [ALPM] upgraded libspiro (1:20221101-3 -> 1:20240903-1)
[2024-09-09T07:19:13+0200] [ALPM] upgraded libvirt (1:10.6.0-1 -> 1:10.7.0-2)
[2024-09-09T07:19:13+0200] [ALPM] upgraded libvirt-python (1:10.6.0-1 -> 1:10.7.0-1)
[2024-09-09T07:19:14+0200] [ALPM] upgraded linux (6.10.6.arch1-1 -> 6.10.8.arch1-1)
[2024-09-09T07:19:15+0200] [ALPM] upgraded linux-headers (6.10.6.arch1-1 -> 6.10.8.arch1-1)
[2024-09-09T07:19:15+0200] [ALPM] upgraded linux-rt (6.7.0.6.realtime1-7 -> 6.10.2.rt14.arch1-1)
[2024-09-09T07:19:16+0200] [ALPM] upgraded linux-rt-headers (6.7.0.6.realtime1-7 -> 6.10.2.rt14.arch1-1)
[2024-09-09T07:19:16+0200] [ALPM] upgraded lvm2 (2.03.25-2 -> 2.03.26-1)
[2024-09-09T07:19:16+0200] [ALPM] upgraded man-db (2.12.1-1 -> 2.13.0-1)
[2024-09-09T07:19:16+0200] [ALPM] upgraded multipath-tools (0.9.9-1 -> 0.10.0-1)
[2024-09-09T07:19:16+0200] [ALPM] upgraded net-snmp (5.9.4-4 -> 5.9.4-5)
[2024-09-09T07:19:16+0200] [ALPM] upgraded qt5-translations (5.15.14-1 -> 5.15.15-1)
[2024-09-09T07:19:16+0200] [ALPM] upgraded qt5-base (5.15.14+kde+r143-1 -> 5.15.15+kde+r127-1)
[2024-09-09T07:19:16+0200] [ALPM] upgraded qt5-declarative (5.15.14+kde+r28-1 -> 5.15.15+kde+r25-1)
[2024-09-09T07:19:16+0200] [ALPM] upgraded qt5-graphicaleffects (5.15.14-1 -> 5.15.15-1)
[2024-09-09T07:19:16+0200] [ALPM] upgraded qt5-quickcontrols (5.15.14-1 -> 5.15.15-1)
[2024-09-09T07:19:16+0200] [ALPM] upgraded qt5-quickcontrols2 (5.15.14+kde+r5-1 -> 5.15.15+kde+r5-1)
[2024-09-09T07:19:16+0200] [ALPM] upgraded qt5-svg (5.15.14+kde+r5-1 -> 5.15.15+kde+r5-1)
[2024-09-09T07:19:16+0200] [ALPM] upgraded qt5-webchannel (5.15.14+kde+r3-1 -> 5.15.15+kde+r3-1)
[2024-09-09T07:19:16+0200] [ALPM] upgraded qt5-location (5.15.14+kde+r7-1 -> 5.15.15+kde+r7-1)
[2024-09-09T07:19:17+0200] [ALPM] upgraded qt5-webengine (5.15.17-6 -> 5.15.17-7)
[2024-09-09T07:19:17+0200] [ALPM] upgraded qt5-websockets (5.15.14+kde+r2-1 -> 5.15.15+kde+r2-1)
[2024-09-09T07:19:17+0200] [ALPM] upgraded qt5-wayland (5.15.14+kde+r59-1 -> 5.15.15+kde+r59-1)
[2024-09-09T07:19:17+0200] [ALPM] upgraded qt5-x11extras (5.15.14-1 -> 5.15.15-1)
[2024-09-09T07:19:17+0200] [ALPM] upgraded nextcloud-client (2:3.13.2-1 -> 2:3.13.3-1)
[2024-09-09T07:19:17+0200] [ALPM] upgraded nfsidmap (2.6.4-1 -> 2.7.1-1)
[2024-09-09T07:19:17+0200] [ALPM] upgraded nfs-utils (2.6.4-1 -> 2.7.1-1)
[2024-09-09T07:19:17+0200] [ALPM] upgraded noto-fonts-extra (1:24.8.1-1 -> 1:24.9.1-1)
[2024-09-09T07:19:17+0200] [ALPM] upgraded openldap (2.6.8-1 -> 2.6.8-2)
[2024-09-09T07:19:17+0200] [ALPM] upgraded passt (2024_08_21.1d6142f-1 -> 2024_09_06.6b38f07-1)
[2024-09-09T07:19:17+0200] [ALPM] upgraded pipewire-alsa (1:1.2.2-2 -> 1:1.2.3-1)
[2024-09-09T07:19:17+0200] [ALPM] upgraded pipewire-pulse (1:1.2.2-2 -> 1:1.2.3-1)
[2024-09-09T07:19:17+0200] [ALPM] upgraded postgresql-libs (16.3-3 -> 16.3-4)
[2024-09-09T07:19:17+0200] [ALPM] upgraded python-awscrt (0.20.11-2 -> 0.21.2-1)
[2024-09-09T07:19:17+0200] [ALPM] upgraded python-boto3 (1.34.131-1 -> 1.35.7-1)
[2024-09-09T07:19:17+0200] [ALPM] upgraded python-cairo (1.26.1-1 -> 1.27.0-1)
[2024-09-09T07:19:17+0200] [ALPM] upgraded python-idna (3.7-1 -> 3.8-1)
[2024-09-09T07:19:17+0200] [ALPM] upgraded python-gitlab (4.9.0-1 -> 4.10.0-1)
[2024-09-09T07:19:17+0200] [ALPM] upgraded python-pbr (6.0.0-4 -> 6.1.0-1)
[2024-09-09T07:19:17+0200] [ALPM] upgraded python-keystoneauth1 (5.6.0-2 -> 5.7.0-1)
[2024-09-09T07:19:18+0200] [ALPM] upgraded python-openstacksdk (3.1.0-1 -> 3.2.0-1)
[2024-09-09T07:19:18+0200] [ALPM] upgraded python-rich (13.7.1-2 -> 13.8.0-1)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-common (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-audio-alsa (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-audio-dbus (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-audio-jack (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-audio-oss (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-audio-pa (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-audio-pipewire (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-audio-sdl (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-ui-opengl (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-ui-spice-core (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-audio-spice (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-img (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-system-x86-firmware (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-system-x86 (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-base (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-block-curl (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-block-dmg (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-block-nfs (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-block-ssh (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-chardev-spice (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-hw-display-qxl (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-hw-display-virtio-gpu (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-hw-display-virtio-gpu-gl (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-hw-display-virtio-gpu-pci (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-hw-display-virtio-gpu-pci-gl (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-hw-display-virtio-vga (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-hw-display-virtio-vga-gl (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-hw-usb-host (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-hw-usb-redirect (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-hw-usb-smartcard (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-ui-curses (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-ui-dbus (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-ui-egl-headless (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-ui-gtk (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-ui-sdl (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-ui-spice-app (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-vhost-user-gpu (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded qemu-desktop (9.0.2-1 -> 9.1.0-2)
[2024-09-09T07:19:18+0200] [ALPM] upgraded skopeo (1.16.0-1 -> 1.16.1-1)
[2024-09-09T07:19:18+0200] [ALPM] upgraded suitesparse (7.8.1-1 -> 7.8.2-1)
[2024-09-09T07:19:18+0200] [ALPM] upgraded taglib (2.0.1-1 -> 2.0.2-1)
[2024-09-09T07:19:18+0200] [ALPM] upgraded udisks2 (2.10.1-4 -> 2.10.1-5)
[2024-09-09T07:19:18+0200] [ALPM] upgraded vim-rt (9.1.0689-1 -> 9.1.0722-1)
[2024-09-09T07:19:18+0200] [ALPM] upgraded vim-cli (9.1.0689-1 -> 9.1.0722-1)
[2024-09-09T07:19:19+0200] [ALPM] upgraded vivaldi (6.8.3381.55-1 -> 6.9.3447.41-1)
[2024-09-09T07:19:19+0200] [ALPM] upgraded wireshark-cli (4.2.6-1 -> 4.4.0-1)

[2024-09-13T11:17:44+0200] [ALPM] upgraded tzdata (2024b-1 -> 2024b-2)
[2024-09-13T11:17:44+0200] [ALPM] upgraded gcc-libs (14.2.1+r32+geccf707e5ce-1 -> 14.2.1+r134+gab884fffe3fc-1)
[2024-09-13T11:17:44+0200] [ALPM] upgraded gettext (0.22.5-1 -> 0.22.5-2)
[2024-09-13T11:17:44+0200] [ALPM] upgraded bison (3.8.2-7 -> 3.8.2-8)
[2024-09-13T11:17:44+0200] [ALPM] upgraded systemd-libs (256.5-1 -> 256.6-1)
[2024-09-13T11:17:44+0200] [ALPM] upgraded bluez (5.77-1 -> 5.78-1)
[2024-09-13T11:17:44+0200] [ALPM] upgraded bluez-libs (5.77-1 -> 5.78-1)
[2024-09-13T11:17:44+0200] [ALPM] upgraded bluez-utils (5.77-1 -> 5.78-1)
[2024-09-13T11:17:44+0200] [ALPM] upgraded containerd (1.7.21-1 -> 1.7.22-1)
[2024-09-13T11:17:44+0200] [ALPM] upgraded crun (1.16.1-1 -> 1.17-1)
[2024-09-13T11:17:44+0200] [ALPM] upgraded docker-buildx (0.16.2-1 -> 0.17.0-1)
[2024-09-13T11:17:44+0200] [ALPM] upgraded ell (0.68-1 -> 0.69-1)
[2024-09-13T11:17:44+0200] [ALPM] upgraded gc (8.2.6-1 -> 8.2.8-2)
[2024-09-13T11:17:45+0200] [ALPM] upgraded gcc (14.2.1+r32+geccf707e5ce-1 -> 14.2.1+r134+gab884fffe3fc-1)
[2024-09-13T11:17:45+0200] [ALPM] upgraded systemd (256.5-1 -> 256.6-1)
[2024-09-13T11:17:46+0200] [ALPM] upgraded gtk2 (2.24.33-4 -> 2.24.33-5)
[2024-09-13T11:17:46+0200] [ALPM] upgraded gtk3 (1:3.24.43-1 -> 1:3.24.43-2)
[2024-09-13T11:17:46+0200] [ALPM] upgraded imath (3.1.11-3 -> 3.1.12-1)
[2024-09-13T11:17:46+0200] [ALPM] upgraded intel-ucode (20240813-2 -> 20240910-1)
[2024-09-13T11:17:46+0200] [ALPM] upgraded iwd (2.20-2 -> 2.21-1)
[2024-09-13T11:17:46+0200] [ALPM] upgraded js115 (115.13.0-1 -> 115.15.0-1)
[2024-09-13T11:17:46+0200] [ALPM] upgraded ldb (2:2.9.1-2 -> 2:4.21.0-2)
[2024-09-13T11:17:46+0200] [ALPM] upgraded lib32-gcc-libs (14.2.1+r32+geccf707e5ce-1 -> 14.2.1+r134+gab884fffe3fc-1)
[2024-09-13T11:17:46+0200] [ALPM] upgraded lib32-systemd (256.5-1 -> 256.6-1)
[2024-09-13T11:17:46+0200] [ALPM] upgraded poppler (24.08.0-1 -> 24.09.0-1)
[2024-09-13T11:17:47+0200] [ALPM] upgraded libreoffice-fresh (24.8.0-3 -> 24.8.0-5)
[2024-09-13T11:17:47+0200] [ALPM] upgraded libwbclient (4.20.4-1 -> 2:4.21.0-2)
[2024-09-13T11:17:47+0200] [ALPM] upgraded linux (6.10.8.arch1-1 -> 6.10.9.arch1-2)
[2024-09-13T11:17:47+0200] [ALPM] upgraded linux-firmware-whence (20240809.59460076-1 -> 20240909.552ed9b8-1)
[2024-09-13T11:17:48+0200] [ALPM] upgraded linux-firmware (20240809.59460076-1 -> 20240909.552ed9b8-1)
[2024-09-13T11:17:49+0200] [ALPM] upgraded linux-headers (6.10.8.arch1-1 -> 6.10.9.arch1-2)
[2024-09-13T11:17:49+0200] [ALPM] upgraded linux-rt (6.10.2.rt14.arch1-1 -> 6.10.2.rt14.arch1-2)
[2024-09-13T11:17:50+0200] [ALPM] upgraded linux-rt-headers (6.10.2.rt14.arch1-1 -> 6.10.2.rt14.arch1-2)
[2024-09-13T11:17:50+0200] [ALPM] upgraded luajit (2.1.1723675123-1 -> 2.1.1725453128-1)
[2024-09-13T11:17:50+0200] [ALPM] upgraded opentofu (1.8.1-1 -> 1.8.2-1)
[2024-09-13T11:17:50+0200] [ALPM] upgraded poppler-glib (24.08.0-1 -> 24.09.0-1)
[2024-09-13T11:17:50+0200] [ALPM] upgraded python-ansible-compat (24.8.0-1 -> 24.9.0-1)
[2024-09-13T11:17:50+0200] [ALPM] upgraded python-rich (13.8.0-1 -> 13.8.1-1)
[2024-09-13T11:17:51+0200] [ALPM] upgraded qt6-webengine (6.7.2-2 -> 6.7.2-3)
[2024-09-13T11:17:51+0200] [ALPM] upgraded smbclient (4.20.4-1 -> 2:4.21.0-2)
[2024-09-13T11:17:51+0200] [ALPM] upgraded systemd-sysvcompat (256.5-1 -> 256.6-1)
[2024-09-13T11:17:51+0200] [ALPM] upgraded trivy (0.54.1-1 -> 0.55.0-1)
[2024-09-13T11:17:51+0200] [ALPM] upgraded vim-rt (9.1.0722-1 -> 9.1.0727-1)
[2024-09-13T11:17:51+0200] [ALPM] upgraded vim-cli (9.1.0722-1 -> 9.1.0727-1)
[2024-09-13T11:17:51+0200] [ALPM] upgraded webkit2gtk-4.1 (2.44.3-3 -> 2.44.4-1)

[2024-09-20T14:00:19+0200] [ALPM] upgraded adwaita-cursors (46.2-1 -> 47.0-1)
[2024-09-20T14:00:19+0200] [ALPM] upgraded adwaita-icon-theme-legacy (46.2-1 -> 46.2-3)
[2024-09-20T14:00:19+0200] [ALPM] upgraded adwaita-icon-theme (46.2-1 -> 47.0-1)
[2024-09-20T14:00:19+0200] [ALPM] upgraded libpng (1.6.43-1 -> 1.6.44-1)
[2024-09-20T14:00:19+0200] [ALPM] upgraded libsysprof-capture (46.0-4 -> 47.0-1)
[2024-09-20T14:00:19+0200] [ALPM] upgraded glib2 (2.80.5-1 -> 2.82.0-1)
[2024-09-20T14:00:19+0200] [ALPM] upgraded alacritty (0.13.2-2 -> 0.13.2-3)
[2024-09-20T14:00:19+0200] [ALPM] upgraded python (3.12.5-1 -> 3.12.6-1)
[2024-09-20T14:00:19+0200] [ALPM] upgraded ansible-core (2.17.3-1 -> 2.17.4-1)
[2024-09-20T14:00:20+0200] [ALPM] upgraded ansible (10.3.0-1 -> 10.4.0-1)
[2024-09-20T14:00:20+0200] [ALPM] upgraded curl (8.9.1-2 -> 8.10.1-1)
[2024-09-20T14:00:21+0200] [ALPM] upgraded git (2.46.0-2 -> 2.46.1-1)
[2024-09-20T14:00:21+0200] [ALPM] upgraded python-ansible-compat (24.9.0-1 -> 24.9.1-1)
[2024-09-20T14:00:21+0200] [ALPM] upgraded ansible-lint (24.7.0-1 -> 24.9.2-1)
[2024-09-20T14:00:21+0200] [ALPM] upgraded gawk (5.3.0-2 -> 5.3.1-1)
[2024-09-20T14:00:21+0200] [ALPM] upgraded json-c (0.17-2 -> 0.18-1)
[2024-09-20T14:00:21+0200] [ALPM] upgraded gnupg (2.4.5-4 -> 2.4.5-5)
[2024-09-20T14:00:21+0200] [ALPM] upgraded libarchive (3.7.4-1 -> 3.7.5-1)
[2024-09-20T14:00:21+0200] [ALPM] upgraded kbd (2.6.4-2 -> 2.6.4-3)
[2024-09-20T14:00:21+0200] [ALPM] upgraded pacman (6.1.0-3 -> 7.0.0.r3.g7736133-1)
[2024-09-20T14:00:21+0200] [ALPM] upgraded archlinux-keyring (20240709-1 -> 20240709-2)
[2024-09-20T14:00:22+0200] [ALPM] upgraded gsettings-system-schemas (46.1-2 -> 47.1-1)
[2024-09-20T14:00:22+0200] [ALPM] upgraded gsettings-desktop-schemas (46.1-2 -> 47.1-1)
[2024-09-20T14:00:23+0200] [ALPM] upgraded at-spi2-core (2.52.0-1 -> 2.54.0-2)
[2024-09-20T14:00:23+0200] [ALPM] upgraded python-botocore (1.35.7-1 -> 1.35.16-1)
[2024-09-20T14:00:23+0200] [ALPM] upgraded aws-cli (1.34.7-1 -> 1.34.16-1)
[2024-09-20T14:00:23+0200] [ALPM] upgraded liburcu (0.14.0-2 -> 0.14.1-1)
[2024-09-20T14:00:23+0200] [ALPM] upgraded bind (9.20.1-1 -> 9.20.2-1)
[2024-09-20T14:00:23+0200] [ALPM] upgraded libjpeg-turbo (3.0.3-1 -> 3.0.4-1)
[2024-09-20T14:00:23+0200] [ALPM] upgraded wayland (1.23.0-1 -> 1.23.1-1)
[2024-09-20T14:00:24+0200] [ALPM] upgraded breeze-icons (6.5.0-1 -> 6.6.0-1)
[2024-09-20T14:00:24+0200] [ALPM] upgraded fmt (10.2.0-1 -> 11.0.2-1)
[2024-09-20T14:00:24+0200] [ALPM] upgraded ccache (4.10.2-1 -> 4.10.2-2)
[2024-09-20T14:00:24+0200] [ALPM] upgraded iso-codes (4.16.0-1 -> 4.17.0-1)
[2024-09-20T14:00:24+0200] [ALPM] upgraded libtiff (4.6.0-6 -> 4.7.0-1)
[2024-09-20T14:00:24+0200] [ALPM] upgraded librsvg (2:2.58.3-1 -> 2:2.59.0-1)
[2024-09-20T14:00:24+0200] [ALPM] upgraded gtk-update-icon-cache (1:4.14.5-1 -> 1:4.16.1-1)
[2024-09-20T14:00:24+0200] [ALPM] upgraded gtk3 (1:3.24.43-2 -> 1:3.24.43-3)
[2024-09-20T14:00:25+0200] [ALPM] upgraded chromium (128.0.6613.119-1 -> 129.0.6668.58-1)
[2024-09-20T14:00:25+0200] [ALPM] upgraded iproute2 (6.10.0-2 -> 6.11.0-1)
[2024-09-20T14:00:25+0200] [ALPM] upgraded docker (1:27.2.0-1 -> 1:27.2.1-1)
[2024-09-20T14:00:25+0200] [ALPM] upgraded docker-buildx (0.17.0-1 -> 0.17.1-1)
[2024-09-20T14:00:25+0200] [ALPM] upgraded electron30 (30.5.0-1 -> 30.5.1-2)
[2024-09-20T14:00:26+0200] [ALPM] upgraded electron31 (31.5.0-1 -> 31.6.0-1)
[2024-09-20T14:00:26+0200] [ALPM] upgraded element-web (1.11.75-1 -> 1.11.77-1)
[2024-09-20T14:00:26+0200] [ALPM] upgraded element-desktop (1.11.75-1 -> 1.11.77-1)
[2024-09-20T14:00:26+0200] [ALPM] upgraded enchant (2.8.0-1 -> 2.8.2-1)
[2024-09-20T14:00:26+0200] [ALPM] upgraded glslang (14.2.0-1 -> 14.3.0-1)
[2024-09-20T14:00:26+0200] [ALPM] upgraded shaderc (2024.1-1 -> 2024.2-1)
[2024-09-20T14:00:26+0200] [ALPM] upgraded libplacebo (7.349.0-1 -> 7.349.0-2)
[2024-09-20T14:00:27+0200] [ALPM] upgraded firefox (130.0-1 -> 130.0.1-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded fzf (0.54.3-1 -> 0.55.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded kcodecs (6.5.0-1 -> 6.6.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded kconfig (6.5.0-1 -> 6.6.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded kguiaddons (6.5.0-1 -> 6.6.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded ki18n (6.5.0-1 -> 6.6.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded kcolorscheme (6.5.0-1 -> 6.6.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded kcoreaddons (6.5.0-1 -> 6.6.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded kwidgetsaddons (6.5.0-1 -> 6.6.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded kconfigwidgets (6.5.0-1 -> 6.6.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded kglobalaccel (6.5.0-1 -> 6.6.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded karchive (6.5.0-1 -> 6.6.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded kiconthemes (6.5.0-1 -> 6.6.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded kitemviews (6.5.0-1 -> 6.6.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded kxmlgui (6.5.0-1 -> 6.6.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded sonnet (6.5.0-1 -> 6.6.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded ghostwriter (24.08.0-1 -> 24.08.1-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded glibmm-2.68 (2.80.1-1 -> 2.82.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded libgirepository (1.80.1-3 -> 1.82.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded gobject-introspection-runtime (1.80.1-3 -> 1.82.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded gstreamer (1.24.7-1 -> 1.24.8-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded orc (0.4.39-1 -> 0.4.40-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded gst-plugins-base-libs (1.24.7-1 -> 1.24.8-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded gst-plugins-bad-libs (1.24.7-1 -> 1.24.8-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded gst-plugins-base (1.24.7-1 -> 1.24.8-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded gst-plugins-good (1.24.7-1 -> 1.24.8-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded gtk4 (1:4.14.5-1 -> 1:4.16.1-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded gtkmm-4.0 (4.14.0-1 -> 4.16.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded openssh (9.8p1-1 -> 9.8p1-2)
[2024-09-20T14:00:27+0200] [ALPM] upgraded gvfs (1.54.2-1 -> 1.56.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded gvfs-smb (1.54.2-1 -> 1.56.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded iwd (2.21-1 -> 2.22-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded lib32-curl (8.9.1-1 -> 8.10.1-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded lib32-libdrm (2.4.122-1 -> 2.4.123-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded lib32-wayland (1.23.0-2 -> 1.23.1-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded libadwaita (1:1.5.3-1 -> 1:1.6.0-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded libavif (1.1.1-1 -> 1.1.1-2)
[2024-09-20T14:00:27+0200] [ALPM] upgraded libhandy (1.8.3-1 -> 1.8.3-2)
[2024-09-20T14:00:27+0200] [ALPM] upgraded libheif (1.18.2-1 -> 1.18.2-2)
[2024-09-20T14:00:27+0200] [ALPM] upgraded libmanette (0.2.7-1 -> 0.2.9-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded libraw (0.21.2-1 -> 0.21.3-1)
[2024-09-20T14:00:27+0200] [ALPM] upgraded poppler (24.09.0-1 -> 24.09.0-2)
[2024-09-20T14:00:28+0200] [ALPM] upgraded libreoffice-fresh (24.8.0-5 -> 24.8.1-2)
[2024-09-20T14:00:28+0200] [ALPM] upgraded libreoffice-fresh-de (24.8.0-1 -> 24.8.1-1)
[2024-09-20T14:00:29+0200] [ALPM] upgraded linux (6.10.9.arch1-2 -> 6.10.10.arch1-1)
[2024-09-20T14:00:30+0200] [ALPM] upgraded linux-headers (6.10.9.arch1-2 -> 6.10.10.arch1-1)
[2024-09-20T14:00:30+0200] [ALPM] upgraded nextcloud-client (2:3.13.3-1 -> 2:3.14.0-4)
[2024-09-20T14:00:30+0200] [ALPM] upgraded nomad (1.8.3-1 -> 1.8.4-1)
[2024-09-20T14:00:30+0200] [ALPM] upgraded pacman-contrib (1.10.6-1 -> 1.10.6-2)
[2024-09-20T14:00:30+0200] [ALPM] upgraded poppler-glib (24.09.0-1 -> 24.09.0-2)
[2024-09-20T14:00:30+0200] [ALPM] upgraded protobuf (27.3-2 -> 28.1-1)
[2024-09-20T14:00:30+0200] [ALPM] upgraded protobuf-c (1.5.0-4 -> 1.5.0-6)
[2024-09-20T14:00:30+0200] [ALPM] upgraded python-awscrt (0.21.2-1 -> 0.21.5-1)
[2024-09-20T14:00:30+0200] [ALPM] upgraded python-boto3 (1.35.7-1 -> 1.35.16-1)
[2024-09-20T14:00:30+0200] [ALPM] upgraded python-gitlab (4.10.0-1 -> 4.11.1-1)
[2024-09-20T14:00:30+0200] [ALPM] upgraded python-gobject (3.48.2-2 -> 3.50.0-1)
[2024-09-20T14:00:30+0200] [ALPM] upgraded python-keystoneauth1 (5.7.0-1 -> 5.8.0-1)
[2024-09-20T14:00:30+0200] [ALPM] upgraded python-protobuf (27.3-2 -> 28.1-1)
[2024-09-20T14:00:30+0200] [ALPM] upgraded python-trove-classifiers (2024.7.2-1 -> 2024.9.12-1)
[2024-09-20T14:00:30+0200] [ALPM] upgraded sdl2_image (2.8.2-4 -> 2.8.2-5)
[2024-09-20T14:00:30+0200] [ALPM] upgraded seahorse (1:43.0-3 -> 1:47.0.1-1)
[2024-09-20T14:00:30+0200] [ALPM] upgraded simple-scan (46.0-1 -> 46.0-2)
[2024-09-20T14:00:30+0200] [ALPM] upgraded sudo (1.9.15.p5-2 -> 1.9.16-1)
[2024-09-20T14:00:30+0200] [ALPM] upgraded terraform (1.9.5-1 -> 1.9.6-1)
[2024-09-20T14:00:31+0200] [ALPM] upgraded thunderbird (115.14.0-1 -> 128.2.1-1)
[2024-09-20T14:00:31+0200] [ALPM] upgraded trivy (0.55.0-1 -> 0.55.2-1)
[2024-09-20T14:00:31+0200] [ALPM] upgraded vault (1.17.2-1 -> 1.17.5-1)
[2024-09-20T14:00:32+0200] [ALPM] upgraded vim-rt (9.1.0727-1 -> 9.1.0737-1)
[2024-09-20T14:00:32+0200] [ALPM] upgraded vim-cli (9.1.0727-1 -> 9.1.0737-1)
[2024-09-20T14:00:32+0200] [ALPM] upgraded vivaldi (6.9.3447.41-1 -> 6.9.3447.46-1)
[2024-09-20T14:00:32+0200] [ALPM] upgraded vlc (3.0.21-2 -> 3.0.21-4)
[2024-09-20T14:00:32+0200] [ALPM] upgraded vte-common (0.76.4-1 -> 0.78.0-1)
[2024-09-20T14:00:32+0200] [ALPM] upgraded vte3 (0.76.4-1 -> 0.78.0-1)
[2024-09-20T14:00:33+0200] [ALPM] upgraded webkit2gtk-4.1 (2.44.4-1 -> 2.46.0-1)

Offline

#4 2024-09-25 11:11:03

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,524
Website

Re: Bluetooth: cannot read battery levels

Did you try if downgrading the "linux" by one or two versions helps?

Online

#5 2024-09-25 14:25:15

marcus
Member
Registered: 2012-09-26
Posts: 34

Re: Bluetooth: cannot read battery levels

I just tried downgrading to linux 6.9.1, did not help unfortunately.

I have a spare PC with an older arch installation lying around here. I'll check, if bluetooth works as expected there, and try to reproduce the error.

Last edited by marcus (2024-09-25 14:26:43)

Offline

#6 2024-09-27 10:08:34

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,524
Website

Re: Bluetooth: cannot read battery levels

Does downgrading and booting linux-lts help maybe?

Online

#7 2024-09-27 17:15:55

marcus
Member
Registered: 2012-09-26
Posts: 34

Re: Bluetooth: cannot read battery levels

tried it, but didnt help.

Narrowed it down a bit, though. All my devices (Dualsense, Trackpad, Keyboard) expose some info via

/sys/class/power_supply/hid-SOMETHING-battery/capacity

The Dualsense does show the correct capacity, it also changes. Trackpad and Keyboard both show 0 no matter the actual charge. Neither device's battery can be queried with upower or blueman. So I'm thinking, there might be actually 2 issues:
* something related to kernel / firmware, which exposes incorrect reading for the apple devices in sysfs
* something that keeps upower from displaying the dualsense's readings

I'll post updates, as soon as I have something

Offline

Board footer

Powered by FluxBB