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

Commit 03df10a7 authored by Chris Manton's avatar Chris Manton
Browse files

Connect main/shim/acl_legacy_interface::btm_sco_on_disconnected

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

Change-Id: Ib1db9bc167cb467daa7468fa0b41ec7e54701b38
parent ca74ef88
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,