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

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

Declare stack/include/sco_hci_link_interface::btm_sco_on_disconnected am: ca74ef88

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I4abd18a5991daa4f1c58717040c83e96330416df
parents 6c0417fe ca74ef88
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);