Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 13f4b150f -> df7516609


bletiny - Be consistent with addr type strings.


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

Branch: refs/heads/develop
Commit: df7516609b89b223c405c1921eda9ba7c36eaa4b
Parents: 13f4b15
Author: Christopher Collins <[email protected]>
Authored: Thu Aug 4 18:31:32 2016 -0700
Committer: Christopher Collins <[email protected]>
Committed: Fri Aug 5 10:51:29 2016 -0700

----------------------------------------------------------------------
 apps/bletiny/src/cmd.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/df751660/apps/bletiny/src/cmd.c
----------------------------------------------------------------------
diff --git a/apps/bletiny/src/cmd.c b/apps/bletiny/src/cmd.c
index 1d133da..e50d6b0 100644
--- a/apps/bletiny/src/cmd.c
+++ b/apps/bletiny/src/cmd.c
@@ -363,8 +363,8 @@ cmd_adv(int argc, char **argv)
 static struct kv_pair cmd_conn_peer_addr_types[] = {
     { "public",         BLE_HCI_CONN_PEER_ADDR_PUBLIC },
     { "random",         BLE_HCI_CONN_PEER_ADDR_RANDOM },
-    { "public_ident",   BLE_HCI_CONN_PEER_ADDR_PUBLIC_IDENT },
-    { "random_ident",   BLE_HCI_CONN_PEER_ADDR_RANDOM_IDENT },
+    { "rpa_pub",        BLE_HCI_CONN_PEER_ADDR_PUBLIC_IDENT },
+    { "rpa_rnd",        BLE_HCI_CONN_PEER_ADDR_RANDOM_IDENT },
     { "wl",             BLE_GAP_ADDR_TYPE_WL },
     { NULL }
 };

Reply via email to