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/12 00:51:32 UTC

[10/10] incubator-mynewt-core git commit: Use new acl data tx routine

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/5e3595d7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/5e3595d7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/5e3595d7

Branch: refs/heads/develop
Commit: 5e3595d7b597bce180edeb96355379384eec3aeb
Parents: 726a600
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 17:49:46 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/5e3595d7/apps/bletest/src/main.c
----------------------------------------------------------------------
diff --git a/apps/bletest/src/main.c b/apps/bletest/src/main.c
index bfe8d50..b6468a8 100755
--- a/apps/bletest/src/main.c
+++ b/apps/bletest/src/main.c
@@ -781,7 +781,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;