Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprov.c630 uint16_t algorithms = 0U, output_action = 0U, input_action = 0U; in prov_capabilities() local
646 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() function
775 input = input_action(action); in prov_auth()
Dprovisioner_prov.c1701 uint16_t algorithms = 0U, output_action = 0U, input_action = 0U; local
1767 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) function
1931 input = input_action(action);
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h323 .input_action = in_act, \