You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by st...@apache.org on 2016/08/03 21:58:10 UTC

[10/13] incubator-mynewt-core git commit: forgot to change header file

forgot to change header file


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

Branch: refs/heads/sterly_refactor
Commit: d763fee5936c66f829ce90ba01d837c5e3e76ffa
Parents: 202ce3c
Author: Brian Giori <br...@gmail.com>
Authored: Thu Jul 28 14:07:42 2016 -0700
Committer: Sterling Hughes <st...@apache.org>
Committed: Wed Aug 3 14:57:50 2016 -0700

----------------------------------------------------------------------
 net/nimble/host/profiles/lls/include/profiles/lls/ble_svc_lls.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d763fee5/net/nimble/host/profiles/lls/include/profiles/lls/ble_svc_lls.h
----------------------------------------------------------------------
diff --git a/net/nimble/host/profiles/lls/include/profiles/lls/ble_svc_lls.h b/net/nimble/host/profiles/lls/include/profiles/lls/ble_svc_lls.h
index 964f8b5..637dec8 100644
--- a/net/nimble/host/profiles/lls/include/profiles/lls/ble_svc_lls.h
+++ b/net/nimble/host/profiles/lls/include/profiles/lls/ble_svc_lls.h
@@ -34,7 +34,7 @@ typedef int ble_svc_lls_event_fn(uint8_t alert_level);
 
 uint8_t ble_svc_lls_alert_level_get(void);
 int ble_svc_lls_alert_level_set(uint8_t alert_level);
-void ble_svc_lls_on_gap_event(struct ble_gap_event *event, void *arg); 
+void ble_svc_lls_on_gap_event(int reason); 
 
 int ble_svc_lls_init(struct ble_hs_cfg *cfg, 
                      uint8_t initial_alert_level,