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

Commit 02a5128b authored by Chris Manton's avatar Chris Manton
Browse files

stack::l2cap [17/19] L2CA_SubrateRequest

Bug: 339732512
Test: m .
Flag: EXEMPT, Logging Change

Change-Id: I9d1deb1b49bb46d4ac806dbafe5dac1dc5b6fe9f
parent 431c3ec0
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1709,8 +1709,10 @@ void bta_dm_ble_subrate_request(const RawAddress& bd_addr, uint16_t subrate_min,
                                uint16_t subrate_max, uint16_t max_latency,
                                uint16_t cont_num, uint16_t timeout) {
    // Logging done in l2c_ble.cc
    L2CA_SubrateRequest(bd_addr, subrate_min, subrate_max, max_latency,
                        cont_num, timeout);
    if (!L2CA_SubrateRequest(bd_addr, subrate_min, subrate_max, max_latency,
                             cont_num, timeout)) {
      log::warn("Unable to set L2CAP ble subrating peer:{}", bd_addr);
    }
}

namespace bluetooth {