bluetooth: controller: Move calculation of max_tx_octets to ULL
Move calculation of max_tx_octets from Nordic lll_conn.c to ULL, to allow usage by other vendors and prevent duplicate code. Signed-off-by: Morten Priess <mtpr@oticon.com>
This commit is contained in:
parent
89ab68f242
commit
ca5c829a84
3 changed files with 72 additions and 63 deletions
|
@ -163,3 +163,4 @@ void lll_conn_pdu_tx_prep(struct lll_conn *lll, struct pdu_data **pdu_data_tx);
|
|||
void lll_conn_flush(struct lll_conn *lll);
|
||||
|
||||
extern void ull_conn_lll_ack_enqueue(u16_t handle, struct node_tx *tx);
|
||||
extern u16_t ull_conn_lll_max_tx_octets_get(struct lll_conn *lll);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue