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

Commit eb90be8e authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Connect main/shim/acl_legacy_interface::btm_sco_on_disconnected am: 03df10a7

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1553566

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I9b20ea103ff81985619acc2c2d8efd34a7c6b711
parents e9735dc5 03df10a7
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -17,8 +17,11 @@
#include "main/shim/acl_legacy_interface.h"
#include "stack/include/acl_hci_link_interface.h"
#include "stack/include/ble_acl_interface.h"
#include "stack/include/sco_hci_link_interface.h"
#include "stack/include/sec_hci_link_interface.h"

struct tBTM_ESCO_DATA;

namespace bluetooth {
namespace shim {
namespace legacy {
@@ -37,7 +40,7 @@ const acl_interface_t GetAclInterface() {
      .connection.le.on_failed = acl_ble_connection_fail,
      .connection.le.on_disconnected = btm_acl_disconnected,

      .connection.sco.on_disconnected = nullptr,
      .connection.sco.on_disconnected = btm_sco_on_disconnected,

      .link.classic.on_authentication_complete = btm_sec_auth_complete,
      .link.classic.on_central_link_key_complete = nullptr,