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

Commit 97c574bf authored by Chris Manton's avatar Chris Manton
Browse files

legacy: Re-log stack/btm/btm_ble_gap::btm_set_conn_mode_adv_init_addr

Bug: 188074901
Tag: #refactor
Test: gd/cert/run

Change-Id: I01d451f6a532eb62140b0bc101a50324885dcd6f
parent c246249a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -808,6 +808,13 @@ static uint8_t btm_set_conn_mode_adv_init_addr(
  }

  if (evt_type == BTM_BLE_CONNECT_EVT) {
    CHECK(p_peer_addr_type != nullptr);
    const tBLE_BD_ADDR ble_bd_addr = {
        .bda = p_peer_addr_ptr,
        .type = *p_peer_addr_type,
    };
    LOG_DEBUG("Received BLE connect event %s", PRIVATE_ADDRESS(ble_bd_addr));

    evt_type = p_cb->directed_conn;

    if (p_cb->directed_conn == BTM_BLE_CONNECT_DIR_EVT ||