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

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

Include hci_error_code in acl_hci/ble_acl interfaces am: d3c05bf7 am: 2898aafc am: 84754762

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

Change-Id: Ia52911a9df932c1cadc05d50f718bd69bcfeed64
parents b9d706ca 84754762
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <cstdint>

#include "stack/include/bt_types.h"
#include "stack/include/hci_error_code.h"

// This header contains functions for HCIF-Acl Management to invoke
//
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#pragma once

#include "stack/include/bt_types.h"
#include "stack/include/hci_error_code.h"

void acl_ble_connection_complete(const tBLE_BD_ADDR& address_with_type,
                                 uint16_t handle, uint8_t role, bool match,