nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
passkey_buttons.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2020 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef _PASSKEY_BUTTONS_H_
8#define _PASSKEY_BUTTONS_H_
9
10#include <caf/key_id.h>
11
12#define DIGIT_CNT 10
13
15 const uint16_t key_ids[DIGIT_CNT];
16};
17
18#endif /* _PASSKEY_BUTTONS_H_ */
#define DIGIT_CNT
Definition: passkey_buttons.h:12
const uint16_t key_ids[10]
Definition: passkey_buttons.h:15
Definition: passkey_buttons.h:14