mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 02:50:58 +02:00
NimBLE : Correct macro usage
This commit is contained in:
committed by
Rahul Tank
parent
7002a5ce10
commit
de7a7b41b7
@@ -148,7 +148,7 @@ static void ble_hci_rx_acl(uint8_t *data, uint16_t len)
|
||||
}
|
||||
|
||||
do {
|
||||
m = ble_transport_alloc_acl_from_hs();
|
||||
m = ble_transport_alloc_acl_from_ll();
|
||||
|
||||
if (!m) {
|
||||
ESP_LOGD(TAG,"Failed to allocate buffer, retrying \n");
|
||||
|
Reference in New Issue
Block a user