fix(ble): fixed nimble host only build error

This commit is contained in:
zwl 2024-07-09 20:42:11 +08:00 committed by Zhao Wei Liang
parent 52c9d724bc
commit 5a545d6885

View File

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