You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by we...@apache.org on 2016/08/11 22:50:09 UTC

incubator-mynewt-core git commit: Use new acl data tx routine

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/phyrx_no_mbuf 6a5c8ae64 -> 1bdff4217


Use new acl data tx routine


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/1bdff421
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/1bdff421
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/1bdff421

Branch: refs/heads/phyrx_no_mbuf
Commit: 1bdff4217f2d8d16cdf4d44bd71a10fc5372ce0f
Parents: 6a5c8ae
Author: William San Filippo <wi...@runtime.io>
Authored: Thu Aug 11 15:49:05 2016 -0700
Committer: William San Filippo <wi...@runtime.io>
Committed: Thu Aug 11 15:49:05 2016 -0700

----------------------------------------------------------------------
 apps/bletest/src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/1bdff421/apps/bletest/src/main.c
----------------------------------------------------------------------
diff --git a/apps/bletest/src/main.c b/apps/bletest/src/main.c
index 7cc6425..5174e5e 100755
--- a/apps/bletest/src/main.c
+++ b/apps/bletest/src/main.c
@@ -778,7 +778,7 @@ bletest_execute_advertiser(void)
 
                         /* Add length */
                         OS_MBUF_PKTHDR(om)->omp_len = om->om_len;
-                        ble_hci_trans_hs_acl_data_send(om);
+                        ble_hci_trans_hs_acl_tx(om);
 
                         /* Increment last handle used */
                         ++g_last_handle_used;