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

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

Include hci_error_code in acl_hci/ble_acl interfaces

Bug: 163134718
Tag: #refactor
Test: act.py -tc BleCocTest
Test: ble paired 2 phones
Test: classic paired Bose SoundLink

Change-Id: Ic06d5fbfcbba0a5bb1cb4f7f64354942959af46c
parent e2a5b3a4
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,