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

Commit ae433b30 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Don't notify legacy advertiser in master role.

am: c4dd3691

Change-Id: I7aaa97fb72abd91d332418e07ac21e56529143bc
parents 03cb256b c4dd3691
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1999,6 +1999,7 @@ void btm_ble_conn_complete(uint8_t* p, UNUSED_ATTR uint16_t evt_len,

  btm_ble_update_mode_operation(role, &bda, status);

  if (role == HCI_ROLE_SLAVE)
    btm_ble_advertiser_notify_terminated_legacy(status, handle);
}