Home
last modified time | relevance | path

Searched refs:input_actions (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/
A Dmesh_node.c174 .input_actions = 0,
199 .input_actions = 0,
849 node_prov.input_actions = BT_MESH_ENTER_NUMBER; in ble_mesh_node_init()
852 node_prov.input_actions = BT_MESH_ENTER_STRING; in ble_mesh_node_init()
855 node_prov.input_actions = BT_MESH_NO_INPUT; in ble_mesh_node_init()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/
A Dmain.h96 u16_t input_actions; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dmain.c448 if (prov->input_actions >= (BT_MESH_ENTER_STRING << 1)) { in bt_mesh_init()
A Dprov.c623 net_buf_simple_add_be16(&buf, prov->input_actions); in prov_invite()
772 if (!(prov->input_actions & input)) { in prov_auth()
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/
A Dshell.c519 .input_actions = (BT_MESH_ENTER_NUMBER | BT_MESH_ENTER_STRING),
691 prov.input_actions = BT_MESH_NO_INPUT; in cmd_oob_mode()
699 prov.input_actions = BT_MESH_NO_INPUT; in cmd_oob_mode()
714 prov.input_actions = BT_MESH_NO_INPUT; in cmd_oob_mode()
729 prov.input_actions = action, prov.input = input; in cmd_oob_mode()
/AliOS-Things-master/components/ble_mesh/bt_mesh/aos/
A Dmesh.c252 prov.input_actions = param->prov->cap.input_oob_actions; in ble_stack_mesh_init()

Completed in 16 milliseconds