Home
last modified time | relevance | path

Searched refs:bt_mesh_input_number (Results 1 – 3 of 3) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dmain.h187 int bt_mesh_input_number(u32_t num);
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dprov.c795 int bt_mesh_input_number(u32_t num) in bt_mesh_input_number() function
H A Dshell.c370 err = bt_mesh_input_number(strtoul(argv[1], NULL, 10)); in cmd_input_num()