Home
last modified time | relevance | path

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

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dmain.h35 } bt_mesh_input_action_t; typedef
125 int (*input)(bt_mesh_input_action_t act, u8_t size);
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dprov.c584 static bt_mesh_input_action_t input_action(u8_t action) in input_action()
603 bt_mesh_input_action_t input; in prov_auth()
H A Dshell.c348 static bt_mesh_input_action_t input_act;
417 static int input(bt_mesh_input_action_t act, u8_t size) in input()