xref
: /
nrf52832-nimble
/
packages
/
NimBLE-latest
/
nimble
/
host
/
mesh
/
src
/
shell.h
(revision 042d53a763ad75cb1465103098bb88c245d95138)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
__SHELL_H__
2
#
define
__SHELL_H__
3
4
void
ble_mesh_shell_init
(
void
);
5
6
#
endif
7