bluetooth: controller: removing 'empty' TODO's from refactored LLCP
Cleanup, removing TODOs that should just be removed Signed-off-by: Erik Brockhoff <erbr@oticon.com>
This commit is contained in:
parent
9dd7efa4f1
commit
628d3224f9
9 changed files with 8 additions and 53 deletions
|
@ -578,7 +578,6 @@ static void lp_comm_st_wait_tx_ack(struct ll_conn *conn, struct proc_ctx *ctx, u
|
|||
/* Ignore other evts */
|
||||
break;
|
||||
}
|
||||
/* TODO */
|
||||
}
|
||||
|
||||
static void lp_comm_rx_decode(struct ll_conn *conn, struct proc_ctx *ctx, struct pdu_data *pdu)
|
||||
|
@ -644,7 +643,6 @@ static void lp_comm_st_wait_rx(struct ll_conn *conn, struct proc_ctx *ctx, uint8
|
|||
static void lp_comm_st_wait_ntf(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t evt,
|
||||
void *param)
|
||||
{
|
||||
/* TODO */
|
||||
switch (evt) {
|
||||
case LP_COMMON_EVT_RUN:
|
||||
switch (ctx->proc) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue