Lines Matching refs:output
89 static int check_output_auth(bt_mesh_output_action_t output, uint8_t size) in check_output_auth() argument
91 if (!output) { in check_output_auth()
95 if (!(bt_mesh_prov->output_actions & output)) { in check_output_auth()
146 static uint32_t get_auth_number(bt_mesh_output_action_t output, in get_auth_number() argument
156 if (output == BT_MESH_BLINK || output == BT_MESH_BEEP || output == BT_MESH_VIBRATE || in get_auth_number()
174 bt_mesh_output_action_t output; in bt_mesh_prov_auth() local
197 output = output_action(action); in bt_mesh_prov_auth()
200 if (output == BT_MESH_DISPLAY_STRING) { in bt_mesh_prov_auth()
211 err = check_output_auth(output, size); in bt_mesh_prov_auth()
216 if (output == BT_MESH_DISPLAY_STRING) { in bt_mesh_prov_auth()
225 return bt_mesh_prov->output_number(output, in bt_mesh_prov_auth()
226 get_auth_number(output, BT_MESH_NO_INPUT, size)); in bt_mesh_prov_auth()
255 output = BT_MESH_DISPLAY_NUMBER; in bt_mesh_prov_auth()
256 return bt_mesh_prov->output_number(output, in bt_mesh_prov_auth()