NimBLE : Correct macro usage

This commit is contained in:
Roshan Bangar
2023-02-27 11:18:57 +05:30
committed by Rahul Tank
parent 7002a5ce10
commit de7a7b41b7
7 changed files with 15 additions and 8 deletions

View File

@@ -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");