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

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

Remove unnecessary stack/acl/btm_acl::l2c_link_hci_conn_comp

No longer part of the hci_l2c interface

Towards readable code

Bug: 163134718
Tag: #refactor
Test: gd/cert/run --host

Change-Id: Icd5170cef3883c047b44ae9932a26654b6a807b2
parent 908ee1ca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -66,6 +66,8 @@

void gatt_find_in_device_record(const RawAddress& bd_addr,
                                tBLE_BD_ADDR* address_with_type);
void l2c_link_hci_conn_comp(uint8_t status, uint16_t handle,
                            const RawAddress& p_bda);

struct StackAclBtmAcl {
  tACL_CONN* acl_allocate_connection();
+0 −3
Original line number Diff line number Diff line
@@ -21,9 +21,6 @@

// This header contains functions for HCI-LinkManagement to invoke

extern void l2c_link_hci_conn_comp(uint8_t status, uint16_t handle,
                                   const RawAddress& p_bda);

extern bool l2c_link_hci_disc_comp(uint16_t handle, uint8_t reason);

extern void l2c_link_role_changed(const RawAddress* bd_addr, uint8_t new_role,