mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(ble): fixed nimble host only build error
This commit is contained in:
parent
52c9d724bc
commit
5a545d6885
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user