Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 658e1b98 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Get rid of logspam in find_eatt_channel_by_cid

Currently this is causing logspam when connected to LE Audio device

09-02 10:00:23.965  5383  5640 I bt_stack: [INFO:eatt_impl.h(622)] find_eatt_channel_by_cid72:32:02:d3:ab:61 69
09-02 10:00:23.965  5383  5640 I bt_stack: [INFO:eatt_impl.h(622)] find_eatt_channel_by_cid72:32:02:d3:ab:61 69
09-02 10:00:23.965  5383  5640 I bt_stack: [INFO:eatt_impl.h(622)] find_eatt_channel_by_cid72:32:02:d3:ab:61 69
09-02 10:00:23.965  5383  5640 I bt_stack: [INFO:eatt_impl.h(622)] find_eatt_channel_by_cid72:32:02:d3:ab:61 69
09-02 10:00:23.965  5383  5640 I bt_stack: [INFO:eatt_impl.h(622)] find_eatt_channel_by_cid72:32:02:d3:ab:61 70
09-02 10:00:23.966  5383  5640 I bt_stack: [INFO:eatt_impl.h(622)] find_eatt_channel_by_cid72:32:02:d3:ab:61 70
09-02 10:00:23.966  5383  5640 I bt_stack: [INFO:eatt_impl.h(622)] find_eatt_channel_by_cid72:32:02:d3:ab:61 70
09-02 10:00:23.966  5383  5640 I bt_stack: [INFO:eatt_impl.h(622)] find_eatt_channel_by_cid72:32:02:d3:ab:61 70

Bug: none
Test: manual, connect to LE Audio device
Change-Id: Ie485a77e27bb8dbeaaa27f46c88c45ff012dd6dd
parent c252318d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -618,9 +618,6 @@ struct eatt_impl {
  EattChannel* find_eatt_channel_by_cid(const RawAddress& bd_addr,
                                        uint16_t cid) {
    eatt_device* eatt_dev = find_device_by_address(bd_addr);

    LOG(INFO) << __func__ << bd_addr << " " << +cid;

    if (!eatt_dev) return nullptr;

    auto iter = find_if(