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/5d4620eb Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/5d4620eb Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/5d4620eb Branch: refs/heads/develop Commit: 5d4620ebea8a7469b881f6e2b67e2fdad21e915a Parents: 5a7d18c Author: Brian Giori <[email protected]> Authored: Thu Jul 28 14:07:42 2016 -0700 Committer: Brian Giori <[email protected]> Committed: Thu Jul 28 14:07:42 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/5d4620eb/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,
