Skip to content

Commit 48a2d3e

Browse files
kasjerandrzej-kaczmarek
authored andcommitted
nimble/transport: Add missing function for USB
ble_transport_to_hs_iso_impl was missing preventing usage of USB transport. Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>
1 parent 9448c5f commit 48a2d3e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

nimble/transport/usb/src/ble_hci_usb.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,14 @@ ble_transport_to_hs_evt_impl(void *buf)
253253
return ble_hci_trans_ll_evt_tx(buf);
254254
}
255255

256+
int
257+
ble_transport_to_hs_iso_impl(struct os_mbuf *om)
258+
{
259+
os_mbuf_free_chain(om);
260+
261+
return 0;
262+
}
263+
256264
void
257265
ble_transport_hs_init(void)
258266
{

0 commit comments

Comments
 (0)