You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2022/03/17 12:35:46 UTC

[mynewt-core] 04/04: apps: Fix settings for new HCI transport

This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit b7a755bafe5bedf932dea58c0510d6b532d80c58
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Thu Mar 17 12:37:18 2022 +0100

    apps: Fix settings for new HCI transport
---
 apps/bleprph_oic/syscfg.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/bleprph_oic/syscfg.yml b/apps/bleprph_oic/syscfg.yml
index 09360c0..fb8bf4c 100644
--- a/apps/bleprph_oic/syscfg.yml
+++ b/apps/bleprph_oic/syscfg.yml
@@ -29,8 +29,8 @@ syscfg.vals:
     LOG_LEVEL: 0
 
     BLE_GATT_WRITE_MAX_ATTRS: 6
-    BLE_HCI_EVT_HI_BUF_COUNT: 4
-    BLE_HCI_EVT_LO_BUF_COUNT: 3
+    BLE_TRANSPORT_EVT_COUNT: 4
+    BLE_TRANSPORT_EVT_DISCARDABLE_COUNT: 3
 
     # Disable central and observer roles.
     BLE_ROLE_BROADCASTER: 1