Searched refs:input_action (Results 1 – 4 of 4) sorted by relevance
67 oob_action_en input_action; member
1634 u16_t algorithms, output_action, input_action; in prov_capabilities() local1714 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() function1937 input = input_action(action); in prov_auth()
679 static bt_mesh_input_action_t input_action(u8_t action) in input_action() function767 input = input_action(action); in prov_auth()
848 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 15 milliseconds