Cannot set Generic Level Server with BLE Mesh
Posted: Sat Jul 13, 2019 5:44 pm
Hi,
I am trying to set the level state on a generic level server and get
the following error message:
Generic Level Server:
Nordic NRF52832
Address 0x0002
App Key Index 0
Subscribed to 0xC001
Generic Level Client:
ESP32
Address 0x001D
App Key Index 0
Publishes to 0xC001
I am trying to set the level state on a generic level server and get
the following error message:
Code: Select all
E (71794) BLE_MESH: bt_mesh_client_send_msg, Busy sending message to DST 0x0002
E (71794) BLE_MESH: gen_set_state, Failed to send Generic Set message (err -16)
W (71794) BLE_MESH: Receive generic status message timeout
I (71804) ble_mesh_client: esp_ble_mesh_generic_cb: event is 1, error code is -16, opcode is 0x8206
I (71814) ble_mesh_client: ESP_BLE_MESH_GENERIC_CLIENT_SET_STATE_EVT
I (71814) ble_mesh_client: esp_ble_mesh_generic_cb: event is 3, error code is 0, opcode is 0x8206
I (71824) ble_mesh_client: ESP_BLE_MESH_GENERIC_CLIENT_TIMEOUT_EVT
Nordic NRF52832
Address 0x0002
App Key Index 0
Subscribed to 0xC001
Generic Level Client:
ESP32
Address 0x001D
App Key Index 0
Publishes to 0xC001