Searched refs:input_action (Results 1 – 3 of 3) sorted by relevance
630 uint16_t algorithms = 0U, output_action = 0U, input_action = 0U; in prov_capabilities() local646 input_action = sys_get_be16(&data[9]); in prov_capabilities()647 BT_DBG("Input OOB Action: 0x%04x", input_action); in prov_capabilities()651 ((void) input_action); in prov_capabilities()672 static bt_mesh_input_action_t input_action(uint8_t action) in input_action() function775 input = input_action(action); in prov_auth()
1701 uint16_t algorithms = 0U, output_action = 0U, input_action = 0U; local1767 input_action = sys_get_be16(&data[9]);1768 BT_INFO("Input OOB Action: 0x%04x", input_action);1769 if (input_action > 0x0f) {1770 BT_ERR("Invalid Input OOB action 0x%04x", input_action);1781 input_action = __builtin_ctz(input_action);1784 input_action = 0x0;1799 auth_action = (uint8_t)input_action;1876 static bt_mesh_input_action_t input_action(uint8_t action) function1931 input = input_action(action);
323 .input_action = in_act, \