mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
fix(ble): fixed nimble host only build error
This commit is contained in:
parent
b8b8abf763
commit
64e872f2e3
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user