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

Commit 221a1b42 authored by Zach Johnson's avatar Zach Johnson Committed by Andre Eisenbach
Browse files

Remove unused ACL packet size getters, remove unused timer entity

parent a6cb94a0
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -234,19 +234,6 @@ void BTU_ShutDown(void) {
  bt_workqueue_thread = NULL;
}

/*****************************************************************************
**
** Function         BTU_AclPktSize
**
** Description      export the ACL packet size.
**
** Returns          UINT16
**
******************************************************************************/
UINT16 BTU_AclPktSize(void)
{
    return controller_get_interface()->get_acl_packet_size_classic();
}
/*****************************************************************************
**
** Function         BTU_BleAclPktSize
+0 −3
Original line number Diff line number Diff line
@@ -228,8 +228,6 @@ typedef struct
    TIMER_LIST_Q  timer_queue;              /* Timer queue for normal BTU task (1 second)   */
    TIMER_LIST_Q  timer_queue_oneshot;      /* Timer queue for oneshot BTU tasks */

    TIMER_LIST_ENT   cmd_cmpl_timer;        /* Command complete timer */

    BOOLEAN     reset_complete;             /* TRUE after first ack from device received */
    UINT8       trace_level;                /* Trace level for HCI layer */
} tBTU_CB;
@@ -292,7 +290,6 @@ extern void btu_free_core(void);
void BTU_StartUp(void);
void BTU_ShutDown(void);

extern UINT16 BTU_AclPktSize(void);
extern UINT16 BTU_BleAclPktSize(void);

#ifdef __cplusplus