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

Commit ca74ef88 authored by Chris Manton's avatar Chris Manton
Browse files

Declare stack/include/sco_hci_link_interface::btm_sco_on_disconnected

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

Change-Id: Ia0f48733b76612d5a14b787491c557d706f4bdd3
parent aa230e18
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -19,11 +19,11 @@

#include <cstdint>

#include <cstdint>

#include "stack/include/hci_error_code.h"
#include "types/raw_address.h"

struct tBTM_ESCO_DATA;

extern void btm_esco_proc_conn_chg(uint8_t status, uint16_t handle,
                                   uint8_t tx_interval, uint8_t retrans_window,
                                   uint16_t rx_pkt_len, uint16_t tx_pkt_len);
@@ -35,3 +35,5 @@ extern void btm_sco_conn_req(const RawAddress& bda, DEV_CLASS dev_class,
extern void btm_sco_connected(uint8_t hci_status, const RawAddress* bda,
                              uint16_t hci_handle, tBTM_ESCO_DATA* p_esco_data);
extern bool btm_sco_removed(uint16_t hci_handle, tHCI_REASON reason);

void btm_sco_on_disconnected(uint16_t hci_handle, tHCI_REASON reason);