I'm trying to use the fast_prov_server and fast_prov_client example on my two esp32 chips.
After the server send fast_prov_status_send_comp_evt: opcode 0xc702e5 message
Code: Select all
I (66508) FAST_PROV_SERVER_DEMO: example_ble_mesh_custom_model_cb: Fast prov server receives msg, opcode 0xc602e5
I (66508) FAST_PROV_SERVER_DEMO: ESP_BLE_MESH_MODEL_SEND_COMP_EVT, err_code 0
I (66518) FAST_PROV_SERVER: example_handle_fast_prov_status_send_comp_evt: opcode 0xc702e5
Code: Select all
I (71843) FAST_PROV_CLIENT_DEMO: ESP_BLE_MESH_MODEL_SEND_COMP_EVT, err_code 0
E (71893) BLE_MESH: bt_mesh_model_recv, Too short message for OpCode 0x00c702e5
How can I fix this error? Thank you!