fix(ble): fixed nimble host only build error

This commit is contained in:
zwl 2024-07-09 20:42:11 +08:00
parent b8b8abf763
commit 64e872f2e3

View File

@ -163,6 +163,13 @@ void hci_uart_send(uint8_t *buf, uint16_t len)
}
}
void
ble_transport_ll_init(void)
{
}
int
ble_transport_to_ll_acl_impl(struct os_mbuf *om)
{