Home
last modified time | relevance | path

Searched refs:input_action (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/include/
A Dmesh_node.h67 oob_action_en input_action; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dprovisioner_prov.c1634 u16_t algorithms, output_action, input_action; in prov_capabilities() local
1714 input_action = sys_get_be16(&data[9]); in prov_capabilities()
1715 BT_DBG("Input OOB Action: 0x%04x", input_action); in prov_capabilities()
1717 if (input_action > 0x0f) { in prov_capabilities()
1730 if (input_action & BIT(j)) { in prov_capabilities()
1732 input_action = j; in prov_capabilities()
1750 auth_action = (u8_t)input_action; in prov_capabilities()
1857 static bt_mesh_input_action_t input_action(u8_t action) in input_action() function
1937 input = input_action(action); in prov_auth()
A Dprov.c679 static bt_mesh_input_action_t input_action(u8_t action) in input_action() function
767 input = input_action(action); in prov_auth()
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/
A Dmesh_node.c848 if (ACTION_NUM == param->node_oob.input_action && param->node_oob.input_max_size > 0) { in ble_mesh_node_init()
851 } else if (ACTION_STR == param->node_oob.input_action && param->node_oob.input_max_size > 0) { in ble_mesh_node_init()

Completed in 14 milliseconds