Searched refs:BT_MESH_DFD_ERR_FW_NOT_FOUND (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | dfd.h | 39 BT_MESH_DFD_ERR_FW_NOT_FOUND, enumerator
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | dfd.c | 333 print_fw_status(sh, BT_MESH_DFD_ERR_FW_NOT_FOUND, 0xffff, fwid, fwid_len); in cmd_dfd_fw_get() 354 print_fw_status(sh, BT_MESH_DFD_ERR_FW_NOT_FOUND, idx, NULL, 0); in cmd_dfd_fw_get_by_idx()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfd_srv.c | 710 fw_status_rsp(srv, ctx, BT_MESH_DFD_ERR_FW_NOT_FOUND, 0xffff, in handle_fw_get() 731 fw_status_rsp(srv, ctx, BT_MESH_DFD_ERR_FW_NOT_FOUND, idx, in handle_fw_get_by_index() 1047 return BT_MESH_DFD_ERR_FW_NOT_FOUND; in bt_mesh_dfd_srv_start()
|